This commit is contained in:
Paul Gauthier 2023-05-19 10:12:56 -07:00
parent f6aaa19299
commit fd66aac159
2 changed files with 0 additions and 39 deletions

View file

@ -1,22 +0,0 @@
(top)
class
Coder
Coder
member
__init__
( self, io, main_model="gpt-4", fnames=None, pretty=True, show_diffs=False, auto_commits=True, dry_run=False, )
apply_updates
(self, content, inp)
auto_commit
(self)
check_for_file_mentions
(self, content)
variable
abs_fnames
last_aider_commit_hash
last_asked_for_commit_time
repo
Coder.commit
function
get_dirty_files_and_diffs
(file_list)

View file

@ -1,17 +0,0 @@
{"_type": "tag", "name": "Commands", "path": "aider/commands.py", "pattern": "/^class Commands:$/", "kind": "class"}
{"_type": "tag", "name": "__init__", "path": "aider/commands.py", "pattern": "/^ def __init__(self, io, coder):$/", "kind": "member", "signature": "(self, io, coder)", "scope": "Commands", "scopeKind": "class"}
{"_type": "tag", "name": "cmd_add", "path": "aider/commands.py", "pattern": "/^ def cmd_add(self, args):$/", "kind": "member", "signature": "(self, args)", "scope": "Commands", "scopeKind": "class"}
{"_type": "tag", "name": "cmd_commit", "path": "aider/commands.py", "pattern": "/^ def cmd_commit(self, args):$/", "kind": "member", "signature": "(self, args)", "scope": "Commands", "scopeKind": "class"}
{"_type": "tag", "name": "cmd_diff", "path": "aider/commands.py", "pattern": "/^ def cmd_diff(self, args):$/", "kind": "member", "signature": "(self, args)", "scope": "Commands", "scopeKind": "class"}
{"_type": "tag", "name": "cmd_drop", "path": "aider/commands.py", "pattern": "/^ def cmd_drop(self, args):$/", "kind": "member", "signature": "(self, args)", "scope": "Commands", "scopeKind": "class"}
{"_type": "tag", "name": "cmd_ls", "path": "aider/commands.py", "pattern": "/^ def cmd_ls(self, args):$/", "kind": "member", "signature": "(self, args)", "scope": "Commands", "scopeKind": "class"}
{"_type": "tag", "name": "cmd_run", "path": "aider/commands.py", "pattern": "/^ def cmd_run(self, args):$/", "kind": "member", "signature": "(self, args)", "scope": "Commands", "scopeKind": "class"}
{"_type": "tag", "name": "cmd_undo", "path": "aider/commands.py", "pattern": "/^ def cmd_undo(self, args):$/", "kind": "member", "signature": "(self, args)", "scope": "Commands", "scopeKind": "class"}
{"_type": "tag", "name": "completions_add", "path": "aider/commands.py", "pattern": "/^ def completions_add(self, partial):$/", "kind": "member", "signature": "(self, partial)", "scope": "Commands", "scopeKind": "class"}
{"_type": "tag", "name": "completions_drop", "path": "aider/commands.py", "pattern": "/^ def completions_drop(self, partial):$/", "kind": "member", "signature": "(self, partial)", "scope": "Commands", "scopeKind": "class"}
{"_type": "tag", "name": "do_run", "path": "aider/commands.py", "pattern": "/^ def do_run(self, cmd_name, args):$/", "kind": "member", "signature": "(self, cmd_name, args)", "scope": "Commands", "scopeKind": "class"}
{"_type": "tag", "name": "get_command_completions", "path": "aider/commands.py", "pattern": "/^ def get_command_completions(self, cmd_name, partial):$/", "kind": "member", "signature": "(self, cmd_name, partial)", "scope": "Commands", "scopeKind": "class"}
{"_type": "tag", "name": "get_commands", "path": "aider/commands.py", "pattern": "/^ def get_commands(self):$/", "kind": "member", "signature": "(self)", "scope": "Commands", "scopeKind": "class"}
{"_type": "tag", "name": "help", "path": "aider/commands.py", "pattern": "/^ def help(self):$/", "kind": "member", "signature": "(self)", "scope": "Commands", "scopeKind": "class"}
{"_type": "tag", "name": "is_command", "path": "aider/commands.py", "pattern": "/^ def is_command(self, inp):$/", "kind": "member", "signature": "(self, inp)", "scope": "Commands", "scopeKind": "class"}
{"_type": "tag", "name": "run", "path": "aider/commands.py", "pattern": "/^ def run(self, inp):$/", "kind": "member", "signature": "(self, inp)", "scope": "Commands", "scopeKind": "class"}