mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
refactor: Add comment for read-only file message in base_coder.py
This commit is contained in:
parent
6729570799
commit
89d35e020a
1 changed files with 2 additions and 0 deletions
|
@ -246,6 +246,8 @@ class Coder:
|
|||
for fname in self.get_inchat_relative_files():
|
||||
lines.append(f"Added {fname} to the chat.")
|
||||
|
||||
# also print out "Added fname to the chat (read-only)" for ro files ai!
|
||||
|
||||
if self.done_messages:
|
||||
lines.append("Restored previous conversation history.")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue