Commit graph

3366 commits

Author SHA1 Message Date
Paul Gauthier
26b3487de7 copy 2024-08-28 08:41:48 -07:00
Paul Gauthier
7ad1abb929 copy 2024-08-28 08:37:28 -07:00
Paul Gauthier
fea20a6cce copy 2024-08-28 08:31:57 -07:00
Paul Gauthier
fb93e204f1 copy 2024-08-28 08:26:14 -07:00
Paul Gauthier
e7f4ef9c23 updated blame 2024-08-28 07:16:10 -07:00
Paul Gauthier
b3215b3c8c set version to 0.54.1-dev 2024-08-28 07:10:36 -07:00
Paul Gauthier
fd646275ad version bump to 0.54.0 2024-08-28 07:09:27 -07:00
Paul Gauthier
3370c614d6 copy 2024-08-28 07:08:16 -07:00
Paul Gauthier
b013648a2d copy 2024-08-28 06:48:50 -07:00
Paul Gauthier
6adc5fe079 copy 2024-08-28 06:44:43 -07:00
Paul Gauthier
2d8df7e512 copy 2024-08-28 06:44:31 -07:00
Paul Gauthier
2f35a41449 remove send_undo_reply=True 2024-08-28 06:41:43 -07:00
Paul Gauthier (aider)
12bb17fe63 feat: add ModelSettings for gemini/gemini-1.5-flash-exp-0827 with whole edit format 2024-08-28 06:35:38 -07:00
Paul Gauthier (aider)
14d13a7acc feat: add ModelSettings for gemini/gemini-1.5-pro-exp-0827 2024-08-28 06:35:04 -07:00
Jun Siang Cheah
7f8203f89c
docs: match benchmark formatting 2024-08-28 09:21:04 +01:00
Jun Siang Cheah
9b6dda8813
docs: add benchmark results for new gemini experimental models 2024-08-28 08:51:55 +01:00
Paul Gauthier
a3554ffbbc fix /read completions 2024-08-27 16:40:07 -07:00
Paul Gauthier
530dae2a98 feat: implement ThreadedCompleter for improved autocomplete performance 2024-08-27 16:33:26 -07:00
Paul Gauthier
31f7856f41 feat: enhance autocomplete functionality for code tokens and filenames 2024-08-27 15:24:45 -07:00
Paul Gauthier
0390f874a7 feat: add git repository status to platform information 2024-08-27 14:30:15 -07:00
Paul Gauthier
4607d9a689 refactor: Update message formatting in main function 2024-08-27 14:25:56 -07:00
Paul Gauthier
9c35556c2a feat: add user input logging and history for /run command responses 2024-08-27 14:18:56 -07:00
Paul Gauthier
92667c7963 feat: log user input from prompt function in chat history 2024-08-27 14:15:23 -07:00
Paul Gauthier
38bde441a6 copy 2024-08-27 14:08:04 -07:00
Paul Gauthier
6f85f38d47 feat: add option to disable shell command suggestions 2024-08-27 14:06:54 -07:00
Paul Gauthier (aider)
6f70cb3780 style: remove trailing whitespace in base_coder.py 2024-08-27 13:31:49 -07:00
Paul Gauthier (aider)
b178fe85d8 feat: add suggest_shell_commands option to control shell command suggestions 2024-08-27 13:31:43 -07:00
Paul Gauthier (aider)
f33850ceab feat: add --suggest-shell-commands option with default true 2024-08-27 13:30:31 -07:00
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
ffa30983c7 copy 2024-08-27 13:13:15 -07:00
Paul Gauthier
c2e9d01b12 show the video on aider.chat 2024-08-27 13:08:21 -07:00
Paul Gauthier
aae862f499 copy 2024-08-27 12:46:52 -07:00
Paul Gauthier
57809fbbbb copy 2024-08-27 11:51:38 -07:00
Paul Gauthier
d8adc75d7b copy 2024-08-27 11:29:31 -07:00
Paul Gauthier
64c8bd06e1 copy 2024-08-27 11:21:59 -07:00
Paul Gauthier
2b2569b787 feat: enhance shell command output handling and chat integration 2024-08-27 11:17:59 -07:00
Paul Gauthier (aider)
cd48eda88c feat: accumulate and return output in run_shell_commands 2024-08-27 11:12:33 -07:00
Paul Gauthier
474b657221 refactor: Improve handling of command output in chat confirmation 2024-08-27 11:12:31 -07:00
Paul Gauthier (aider)
1c37924472 feat: accumulate shell command output and optionally add to chat 2024-08-27 11:10:52 -07:00
Paul Gauthier
c1d1c24dbb improve commit message prompt 2024-08-27 11:09:41 -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
35eecee739 better 2024-08-27 10:50:31 -07:00
Paul Gauthier (aider)
d2d6e94ddb style: Run linter 2024-08-27 10:41:44 -07:00
Paul Gauthier (aider)
5ecce49abd fix: Update imports and function calls in base_coder.py 2024-08-27 10:41:40 -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)
80abb5c812 refactor: Move run_interactive_command functions to run_cmd.py 2024-08-27 10:39:50 -07:00
Paul Gauthier (aider)
ec7e0cdb72 refactor: move run_interactive_command funcs to run_cmd 2024-08-27 10:39:33 -07:00
Paul Gauthier
fefda7d337 fix: Add run_cmd.py 2024-08-27 10:39:32 -07:00