Commit graph

414 commits

Author SHA1 Message Date
Paul Gauthier (aider)
c6c57f0b6e style: remove unused import of Text from rich.text 2024-08-27 13:29:43 -07:00
Paul Gauthier
6f6b016d0f refactor: remove pagination from web command 2024-08-27 13:29:30 -07:00
Paul Gauthier
57809fbbbb copy 2024-08-27 11:51:38 -07:00
Paul Gauthier
eed7e0b652 fix: Add missing utils import to base_coder.py
feat: Improve prompt for adding tool output to chat
2024-08-27 10:58:23 -07:00
Paul Gauthier (aider)
03dfda782c style: Fix import order in aider/commands.py 2024-08-27 10:41:24 -07:00
Paul Gauthier (aider)
cefa3e2cf2 fix: Update imports and function calls for run_interactive_command 2024-08-27 10:41:21 -07:00
Paul Gauthier (aider)
46ce049777 feat: Update cmd_run to use run_interactive_command 2024-08-27 09:04:29 -07:00
Paul Gauthier
742cddec02 copy 2024-08-27 08:42:06 -07:00
Paul Gauthier
cf1801cb3c proper error message if /add non-git dir #1175 2024-08-25 12:19:01 -07:00
Paul Gauthier
9c2bd9d0a5 fix: Improve lint command behavior 2024-08-23 14:08:48 -07:00
Paul Gauthier (aider)
8c3c050bf5 style: Run linter on codebase 2024-08-23 06:41:32 -07:00
Paul Gauthier (aider)
bbd56d44e8 fix: Handle tilde paths in cmd_drop for read-only files 2024-08-23 06:41:28 -07:00
Paul Gauthier (aider)
974b151936 style: Fix linter issues 2024-08-23 06:39:16 -07:00
Paul Gauthier (aider)
feae729f98 feat: Expand home directory in cmd_read_only 2024-08-23 06:39:12 -07:00
Paul Gauthier (aider)
837ed0367c fix: Simplify cmd_read_only function 2024-08-22 16:51:51 -07:00
Paul Gauthier
9584a7f296 fix: Simplify file matching logic in commands.py 2024-08-22 16:51:50 -07:00
Paul Gauthier (aider)
9570d71b13 fix: Improve cmd_read_only function in Commands class 2024-08-22 16:48:16 -07:00
Paul Gauthier (aider)
f4efac628f fix: Enhance /read-only command to handle multiple files 2024-08-22 16:45:18 -07:00
Paul Gauthier
00988f45d8 copy 2024-08-21 15:31:29 -07:00
Paul Gauthier
023c59d0f3 fix: Remove unnecessary output when dropping all files 2024-08-21 15:23:59 -07:00
Paul Gauthier
b4cbd9e4bd Merge branch 'main' into shell-commands-new 2024-08-21 09:40:07 -07:00
Paul Gauthier (aider)
9fe3d88bcb feat: Add /reset command that drops all files and clears chat history 2024-08-21 09:09:26 -07:00
Paul Gauthier
454d0206bc fix: Update prompt_ask function to use default value correctly 2024-08-21 08:17:35 -07:00
pcamp
853d9a5b2a
Correct description of map-refresh command.
Delete " and print it out" because the map-refresh command doesn't print out the map.
2024-08-21 08:13:29 -05:00
Paul Gauthier
34dc7cc37d fix: Improve prompt caching and repo map refresh logic 2024-08-19 15:36:13 -07:00
Paul Gauthier
ded270ee8b feat: Add force_refresh option to get_repo_map method 2024-08-18 13:07:38 -07:00
Paul Gauthier (aider)
17335b1865 feat: Add /map-refresh command to force refresh of repository map 2024-08-17 06:34:16 -07:00
Paul Gauthier
fb7bbb982e fix: Change default prompt option to uppercase 'Y' 2024-08-14 10:10:28 -07:00
Paul Gauthier
b1e7e80700 fix bug in /token counts for chat history 2024-08-12 14:06:34 -07:00
Paul Gauthier
8d59ce586c fix: Improve handling of read-only files in the cmd_add command 2024-08-12 09:08:24 -07:00
Paul Gauthier (aider)
69dd55af5d fix: Fix cmd_add to use correct GitRepo method 2024-08-12 09:04:59 -07:00
Paul Gauthier (aider)
9700bb68d9 style: Format code with linter 2024-08-11 17:01:04 -07:00
Paul Gauthier (aider)
c503337066 fix: Handle adding files already in read-only mode 2024-08-11 17:00:59 -07:00
Paul Gauthier
9b4211fd85 copy 2024-08-11 10:02:15 -07:00
Paul Gauthier
a2128e51a1 fix: Use the correct edit format for the code command 2024-08-11 10:00:01 -07:00
Paul Gauthier (aider)
016a6e9980 feat: Add /code command for code-focused chat 2024-08-11 09:56:24 -07:00
Paul Gauthier (aider)
cb709bd4ce fix: Import Text class from rich.text module 2024-08-10 20:27:12 -07:00
Paul Gauthier
ddedd40307 fix: Print text content using Text object in commands.py 2024-08-10 20:27:03 -07:00
paul-gauthier
d5aaa9a2a5
Merge pull request #1056 from aelaguiz/ls_read_only
feat: Add read-only files to the output of the 'ls' command
2024-08-10 14:52:03 -07:00
Paul Gauthier
156f11248f Use SwitchModel to revert from /help and /ask 2024-08-10 14:41:44 -07:00
Paul Gauthier
e373c6522f do not preproc the message to helpcoder 2024-08-10 14:21:15 -07:00
Amir Elaguizy (aider)
d41ae9d8b7 feat: Add read-only files to the output of the 'ls' command 2024-08-10 16:09:50 -05:00
Paul Gauthier
8769f31640 fix: Handle empty commit history in cmd_diff 2024-08-10 09:11:16 -07:00
Paul Gauthier
1265f6a279 fix: Ensure commit message history is available before displaying diff 2024-08-10 06:15:25 -07:00
Paul Gauthier (aider)
0b4a3d7b3c refactor: Use get_head() in cmd_diff 2024-08-09 19:44:31 -04:00
Paul Gauthier (aider)
55d55c32b2 fix: Catch ValueError when getting current commit in cmd_diff 2024-08-09 19:38:12 -04:00
Paul Gauthier (aider)
543227f6bd feat: Change cmd_diff to show diff since last message 2024-08-09 19:36:38 -04:00
Paul Gauthier
f5b5a3511b copy 2024-08-09 19:31:49 -04:00
Paul Gauthier (aider)
81b64e2905 fix: Remove unused imports from aider/commands.py 2024-08-09 18:35:03 -04:00
Paul Gauthier
08862c73e7 fix: Remove unnecessary paginate parameter from cmd_diff method 2024-08-09 18:34:54 -04:00