diff --git a/aider/ctags.py b/aider/ctags.py new file mode 100644 index 000000000..e69de29bb diff --git a/tags.jsonl b/tags.jsonl new file mode 100644 index 000000000..8fc794eba --- /dev/null +++ b/tags.jsonl @@ -0,0 +1,17 @@ +{"_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"}