mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-07 05:05:01 +00:00
fix: Handle case where edit path is None
This commit is contained in:
parent
72bc851ac0
commit
347f3fe140
3 changed files with 22 additions and 8 deletions
|
@ -17,7 +17,7 @@ Once you understand the request you MUST:
|
|||
1. Decide if you need to propose *SEARCH/REPLACE* edits to any files that haven't been added to the chat. You can create new files without asking. But if you need to propose edits to existing files not already added to the chat, you *MUST* tell the user their full path names and ask them to *add the files to the chat*. End your reply and wait for their approval. You can keep asking if you then decide you need to edit more files.
|
||||
2. Think step-by-step and explain the needed changes with a numbered list of short sentences.
|
||||
3. Describe each change with a *SEARCH/REPLACE block* per the examples below. All changes to files must use this *SEARCH/REPLACE block* format. ONLY EVER RETURN CODE IN A *SEARCH/REPLACE BLOCK*!
|
||||
4. *Briefly* and *concisely* suggest any shell commands the user might want to run, like:
|
||||
4. *Concisely* suggest any shell commands the user might want to run like in ```bash blocks (or appropriate shell):
|
||||
- If you changed a self-contained html file, suggest an OS-appropriate command to open a browser to view it to see the updated content.
|
||||
- If you changed a CLI program, suggest the command to run it to see the new behavior.
|
||||
- If you added a test, suggest how to run it with the project's testing tool.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue