Commit graph

6682 commits

Author SHA1 Message Date
Paul Gauthier
0b5427701c fix: Update post about Sonnet's performance 2024-08-26 20:29:10 -07:00
Paul Gauthier (aider)
8816d22591 feat: Add line graph to visualize Sonnet performance over time 2024-08-26 20:25:34 -07:00
Paul Gauthier
95c14e945e feat: Add new blog post "Sonnet Seems Fine" 2024-08-26 20:25:33 -07:00
Paul Gauthier
ed211b8dc9 copy 2024-08-26 20:15:55 -07:00
Paul Gauthier
88195c4323 fix: Update prompt cache keepalive configuration 2024-08-26 20:12:56 -07:00
Paul Gauthier
a5c283d7c8 feat: Add prompt cache warming via --cache-warming-pings 2024-08-26 16:33:25 -07:00
Paul Gauthier
4e718fa8e1 copy 2024-08-26 16:31:46 -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)
9d593c5fa2 feat: Add --cache-warming-pings option to Coder.create 2024-08-26 16:26:23 -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 (aider)
b53b1c95d5 feat: Use all_messages to get initial messages and rename chunks to messages 2024-08-26 15:14:40 -07:00
Paul Gauthier (aider)
9b70819de1 style: Ran the linter 2024-08-26 15:13:40 -07:00
Paul Gauthier (aider)
9231154871 feat: add cacheable_messages() method to ChatChunks class 2024-08-26 15:13:37 -07:00
Paul Gauthier
8ffbf96151 copy 2024-08-26 15:07:45 -07:00
Paul Gauthier
5481d4385e fix: Remove redundant assertion from test cases 2024-08-26 14:44:18 -07:00
Paul Gauthier (aider)
0a05f7efd7 fix: Ensure tool_error is called at least once in tests 2024-08-26 14:43:42 -07:00
Paul Gauthier (aider)
fefe6f7424 fix: Remove unused import statement in tests/basic/test_models.py 2024-08-26 14:43:00 -07:00
Paul Gauthier (aider)
f74fa16e4a style: Fix import order in test_models.py 2024-08-26 14:42:26 -07:00
Paul Gauthier (aider)
abf19a61cf feat: Add tests for sanity_check_model function 2024-08-26 14:42:24 -07:00
Paul Gauthier (aider)
2e573af1d8 style: Fix formatting in models.py 2024-08-26 14:40:29 -07:00
Paul Gauthier (aider)
b51b5cf12d feat: Display environment variables status when showing missing variables 2024-08-26 14:40:25 -07:00
Paul Gauthier
58d1b4c2ca improved bedrock docs #713 2024-08-26 14:24:18 -07:00
Paul Gauthier
66e9c3834a fix: Improve filename detection in find_filename function 2024-08-26 13:52:35 -07:00
Paul Gauthier (aider)
a716fda897 fix: Handle partial filename matches correctly in find_filename 2024-08-26 13:49:11 -07:00
Paul Gauthier (aider)
528a3372d8 feat: add tests for find_filename 2024-08-26 13:43:10 -07:00
Paul Gauthier
510e50cbe6 copy 2024-08-26 12:23:01 -07:00
Paul Gauthier
59ae9d9daf turn off openrouter referer special case for sonnet 2024-08-26 12:20:50 -07:00
Paul Gauthier
5b672e9bfd only take fuzzy matches that match a single valid fname 2024-08-26 12:11:49 -07:00
Paul Gauthier (aider)
e17a1fff3a feat: implement fuzzy filename matching 2024-08-26 12:10:33 -07:00
Paul Gauthier
dfce19f186 fix: Add fuzzy matching for finding filename in editblock_coder 2024-08-26 12:10:32 -07:00
Paul Gauthier
4b2227c71f don't disrupt \_ in filenames #1158 2024-08-26 12:08:46 -07:00
Paul Gauthier
8c766f81b2 use valid_fnames to improve find_filename 2024-08-26 12:03:36 -07:00