Commit graph

5760 commits

Author SHA1 Message Date
Paul Gauthier
0478fa79ca bump dep versions 2024-08-09 10:13:37 -03:00
Paul Gauthier
184519f773 copy 2024-08-09 08:08:01 -03:00
Paul Gauthier (aider)
b3b8cb58da style: Apply linter formatting to commands.py 2024-08-09 08:07:26 -03:00
Paul Gauthier (aider)
8b517cac62 feat: Add cmd_map command to print the current repository map 2024-08-09 08:07:22 -03:00
Paul Gauthier (aider)
e1ce4f1b9f style: format code with linter 2024-08-09 08:04:18 -03:00
Paul Gauthier (aider)
f03718a48f feat: Replace existing image in chat when uploading clipboard image 2024-08-09 08:04:14 -03:00
Paul Gauthier (aider)
604a1fcae4 fix: Use a temporary directory with a simple filename for clipboard images 2024-08-09 08:00:36 -03:00
Paul Gauthier
27af9414d5 add pyperclip 2024-08-09 07:59:11 -03:00
Paul Gauthier
e5cec464da copy 2024-08-09 07:59:05 -03:00
Paul Gauthier (aider)
0950106536 style: Format code with linter 2024-08-09 07:55:42 -03:00
Paul Gauthier (aider)
54ea449394 feat: Use provided argument as basename for clipboard image tempfile 2024-08-09 07:55:38 -03:00
Paul Gauthier (aider)
1e3868e3d0 style: format imports in commands.py 2024-08-09 07:54:15 -03:00
Paul Gauthier (aider)
96a4ba783b feat: Add support for text and image clipboard content 2024-08-09 07:54:11 -03:00
Paul Gauthier (aider)
b057b3043c feat: Rename cmd_add_clipboard_image to cmd_clipboard 2024-08-09 07:53:11 -03:00
Paul Gauthier
a0a37f3afd copy 2024-08-08 18:58:16 -03:00
Paul Gauthier
899792ce25 fix ^c handling 2024-08-08 15:54:53 -03:00
Paul Gauthier
7314654ad2 cleanup 2024-08-08 15:53:04 -03:00
Paul Gauthier
03a357eb95 better /run confirmation prompt 2024-08-08 15:39:07 -03:00
Paul Gauthier
51ec18b711 fix: Replace prompt with confirm for yes/no questions 2024-08-08 15:35:35 -03:00
Paul Gauthier
4abb2e78b6 Merge branch 'main' into async 2024-08-08 15:23:19 -03:00
Paul Gauthier
109f197f52 feat: Add tests for simple_send_with_retries function 2024-08-08 15:22:58 -03:00
Paul Gauthier
2369489321 Clean up countdown 2024-08-08 15:19:24 -03:00
Paul Gauthier (aider)
608c80404e feat: implement countdown for retry in 0.1-second increments 2024-08-08 14:58:43 -03:00
Paul Gauthier
3f6ae4b2d9 Handle retries at a higher level; exceptions come out of the streaming completion object 2024-08-08 14:54:59 -03:00
Paul Gauthier
5f3cf2cb2f refactor 2024-08-08 13:50:42 -03:00
Paul Gauthier
17c13da008 copy 2024-08-08 13:23:47 -03:00
Paul Gauthier
96ecb55cc8 pip install -> python -m pip install 2024-08-08 13:18:21 -03:00
Paul Gauthier
82fa8accdd pip install -> python -m pip install 2024-08-08 13:17:42 -03:00
Paul Gauthier
ce20f2b169 pip install -> python -m pip install 2024-08-08 13:13:52 -03:00
Paul Gauthier
0e2c7c60fa copy 2024-08-08 13:11:03 -03:00
Paul Gauthier
381f33c743 Added py -m aider tip to main install page 2024-08-08 13:00:07 -03:00
Paul Gauthier
30af7f68bd fix: Clear lines of interest instead of clearing the entire context 2024-08-08 09:58:46 -03:00
Paul Gauthier (aider)
bb4ee1a221 perf: cache TreeContext for each filename and re-use it 2024-08-08 09:56:03 -03:00
Paul Gauthier
c8b5375709 do not supply . if no git_dname #865 2024-08-07 13:39:02 -03:00
Paul Gauthier
0a5b5c3fd6 fix: Fix token_count method to handle list of messages 2024-08-07 13:13:10 -03:00
Paul Gauthier
ed38497c68 set version to 0.48.2-dev 2024-08-07 11:47:36 -03:00
Paul Gauthier
77c13c5cbe version bump to 0.48.1 2024-08-07 11:45:51 -03:00
Paul Gauthier
cec596cadf copy 2024-08-07 11:43:32 -03:00
Paul Gauthier (aider)
f1bd90c024 style: Fix import order in aider/models.py 2024-08-07 11:42:37 -03:00
Paul Gauthier (aider)
f16564994f feat: use constants from llm.py in models.py 2024-08-07 11:42:34 -03:00
Paul Gauthier (aider)
efc71a0e83 refactor: Refactor "https://aider.chat" and "Aider" into constants in llm.py 2024-08-07 11:42:11 -03:00
Paul Gauthier
0e60dfe5f4 copy 2024-08-07 11:30:57 -03:00
Paul Gauthier
3d66aea572 retry sends in most cases 2024-08-07 11:30:43 -03:00
Paul Gauthier
1ecc780f74 Revert "Stop using litellm._should_retry"
This reverts commit 1e232d4db6.
2024-08-07 11:29:31 -03:00
Paul Gauthier
19ad89e1d7 Added gpt-4o-2024-08-06 2024-08-07 11:26:15 -03:00
Paul Gauthier
0e14014118 restore openrouter attribution with extra_headers 2024-08-07 11:24:37 -03:00
Paul Gauthier
e48fecee14 fix: Handle missing model info values gracefully 2024-08-07 07:45:39 -03:00
Paul Gauthier
72572f06d9 fix: Improve commit message generation by handling large diffs 2024-08-07 07:45:22 -03:00
Paul Gauthier
492738f325 added openai/gpt-4o-2024-08-06 to the refac leaderboard 2024-08-06 15:48:16 -03:00
Paul Gauthier
f3880617b5 copy 2024-08-06 15:35:38 -03:00