Paul Gauthier (aider)
|
075d4d4210
|
test: add tests for message integrity after interrupts and token limits
|
2025-01-22 10:03:51 -08:00 |
|
Paul Gauthier
|
216b679e4b
|
set version to 0.72.3.dev
|
2025-01-22 10:01:02 -08:00 |
|
Paul Gauthier
|
c5fe81f4e6
|
version bump to 0.72.2
|
2025-01-22 09:59:23 -08:00 |
|
Paul Gauthier
|
0c464d0220
|
copy
|
2025-01-22 09:55:18 -08:00 |
|
Paul Gauthier
|
02f28d12e3
|
fix: Correct condition for adding assistant reply in Coder class
|
2025-01-22 09:53:32 -08:00 |
|
Paul Gauthier
|
13d24278f2
|
feat: Add assistant reply for token limit exhaustion in base_coder
|
2025-01-22 09:30:05 -08:00 |
|
Paul Gauthier
|
42ef4352f4
|
refactor: Handle KeyboardInterrupt with user-assistant message pair and add env check for sanity_check_messages
|
2025-01-22 09:03:09 -08:00 |
|
Paul Gauthier
|
843720a671
|
copy
|
2025-01-20 17:44:36 -08:00 |
|
Paul Gauthier
|
0884dd88d6
|
docs: Update usage documentation for config & text files
|
2025-01-20 17:44:17 -08:00 |
|
Paul Gauthier (aider)
|
4262fa8637
|
docs: add Jekyll front matter to not-code.md
|
2025-01-20 17:39:05 -08:00 |
|
Paul Gauthier (aider)
|
29a2db6552
|
docs: add examples for editing non-code files with aider
|
2025-01-20 17:35:42 -08:00 |
|
Paul Gauthier
|
06fa0c17a4
|
docs: Add usage documentation for non-code interactions
|
2025-01-20 17:35:40 -08:00 |
|
Paul Gauthier
|
cfdca6a894
|
copy
|
2025-01-20 17:28:54 -08:00 |
|
Paul Gauthier
|
2873f6c193
|
copy
|
2025-01-20 14:25:36 -08:00 |
|
Paul Gauthier
|
8b963ed63c
|
set version to 0.72.2.dev
|
2025-01-20 14:24:39 -08:00 |
|
Paul Gauthier
|
adb951426a
|
version bump to 0.72.1
|
2025-01-20 14:23:06 -08:00 |
|
Paul Gauthier
|
9ced96a1c9
|
copy
|
2025-01-20 14:23:00 -08:00 |
|
Paul Gauthier
|
7e155dc87b
|
copy
|
2025-01-20 14:21:05 -08:00 |
|
Paul Gauthier
|
c5e2d80fc0
|
blame
|
2025-01-20 14:20:56 -08:00 |
|
Paul Gauthier
|
b0fa646de9
|
fix litellm_provider
|
2025-01-20 14:19:30 -08:00 |
|
Paul Gauthier
|
83f08cffee
|
copy
|
2025-01-20 11:51:32 -08:00 |
|
Paul Gauthier
|
03652a0030
|
set version to 0.72.1.dev
|
2025-01-20 11:51:13 -08:00 |
|
Paul Gauthier
|
1c3e0ba656
|
version bump to 0.72.0
|
2025-01-20 11:48:46 -08:00 |
|
Paul Gauthier
|
48f80b947b
|
copy
|
2025-01-20 11:43:38 -08:00 |
|
Paul Gauthier
|
d7873de4e8
|
Merge branch 'main' of github.com:Aider-AI/aider
|
2025-01-20 11:42:04 -08:00 |
|
Paul Gauthier
|
32d025bcf2
|
r1 leaderboard
|
2025-01-20 11:37:09 -08:00 |
|
Paul Gauthier
|
61ab5d1652
|
disable sanity check
|
2025-01-20 11:35:54 -08:00 |
|
Paul Gauthier
|
f5fd6833e2
|
copy
|
2025-01-20 11:30:21 -08:00 |
|
Paul Gauthier
|
163e6f56df
|
re-enable summaries
|
2025-01-20 11:26:19 -08:00 |
|
Paul Gauthier
|
5650697475
|
no turn errors, with upd_cur_msgs fix and summarizer disabled
|
2025-01-20 11:10:43 -08:00 |
|
Paul Gauthier
|
2968087d37
|
more deepseek config
|
2025-01-20 10:09:48 -08:00 |
|
Paul Gauthier
|
e7ec80f58a
|
Merge branch 'main' into deepseek-reasoner
|
2025-01-20 09:50:35 -08:00 |
|
Paul Gauthier
|
f0ba699463
|
copy
|
2025-01-20 09:49:48 -08:00 |
|
Paul Gauthier
|
06d5b14b86
|
sanity_check_messages
|
2025-01-20 09:43:01 -08:00 |
|
Paul Gauthier
|
dff544cd5d
|
refactor: Split summarize method and add model metadata handling
|
2025-01-20 09:38:45 -08:00 |
|
Paul Gauthier (aider)
|
73bc0f6258
|
style: Remove trailing whitespace in sendchat.py
|
2025-01-20 08:35:24 -08:00 |
|
Paul Gauthier (aider)
|
7e5e180000
|
feat: verify last non-system message is from user in sanity_check_messages
|
2025-01-20 08:35:21 -08:00 |
|
Paul Gauthier (aider)
|
fc431df2b4
|
style: Add blank lines for better readability in sendchat.py
|
2025-01-20 08:34:44 -08:00 |
|
Paul Gauthier (aider)
|
bb61be630a
|
feat: add message role validation function
|
2025-01-20 08:34:40 -08:00 |
|
Paul Gauthier
|
cdc9ec2854
|
refactor: Add comment for sanity_check_messages function in sendchat.py
|
2025-01-20 08:34:38 -08:00 |
|
Paul Gauthier
|
21d3703b69
|
feat: Add deepseek-reasoner model settings and enable caching for deepseek-chat
|
2025-01-20 08:14:12 -08:00 |
|
paul-gauthier
|
c395be252e
|
Merge pull request #2895 from pauldw/pwalker/2025-01-17_add_tags_scm_for_kotlin
|
2025-01-19 09:49:44 -08:00 |
|
Paul Walker
|
293c350fb7
|
Add tags.scm for Kotlin
|
2025-01-17 21:18:55 -05:00 |
|
Paul Gauthier
|
a777f336e1
|
chore: Update polyglot leaderboard test results and metadata
|
2025-01-17 13:37:02 -08:00 |
|
Paul Gauthier
|
5b6c186125
|
copy
|
2025-01-17 13:35:36 -08:00 |
|
Paul Gauthier
|
6451d59deb
|
bump deps
|
2025-01-16 12:29:12 -08:00 |
|
Paul Gauthier (aider)
|
c912b66a8f
|
ci: Update GitHub Actions workflow to use github.event_name for build conditions
|
2025-01-16 11:52:34 -08:00 |
|
Paul Gauthier (aider)
|
d62c43bc95
|
ci: Fix GitHub Actions workflow syntax for secret conditions
|
2025-01-16 11:51:10 -08:00 |
|
Paul Gauthier (aider)
|
3b7b9b6ed1
|
ci: Update Docker build workflow to use DockerHub secret conditions
|
2025-01-16 11:48:59 -08:00 |
|
Paul Gauthier (aider)
|
9822a6ed5d
|
feat: Modify Docker workflow to separate PR and push build steps
|
2025-01-16 11:47:29 -08:00 |
|