Commit graph

6602 commits

Author SHA1 Message Date
Paul Gauthier (aider)
898230eb92 style: Run linter 2024-08-27 05:36:19 -07:00
Paul Gauthier (aider)
475a1ed6d6 feat: Add --install-main-branch switch 2024-08-27 05:36:13 -07:00
Paul Gauthier
de19c0aff0 fix: Update install_from_main_branch function 2024-08-27 05:36:12 -07:00
Paul Gauthier (aider)
a34b16fa59 style: run linter 2024-08-27 05:34:46 -07:00
Paul Gauthier (aider)
28ffece647 feat: add install_from_main_branch() function 2024-08-27 05:34:43 -07:00
Paul Gauthier (aider)
40be2d2100 fix: Add sqlite3 import to aider/repomap.py 2024-08-27 05:27:23 -07:00
Paul Gauthier
743412777d fix: Handle errors when loading tags cache 2024-08-27 05:27:17 -07:00
Paul Gauthier
d12ab8c8c3 copy 2024-08-27 05:22:36 -07:00
Paul Gauthier
18352c5030 copy 2024-08-26 21:28:18 -07:00
Paul Gauthier
661d89b469 copy 2024-08-26 21:20:44 -07:00
Paul Gauthier
cc685bcbb6 copy 2024-08-26 21:19:44 -07:00
Paul Gauthier
008b1cb5f7 copy 2024-08-26 21:18:44 -07:00
Paul Gauthier
4b82277ef7 copy 2024-08-26 20:53:38 -07:00
Paul Gauthier (aider)
8da47b9664 feat: increase font size for chart title, legend, and axis labels 2024-08-26 20:52:41 -07:00
Paul Gauthier
a4d2594552 fix: Remove draft and nav_exclude from sonnet-seems-fine.md 2024-08-26 20:52:40 -07:00
Paul Gauthier (aider)
a5ff78fe30 feat: Switch chart to scatter plot 2024-08-26 20:51:01 -07:00
Paul Gauthier
511e4dc4f5 fix: Update sonnet performance analysis post 2024-08-26 20:50:59 -07:00
Paul Gauthier (aider)
fbc4ffbaee feat: Sort data points in time order 2024-08-26 20:36:39 -07:00
Paul Gauthier
9ad41e9229 docs: Expand details on Sonnet performance graph 2024-08-26 20:36:38 -07:00
Paul Gauthier (aider)
7c9cae63cc feat: Improve x-axis representation to show time 2024-08-26 20:29:12 -07:00
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