Commit graph

414 commits

Author SHA1 Message Date
Paul Gauthier
7a96a1e888 Don't add total_cost after /ask & /help 2024-08-09 17:38:49 -04:00
Paul Gauthier
e591acb757 fix: Set paginate to True by default in cmd_diff method 2024-08-09 17:35:58 -04:00
Paul Gauthier (aider)
996649fd98 fix: Remove unnecessary f-string 2024-08-09 17:33:23 -04:00
Paul Gauthier
2a9d181efc fix: Add output messages for scraping process 2024-08-09 17:33:14 -04:00
Paul Gauthier
c3e08a80eb fix: Add paginate option to cmd_diff method 2024-08-09 17:27:58 -04:00
Paul Gauthier
566ac8d641 fix: Remove unnecessary else block in Commands.run_pager method 2024-08-09 17:27:43 -04:00
Paul Gauthier (aider)
584813c0f3 feat: Add paginate parameter to cmd_web 2024-08-09 17:25:20 -04:00
Paul Gauthier
e255c28353 fix: Use consistent code fence syntax in file content display 2024-08-09 17:24:29 -04:00
Paul Gauthier (aider)
10fdb26cd1 refactor: Move imports to the top 2024-08-09 17:19:24 -04:00
Paul Gauthier (aider)
8cf26407b9 style: Fix linter issues in commands.py 2024-08-09 17:17:31 -04:00
Paul Gauthier (aider)
5fd864f5e9 feat: Replace SystemPager with pypager in cmd_web 2024-08-09 17:17:27 -04:00
Paul Gauthier
c290001a9f fix: Update web command description to better reflect functionality 2024-08-09 17:12:45 -04:00
Paul Gauthier
57a1aafdfd cleanup cmd_drop test 2024-08-09 17:08:01 -04:00
Paul Gauthier (aider)
e42a7caf1b fix: Handle read-only files separately in cmd_drop 2024-08-09 17:03:17 -04:00
Paul Gauthier
d54f25d63b fix: Rename completions_read to completions_add 2024-08-09 16:30:03 -04:00
Paul Gauthier
2edace4e5f copy 2024-08-09 16:45:47 -03:00
Paul Gauthier (aider)
d0afacd745 feat: Add support for dropping read-only files in /drop command 2024-08-09 16:24:21 -03:00
Paul Gauthier (aider)
f9bc52daea feat: add read-only files to the tokens report 2024-08-09 16:22:33 -03:00
Paul Gauthier
77985f00cf fix: Initialize abs_read_only_fnames set if it doesn't exist 2024-08-09 16:22:32 -03:00
Paul Gauthier (aider)
dad8b6f171 style: Apply linter formatting changes 2024-08-09 16:08:52 -03:00
Paul Gauthier (aider)
598ae7b6b9 feat: Add /read command to load files from anywhere 2024-08-09 16:08:46 -03:00
Paul Gauthier
985a9136fc Don't trigger an LLM response after /add 2024-08-09 15:10:52 -03:00
Paul Gauthier (aider)
61bcf04d15 style: Fix formatting and string literals in commands.py 2024-08-09 14:47:43 -03:00
Paul Gauthier (aider)
8bae297e5d feat: Add support for custom filenames with image extensions in /clipboard command 2024-08-09 14:47:38 -03:00
Paul Gauthier
a94b871991 feat: Add support for uploading clipboard images and text to chat 2024-08-09 14:47:36 -03:00
Paul Gauthier (aider)
f3089a74e6 style: Format code for better readability 2024-08-09 11:55:56 -03:00
Paul Gauthier (aider)
df8482abb8 feat: add model name to /tokens command output 2024-08-09 11:55:52 -03:00
Paul Gauthier (aider)
b3b8cb58da style: Apply linter formatting to commands.py 2024-08-09 08:07:26 -03:00
Paul Gauthier (aider)
8b517cac62 feat: Add cmd_map command to print the current repository map 2024-08-09 08:07:22 -03:00
Paul Gauthier (aider)
e1ce4f1b9f style: format code with linter 2024-08-09 08:04:18 -03:00
Paul Gauthier (aider)
f03718a48f feat: Replace existing image in chat when uploading clipboard image 2024-08-09 08:04:14 -03:00
Paul Gauthier (aider)
604a1fcae4 fix: Use a temporary directory with a simple filename for clipboard images 2024-08-09 08:00:36 -03:00
Paul Gauthier
e5cec464da copy 2024-08-09 07:59:05 -03:00
Paul Gauthier (aider)
0950106536 style: Format code with linter 2024-08-09 07:55:42 -03:00
Paul Gauthier (aider)
54ea449394 feat: Use provided argument as basename for clipboard image tempfile 2024-08-09 07:55:38 -03:00
Paul Gauthier (aider)
1e3868e3d0 style: format imports in commands.py 2024-08-09 07:54:15 -03:00
Paul Gauthier (aider)
96a4ba783b feat: Add support for text and image clipboard content 2024-08-09 07:54:11 -03:00
Paul Gauthier (aider)
b057b3043c feat: Rename cmd_add_clipboard_image to cmd_clipboard 2024-08-09 07:53:11 -03:00
Paul Gauthier
03a357eb95 better /run confirmation prompt 2024-08-08 15:39:07 -03:00
Paul Gauthier
e48fecee14 fix: Handle missing model info values gracefully 2024-08-07 07:45:39 -03:00
Paul Gauthier
c45688c8b8 Carry total costs back to main coder from /help and /ask 2024-08-03 10:18:35 -03:00
Paul Gauthier
7a7febfb2b better approach to cloning Commands in from_coders 2024-08-03 10:13:21 -03:00
Paul Gauthier
ba8d32da42 Use a clone of Commands for sub-Coders, so main Command.coder does not get stomped 2024-08-03 10:01:57 -03:00
Paul Gauthier
96dca6cd5f fix: Use get_dirty_files method to retrieve dirty files in the repository 2024-08-01 16:59:06 -03:00
Paul Gauthier (aider)
73bf90f007 feat: Add /add-clipboard-image command 2024-08-01 14:31:48 -03:00
Paul Gauthier
1677f7ede8 Do general autocomplete if /cmd doesn't have its own 2024-07-30 16:43:29 -03:00
Paul Gauthier
a84cad4a59 Add encoding and error handling to subprocess call in Commands class 2024-07-30 15:19:38 -03:00
Paul Gauthier
9c406cd176 Add linting for all dirty files in the repository 2024-07-30 15:09:41 -03:00
Paul Gauthier (aider)
07780326b4 Use more efficient method to get all dirty files in cmd_lint 2024-07-30 15:09:04 -03:00
Paul Gauthier
5f9275a3c2 Add dirty tracked files to the list of files to lint 2024-07-30 15:09:03 -03:00