pub fn handle_show_commit_msg() -> Result<()>Expand description
Handles the --show-commit-msg command.
Reads and displays the commit message from .agent/commit-message.txt.
ยงReturns
Returns Ok(()) on success or an error if the file cannot be read.