Commit graph

6320 commits

Author SHA1 Message Date
Paul Gauthier (aider)
a9a1f5e247 fix: Add edit_format to get_input method 2024-08-21 16:05:48 -07:00
Paul Gauthier (aider)
25f9886a40 feat: Always display file(s) on line before prompt 2024-08-21 16:05:24 -07:00
Paul Gauthier (aider)
ff039e80ad style: Format code with linter 2024-08-21 16:03:43 -07:00
Paul Gauthier (aider)
bbb40e3045 feat: Add test for --map-mul option and update RepoMap to print map_mul_no_files 2024-08-21 16:03:37 -07:00
Paul Gauthier
64d47df118 copy 2024-08-21 15:50:14 -07:00
Paul Gauthier
026e87c0a0 copy 2024-08-21 15:48:54 -07:00
Paul Gauthier (aider)
6e866d7e8a fix: Remove unnecessary f-string prefix 2024-08-21 15:36:44 -07:00
Paul Gauthier
f723fbefc3 fix: Improve error handling in EditBlockCoder 2024-08-21 15:36:36 -07:00
Paul Gauthier (aider)
f5a546834d fix: Move try/except into run_interactive_subprocess and print tool_error on non-zero exit status 2024-08-21 15:32:43 -07:00
Paul Gauthier
26edd52d9d fix: Add command to input history before running it 2024-08-21 15:32:40 -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 (aider)
7eb761fd98 style: format code with linter 2024-08-21 15:23:12 -07:00
Paul Gauthier (aider)
aac2274851 fix: Use singular or plural prompt for shell commands 2024-08-21 15:23:09 -07:00
Paul Gauthier (aider)
9fc8b00a13 style: Improve string formatting in io.py 2024-08-21 15:21:35 -07:00
Paul Gauthier (aider)
b9f2a415ce feat: Pad multiline subjects in confirm_ask 2024-08-21 15:21:31 -07:00
Paul Gauthier (aider)
b8ed449806 fix: Remove unused 'os' import from editblock_coder.py 2024-08-21 15:20:37 -07:00
Paul Gauthier
377da1537d fix: Improve run_interactive_subprocess method in EditBlockCoder 2024-08-21 15:20:31 -07:00
Paul Gauthier
a2cb660183 pty.spawn is not good 2024-08-21 15:12:43 -07:00
Paul Gauthier (aider)
656d224bf5 style: Fix formatting and linting issues in editblock_coder.py 2024-08-21 13:23:06 -07:00
Paul Gauthier (aider)
d893b54b0a refactor: Extract shell command handling into a separate method 2024-08-21 13:23:03 -07:00
Paul Gauthier
eb43a1fb43 fix: Handle empty and commented shell commands in EditBlockCoder 2024-08-21 13:23:01 -07:00
Paul Gauthier (aider)
a9fe599591 style: format code using linter 2024-08-21 13:12:06 -07:00
Paul Gauthier (aider)
9706d54293 feat: Handle multi-line shell commands in EditBlockCoder 2024-08-21 13:12:02 -07:00
Paul Gauthier
c7ee5dbfec fix: Update default model to gpt-4o-2024-08-06 2024-08-21 12:34:56 -07:00
Paul Gauthier
628e775314 updated blame after ignoring prompt files 2024-08-21 12:17:25 -07:00
Paul Gauthier
b104b0ed7b fix: Exclude 'prompts.py' file from blame analysis 2024-08-21 12:12:12 -07:00
Paul Gauthier
758b6cc908 copy 2024-08-21 11:31:39 -07:00
Paul Gauthier (aider)
2293d115aa fix: Update test case for finding original update blocks with unclosed block 2024-08-21 11:17:11 -07:00
Paul Gauthier
27190c279d updated gpt-4o date versions 2024-08-21 11:12:44 -07:00
Paul Gauthier
9eac88f734 fix: Remove unused WordCompleter import from aider/io.py 2024-08-21 10:49:50 -07:00
Paul Gauthier
d5f1359cc2 prompt for dependencies 2024-08-21 10:14:54 -07:00
Paul Gauthier
b4cbd9e4bd Merge branch 'main' into shell-commands-new 2024-08-21 09:40:07 -07:00
Paul Gauthier
1a36f1c4fc Merge remote-tracking branch 'refs/remotes/origin/main' 2024-08-21 09:38:34 -07:00
Paul Gauthier (aider)
dc16bf6cda style: Format code using linter rules 2024-08-21 09:33:20 -07:00
Paul Gauthier (aider)
387441b48a style: remove backticks from filename autocomplete 2024-08-21 09:33:16 -07:00
Paul Gauthier (aider)
f7f64d6cc1 feat: Add support for alternative HEAD/DIVIDER/DIVIDER format in S/R blocks 2024-08-21 09:14:44 -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
c351d76c2b remind about suggesting shell commands 2024-08-21 09:08:08 -07:00
Paul Gauthier
454d0206bc fix: Update prompt_ask function to use default value correctly 2024-08-21 08:17:35 -07:00
Paul Gauthier (aider)
5bdb5489dd feat: Add style to prompt_ask 2024-08-21 08:13:00 -07:00
Paul Gauthier (aider)
b23b8958f8 feat: move prompt_toolkit imports to the top 2024-08-21 08:09:08 -07:00
Paul Gauthier
3e5554c24f fix: Update confirm_ask prompts to use consistent formatting 2024-08-21 08:08:31 -07:00
paul-gauthier
5b3cb48cd8
Merge pull request #1145 from pcamp/main
Correct description of map-refresh command.
2024-08-21 06:35:44 -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
pcamp
8da4874db9
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:11:34 -05:00
Paul Gauthier
9fb3a6f8e1 fix: Update string formatting in confirm_ask calls 2024-08-21 05:38:33 -07:00
Paul Gauthier (aider)
ad77fe20b5 fix: Remove unnecessary f-strings 2024-08-21 05:38:24 -07:00
Paul Gauthier
ba746dd211 fix: Improve confirm dialog messages 2024-08-21 05:38:13 -07:00
Paul Gauthier (aider)
72ebc7868a feat: add subject to confirm_ask 2024-08-21 05:24:56 -07:00