mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-03 03:05:00 +00:00
feat: add auto-conversion of /added files to read-only mode
This commit is contained in:
parent
c5d51d62c4
commit
9974fb50f7
1 changed files with 1 additions and 0 deletions
|
@ -1206,6 +1206,7 @@ class Commands:
|
|||
except Exception as e:
|
||||
self.io.tool_error(f"Error processing clipboard content: {e}")
|
||||
|
||||
# if no args are supplied, convert all /added files into read-only files ai!
|
||||
def cmd_read_only(self, args):
|
||||
"Add files to the chat that are for reference, not to be edited"
|
||||
if not args.strip():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue