Commit graph

769 commits

Author SHA1 Message Date
Paul Gauthier
6fbb51e2f8 refactor: Return set directly in get_file_mentions method 2024-08-28 17:49:22 -07:00
Paul Gauthier (aider)
bfb2355103 feat: implement and initialize ignore_mentions set 2024-08-28 17:48:22 -07:00
Paul Gauthier
aae7b6e62f feat: add unconfirmed files to ignore list 2024-08-28 17:48:20 -07:00
Paul Gauthier (aider)
b57f040f19 feat: implement granular file addition confirmation in check_for_file_mentions 2024-08-28 17:46:04 -07:00
Paul Gauthier
0390f874a7 feat: add git repository status to platform information 2024-08-27 14:30:15 -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
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
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
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)
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)
15639d8801 style: Fix import statement formatting 2024-08-27 09:11:50 -07:00
Paul Gauthier (aider)
bbc619fdba fix: Use run_interactive_command for shell commands 2024-08-27 09:11:46 -07:00
Paul Gauthier
4705136951 fix: Add caching by default for deepseek coder. 2024-08-27 06:12:55 -07:00
Paul Gauthier
c760b61cf5 fix: Reduce number of cache warming pings 2024-08-26 16:30:07 -07:00
Paul Gauthier
27e854708a fix: Increase cache warming delay to 5 minutes minus 10 seconds 2024-08-26 16:28:18 -07:00
Paul Gauthier (aider)
ee11af11db feat: make the cache warming thread a daemon 2024-08-26 16:23:56 -07:00
Paul Gauthier (aider)
75e8a38c3a fix: Remove unused import of timedelta from base_coder.py 2024-08-26 16:22:59 -07:00
Paul Gauthier
07767e2961 fix: Implement cache warming with a background thread 2024-08-26 16:22:53 -07:00
Paul Gauthier
97a70830e9 cleanup 2024-08-26 15:49:48 -07:00
Paul Gauthier (aider)
1dd1f7eb22 style: Ran the linter 2024-08-26 15:48:12 -07:00
Paul Gauthier (aider)
f5da41216c feat: use the format_tokens in utils.py in warm_cache_worker 2024-08-26 15:48:08 -07:00
Paul Gauthier (aider)
bd9e6d7f58 refactor: Move format_tokens function to utils.py 2024-08-26 15:46:26 -07:00
Paul Gauthier
93e37b60d0 fix: Reduce cache warming sleep time from 20 to 10 seconds 2024-08-26 15:46:25 -07:00
Paul Gauthier (aider)
75a51025a0 style: Improve formatting of cache warming message 2024-08-26 15:42:10 -07:00
Paul Gauthier (aider)
a6ff08b2c5 feat: Add progress indicator and format cached tokens in warm_cache_worker 2024-08-26 15:42:04 -07:00
Paul Gauthier
8319df775e fix: Reduce number of cache warming pings to 0 2024-08-26 15:42:03 -07:00
Paul Gauthier (aider)
a17b9601c5 style: Ran the linter 2024-08-26 15:40:08 -07:00
Paul Gauthier (aider)
0b2d0004b6 feat: add num_cache_warming_pings arg to __init__ 2024-08-26 15:40:03 -07:00
Paul Gauthier
8cec00eb9c fix: Warm cache only when add_cache_headers is True 2024-08-26 15:40:02 -07:00
Paul Gauthier (aider)
1472fc56cb style: Run linter 2024-08-26 15:28:02 -07:00
Paul Gauthier (aider)
17d210be4a feat: Add cache warming functionality to base_coder.py 2024-08-26 15:27:58 -07:00
Paul Gauthier (aider)
0f8354dd6a feat: Add Coder.warm_cache method to start a thread for cache warming 2024-08-26 15:27:49 -07:00
Paul Gauthier
e234ba10cd fix: Return chunks instead of messages in format_messages method 2024-08-26 15:27:01 -07:00
Paul Gauthier
7b2379c7c2 fix: Remove unnecessary ConfirmGroup from confirm_ask call 2024-08-25 10:20:46 -07:00
Paul Gauthier
668ab7e204 fix: Add ConfirmGroup to confirm file and shell command additions 2024-08-23 16:54:03 -07:00
Paul Gauthier
b26550d93f fix: Add ConfirmGroup to confirm URL addition 2024-08-23 16:50:38 -07:00
Paul Gauthier
edb7dea70c fix: Apply updates to edited files 2024-08-23 13:34:18 -07:00
Paul Gauthier
61f7d60c47 fix: Move run_shell_commands() call after auto_lint and auto_test checks 2024-08-23 06:38:16 -07:00
Paul Gauthier
56e8f6db40 just show > not code> if in default edit format 2024-08-22 15:51:03 -07:00
Paul Gauthier
d7279a1129 fix: Remove unused get_last_modified method from Coder class 2024-08-22 14:01:20 -07:00
Paul Gauthier
8a4409dd05 fix: Find common root for all absolute file names 2024-08-22 13:59:16 -07:00
Paul Gauthier (aider)
221cde0fed refactor: Move find_common_root into aider/utils.py and update Coder class to use it 2024-08-22 13:55:32 -07:00
Paul Gauthier
8c886d7dd3 refactor to use auto_commit 2024-08-22 13:55:01 -07:00