feat: add file watcher support to coder cloning

This commit is contained in:
Paul Gauthier 2024-12-05 09:28:16 -08:00 committed by Paul Gauthier (aider)
parent a1d558a960
commit 6b8e235f88
3 changed files with 22 additions and 4 deletions

View file

@ -43,6 +43,8 @@ class Commands:
verify_ssl=self.verify_ssl,
args=self.args,
parser=self.parser,
verbose=self.verbose,
editor=self.editor,
)
def __init__(
@ -997,6 +999,7 @@ class Commands:
if not args.strip():
self.basic_help()
dump(self.coder)
return
self.coder.event("interactive help")