mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 00:05:01 +00:00
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:
parent
06934a9c2d
commit
9cf672b428
3 changed files with 10 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue