Commit graph

6386 commits

Author SHA1 Message Date
Paul Gauthier (aider)
71e3af96d3 feat: Add tests for confirm_ask with a group 2024-08-23 16:29:37 -07:00
Paul Gauthier (aider)
3e0c7fd248 build: build the list of valid responses in parallel to building question, but don't change the logic for question 2024-08-23 16:25:05 -07:00
Paul Gauthier
2dc2b45d15 fix: Update input prompt for yes/no questions 2024-08-23 16:24:16 -07:00
Paul Gauthier (aider)
3055f14d70 fix: only show All and Skip options if group is not none 2024-08-23 16:20:58 -07:00
Paul Gauthier (aider)
9ed83dd467 style: Improve readability of conditional expressions 2024-08-23 16:20:08 -07:00
Paul Gauthier (aider)
2643cc8643 fix: Exclude "All" option and don't honor group preference when explicit_yes_required is True 2024-08-23 16:20:04 -07:00
Paul Gauthier (aider)
6aae2bc794 fix: Move imports to the top of the file
feat: Implement ConfirmGroup preference handling in confirm_ask
2024-08-23 16:19:05 -07:00
Paul Gauthier (aider)
c0871449ac style: Format code with consistent indentation 2024-08-23 16:18:55 -07:00
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