Commit graph

6378 commits

Author SHA1 Message Date
Paul Gauthier (aider)
1be65f9c77 feat: Add group parameter to confirm_ask function 2024-08-23 16:18:52 -07:00
Paul Gauthier (aider)
16c1d21bc0 style: Run linter 2024-08-23 16:17:21 -07:00
Paul Gauthier (aider)
577c38ec29 feat: Add ConfirmGroup dataclass 2024-08-23 16:17:17 -07:00
Paul Gauthier (aider)
6185f8f271 style: Fix formatting in io.py 2024-08-23 16:15:02 -07:00
Paul Gauthier (aider)
7805aafe0a fix: Update confirm_ask function in aider/io.py 2024-08-23 16:14:59 -07:00
Paul Gauthier
70f32ed7a2 copy 2024-08-23 15:19:53 -07:00
Paul Gauthier
59bef7cb1c feat: Inherit Model class from ModelSettings 2024-08-23 15:18:10 -07:00
Paul Gauthier (aider)
427a83b075 fix: Use call_args_list to verify all calls to mocked function 2024-08-23 15:17:16 -07:00
Paul Gauthier
100cca5dbf feat: Add model dumps to test_repo.py 2024-08-23 15:17:15 -07:00
Paul Gauthier (aider)
2906dcb642 style: Fix formatting in sendchat.py 2024-08-23 14:20:18 -07:00
Paul Gauthier (aider)
5ded503d2b fix: Only include extra_headers in send_completion if not None 2024-08-23 14:20:15 -07:00
Paul Gauthier (aider)
50c987e261 style: Simplify function call 2024-08-23 14:18:38 -07:00
Paul Gauthier (aider)
12551c9563 feat: add extra_headers to commit message generation 2024-08-23 14:18:35 -07:00
Paul Gauthier (aider)
b7dff0450c style: Improve code formatting in history.py 2024-08-23 14:18:17 -07:00
Paul Gauthier (aider)
b97006e123 feat: Pass model's extra_headers to simple_send_with_retries 2024-08-23 14:18:14 -07:00
Paul Gauthier (aider)
e81ddcc1a6 feat: Add extra_headers parameter to simple_send_with_retries 2024-08-23 14:17:44 -07:00
Paul Gauthier
9c2bd9d0a5 fix: Improve lint command behavior 2024-08-23 14:08:48 -07:00
Paul Gauthier
d73d60ca5e make versionbump faster 2024-08-23 13:50:05 -07:00
Paul Gauthier
45c257d04f copy 2024-08-23 13:47:48 -07:00
Paul Gauthier (aider)
502ed73318 feat: Add documentation for using Aider with Amazon Bedrock 2024-08-23 13:37:41 -07:00
Paul Gauthier
0f0eca942d feat: Add documentation for Bedrock LLM 2024-08-23 13:37:40 -07:00
Paul Gauthier
876da44464 set version to 0.52.2-dev 2024-08-23 13:37:16 -07:00
Paul Gauthier
6a8ebc22d7 version bump to 0.52.1 2024-08-23 13:35:22 -07:00
Paul Gauthier
edb7dea70c fix: Apply updates to edited files 2024-08-23 13:34:18 -07:00
Paul Gauthier (aider)
cc2706d8dd style: Fix import order in test_repomap.py 2024-08-23 11:43:14 -07:00
Paul Gauthier (aider)
6630fd2e4f fix: Add missing imports for re and difflib modules 2024-08-23 11:43:11 -07:00
Paul Gauthier (aider)
d373c82730 fix: Remove unused imports in tests/basic/test_repomap.py 2024-08-23 11:42:14 -07:00
Paul Gauthier (aider)
a223ddce8b fix: Remove unused imports and adjust code to use existing modules 2024-08-23 11:41:43 -07:00
Paul Gauthier (aider)
7015c03a01 style: Run linter on tests/basic/test_repomap.py 2024-08-23 11:40:43 -07:00
Paul Gauthier (aider)
e456317a68 chore: move import re and difflib to top of file 2024-08-23 11:40:40 -07:00
Paul Gauthier (aider)
26765cd89a style: Normalize path separators for Windows 2024-08-23 11:40:00 -07:00
Paul Gauthier (aider)
97a75ea471 fix: Normalize file path separators for Windows in test_repo_map_sample_code_base 2024-08-23 11:39:57 -07:00
Paul Gauthier (aider)
2d5b481205 fix: Read expected_map_file with utf8 encoding 2024-08-23 11:38:36 -07:00
Paul Gauthier
69106200ff Merge branch 'ts-pack' 2024-08-23 10:16:34 -07:00
Paul Gauthier
9243e49060 updated blame 2024-08-23 10:16:30 -07:00
Paul Gauthier
f5e27cee8a finish repo map fixture test 2024-08-23 10:16:16 -07:00
Paul Gauthier (aider)
c38d482db3 style: Format code with black 2024-08-23 10:14:04 -07:00
Paul Gauthier (aider)
626a89364d feat: Pass repomap_root as parent of parent of parent directory 2024-08-23 10:14:01 -07:00
Paul Gauthier
eb7870c2c1 fix: Convert generated repo map to string before comparison 2024-08-23 10:14:00 -07:00
Paul Gauthier (aider)
0ee35556ef style: Format code using linter 2024-08-23 10:04:32 -07:00
Paul Gauthier (aider)
9228a57b66 fix: Compare generated repo map with expected map 2024-08-23 10:04:28 -07:00
Paul Gauthier
12e406e711 fix: Remove unnecessary code for writing generated repo map to file 2024-08-23 10:04:27 -07:00
Paul Gauthier (aider)
f5d4cbfb2e fix: Add import for Path class in test_repomap.py 2024-08-23 10:02:54 -07:00
Paul Gauthier (aider)
0a01a5ca2f style: Run linter 2024-08-23 10:01:34 -07:00
Paul Gauthier (aider)
a59ebd1913 feat: add test for repo map generation using sample code base 2024-08-23 10:01:30 -07:00
Paul Gauthier (aider)
088e47c793 feat: add sample JavaScript script with 7 functions 2024-08-23 09:55:07 -07:00
Paul Gauthier
f87036cbac feat: Add sample code base for testing 2024-08-23 09:55:06 -07:00
Paul Gauthier (aider)
950fc7f41a style: format code with linter 2024-08-23 09:54:16 -07:00
Paul Gauthier (aider)
d7f51af9ba feat: Add sample Python file with Car and Garage classes 2024-08-23 09:54:12 -07:00
Paul Gauthier
b603064abe feat: Add sample code base for testing 2024-08-23 09:54:11 -07:00