mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 22:34:59 +00:00
noop
This commit is contained in:
parent
8517681f02
commit
1c264eef67
1 changed files with 1 additions and 2 deletions
|
@ -491,6 +491,7 @@ class Coder:
|
||||||
if self.partial_response_content:
|
if self.partial_response_content:
|
||||||
self.io.ai_output(self.partial_response_content)
|
self.io.ai_output(self.partial_response_content)
|
||||||
elif self.partial_response_function_call:
|
elif self.partial_response_function_call:
|
||||||
|
# TODO: push this into subclasses
|
||||||
args = self.parse_partial_args()
|
args = self.parse_partial_args()
|
||||||
if args:
|
if args:
|
||||||
explanation = args.get("explanation")
|
explanation = args.get("explanation")
|
||||||
|
@ -724,8 +725,6 @@ class Coder:
|
||||||
return set(self.get_all_relative_files()) - set(self.get_inchat_relative_files())
|
return set(self.get_all_relative_files()) - set(self.get_inchat_relative_files())
|
||||||
|
|
||||||
def allowed_to_edit(self, path, write_content=None):
|
def allowed_to_edit(self, path, write_content=None):
|
||||||
# TODO: respect --dry-run
|
|
||||||
|
|
||||||
full_path = os.path.abspath(os.path.join(self.root, path))
|
full_path = os.path.abspath(os.path.join(self.root, path))
|
||||||
|
|
||||||
if full_path in self.abs_fnames:
|
if full_path in self.abs_fnames:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue