fix: Add bold formatting to announcement messages

feat: Add bold formatting to commit message output
refactor: Simplify tool_output method in io.py
This commit is contained in:
Paul Gauthier 2024-08-09 19:26:22 -04:00 committed by Paul Gauthier (aider)
parent 06934a9c2d
commit 9cf672b428
3 changed files with 10 additions and 5 deletions

View file

@ -130,7 +130,7 @@ class GitRepo:
self.repo.git.commit(cmd)
commit_hash = self.repo.head.commit.hexsha[:7]
self.io.tool_output(f"Commit {commit_hash} {commit_message}")
self.io.tool_output(f"Commit {commit_hash} {commit_message}", bold=True)
# Restore the env