mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
re-enabled quad-backticks, but allow triple-backticks as fences when searching for filenames #2879
This commit is contained in:
parent
3e71c35fdd
commit
0dde77009e
3 changed files with 9 additions and 3 deletions
|
@ -991,6 +991,9 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F
|
|||
analytics.event("exit", reason="Failed to read apply content")
|
||||
return
|
||||
coder.partial_response_content = content
|
||||
# For testing #2879
|
||||
# from aider.coders.base_coder import all_fences
|
||||
# coder.fence = all_fences[1]
|
||||
coder.apply_updates()
|
||||
analytics.event("exit", reason="Applied updates")
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue