Commit graph

5128 commits

Author SHA1 Message Date
Paul Gauthier (aider)
97e51e60fc Implemented SSL certificate verification option in the Scraper class. 2024-07-22 15:18:47 +02:00
Paul Gauthier
5ae96231ad added DeepSeek Chat V2 0628 to leaderboard 2024-07-19 10:29:41 +01:00
paul-gauthier
fa121cef8e
Merge pull request #887 from StevenTCramer/patch-1 2024-07-19 05:45:48 +01:00
Steven T. Cramer
46d434f307
Update README.md
correct the sentence.
2024-07-19 10:50:48 +07:00
Paul Gauthier
96ff06e0ad set version to 0.45.2-dev 2024-07-18 20:46:35 +01:00
Paul Gauthier
5333bae78b version bump to 0.45.1 2024-07-18 20:45:15 +01:00
Paul Gauthier
cc2dc7ca6d Updated HISTORY 2024-07-18 20:44:17 +01:00
Paul Gauthier
bd6cedf70b Use 4o-mini as the weak model instead of 3.5-turbo 2024-07-18 20:42:24 +01:00
Paul Gauthier
66fda57f28 set version to 0.45.1-dev 2024-07-18 20:12:49 +01:00
Paul Gauthier
6f17e6606c version bump to 0.45.0 2024-07-18 20:11:18 +01:00
Paul Gauthier
99d0a707f5 copy 2024-07-18 20:08:35 +01:00
Paul Gauthier
aef5949db7 Updated HISTORY 2024-07-18 20:08:24 +01:00
Paul Gauthier
18b2995527 gpt-4o-mini 2024-07-18 20:03:32 +01:00
Paul Gauthier (aider)
d31eef3fc6 Mocked Path.home() in addition to setting os.environ["HOME"] in the test_env_file_override function. 2024-07-18 17:42:50 +01:00
Paul Gauthier
e36d47cfdb Added tests and fix for env file precedence #868 2024-07-18 17:20:58 +01:00
Paul Gauthier (aider)
c9bcc1aa57 Added a test to check the .env file override behavior as described in the documentation. 2024-07-18 17:07:38 +01:00
Paul Gauthier
397c5d5921 added a test for /tokens #863 2024-07-18 16:54:26 +01:00
Paul Gauthier (aider)
cdd45c7d28 Added a test for the cmd_tokens method that creates a small Git repository, adds files to the chat, and verifies that the output of cmd_tokens includes the repository map information and details about the added files. 2024-07-18 16:39:42 +01:00
Paul Gauthier
c99c5db35c updated coder test 2024-07-18 16:35:27 +01:00
Paul Gauthier (aider)
6fdb4f8214 Handled case where first commit cannot be undone 2024-07-18 16:32:47 +01:00
Paul Gauthier
3ce3799f8d Implemented checks to ensure files with uncommitted changes or not present in previous commit cannot be undone safely. 2024-07-18 16:32:45 +01:00
Paul Gauthier
e7f29c2dbc Added a new test case for cmd_undo with a newly committed file. 2024-07-18 16:17:20 +01:00
Paul Gauthier (aider)
9aeeaf383f Implemented a test that will trigger the bug described in issue #882. 2024-07-18 16:09:38 +01:00
Paul Gauthier (aider)
55301e4b1d Normalized file paths in the get_file_mentions method to handle both Unix and Windows formats. 2024-07-18 15:21:23 +01:00
Paul Gauthier (aider)
07550d6f5f Added tests to exercise all combinations of path formats for get_file_mentions and get_addable_relative_files, and updated the get_file_mentions method to handle both Unix and Windows path formats. 2024-07-18 15:19:32 +01:00
Paul Gauthier
c076c134ac use html source if pandoc NOT available 2024-07-18 10:03:04 +01:00
Paul Gauthier
88214f963b return html if pandoc is not available 2024-07-18 10:01:50 +01:00
Paul Gauthier
903faa8fef Catch errors when installing pandoc 2024-07-18 09:58:47 +01:00
Paul Gauthier
032e1a7904 copy 2024-07-18 09:54:30 +01:00
Paul Gauthier
cd86354f12 check_version shows output for --just-check-update 2024-07-17 15:23:47 +01:00
Paul Gauthier
dadfb464c4 sssh 2024-07-17 14:38:54 +01:00
Paul Gauthier (aider)
24e34a4a8d Replaced API keys with last 4 characters for debugging purposes. 2024-07-17 14:02:19 +01:00
Paul Gauthier
e9904172f1 copy 2024-07-16 18:49:44 +01:00
Paul Gauthier
2e0a64fd35 copy 2024-07-16 16:17:39 +01:00
Paul Gauthier
bc4d5ebe88 copy 2024-07-16 16:04:10 +01:00
Paul Gauthier
61988433fa set version to 0.44.1-dev 2024-07-16 15:52:58 +01:00
Paul Gauthier
5b2d688db1 version bump to 0.44.0 2024-07-16 15:51:44 +01:00
Paul Gauthier (aider)
e91a580540 Aider wrote 29% of the code in this release (157/547 lines). 2024-07-16 15:41:54 +01:00
Paul Gauthier
b67ba03e0a Updated HISTORY 2024-07-16 15:39:23 +01:00
Paul Gauthier
e9b3c13569 cleanup 2024-07-16 11:42:17 +01:00
Paul Gauthier
96b1e1d04f finished scrape tests 2024-07-16 11:27:27 +01:00
Paul Gauthier (aider)
d5a258356b Mocked the aider.scraper.Scraper.scrape method in the test_cmd_web_imports_playwright test. 2024-07-16 11:14:29 +01:00
Paul Gauthier
d41f07b024 Refactored the test_cmd_web_imports_playwright test to capture stdout and assert that the example.com content was scraped. 2024-07-16 11:12:59 +01:00
Paul Gauthier (aider)
74f4bd106a Implemented a test for the cmd_scrape command that ensures playwright can be imported after running cmd_web. 2024-07-16 11:11:17 +01:00
Paul Gauthier (aider)
3e7663e914 Added a test for the cmd_web command to ensure that playwright can be imported after running the command. 2024-07-16 11:08:33 +01:00
Paul Gauthier
b18dbf4772 renamed hf-embed -> help 2024-07-16 11:03:01 +01:00
Paul Gauthier (aider)
bd8143a880 Added test for running main with --browser --yes flags 2024-07-16 10:53:27 +01:00
Paul Gauthier
7f38bb49c2 test pip install on /help directory 2024-07-16 10:50:26 +01:00
Paul Gauthier
0e067ba8bb copy 2024-07-16 10:34:07 +01:00
Paul Gauthier
896e79bcd1 use pytest.ini testpaths to order testing 2024-07-16 10:33:42 +01:00