Commit graph

5151 commits

Author SHA1 Message Date
Paul Gauthier
c33ebf910e Added DeepSeek Coder V2 0724 to refac leaderboard 2024-07-24 11:19:26 +02:00
Paul Gauthier
e8bc672640 copy 2024-07-24 10:26:49 +02:00
Paul Gauthier
bb6e597948 Added DeepSeek Coder V2 0724 2024-07-24 09:43:04 +02:00
Paul Gauthier
bb86fed9f6 disable ocaml test for now, until fixed 2024-07-24 09:41:25 +02:00
Paul Gauthier
a07496cc1f Merge remote-tracking branch 'refs/remotes/origin/main' 2024-07-24 09:34:41 +02:00
paul-gauthier
88d30a335f
Merge pull request #922 from cjoach/fix-syntax-queries-scm-elm
Fix syntax errors in `aider/queries/tree-sitter-elm-tags.scm`
2024-07-24 09:34:31 +02:00
Paul Gauthier (aider)
9db28c0052 Added a new test case to ensure the RepoMap class can handle and include files from all supported languages. 2024-07-24 09:24:52 +02:00
Paul Gauthier
89965bf316 updated llama 405b 2024-07-24 08:38:04 +02:00
Paul Gauthier
a362dea21b added llama 405b 2024-07-24 00:07:23 +02:00
Charles Joachim
8edc7740b2 Fix syntax error 2024-07-23 12:47:48 -04:00
Paul Gauthier
f7ce78bc87 show install text with output not error 2024-07-23 12:02:35 +02:00
Paul Gauthier (aider)
44376ee382 Added the print_error not called check in the test_cmd_web_imports_playwright method. 2024-07-23 11:45:17 +02:00
Paul Gauthier (aider)
f99dbc2c43 Replaced mocked Playwright usage with real Playwright implementation in the test suite. 2024-07-23 11:43:14 +02:00
Paul Gauthier (aider)
8a73346f66 Added a test to scrape an actual URL with Playwright and ensured that Scraper.print_error is never called in any of the scraper tests. 2024-07-23 11:42:01 +02:00
Paul Gauthier (aider)
9a7c67966a Improved error handling in Aider to safely encode and decode text containing emojis or other problematic characters. 2024-07-23 11:39:31 +02:00
Paul Gauthier
1a345a4036 Removed the ignore_https_errors option when launching the Playwright browser. 2024-07-23 11:39:00 +02:00
Paul Gauthier
d164c85426 Improved error handling in scrape.py by converting exception to string before printing. 2024-07-23 11:38:33 +02:00
Paul Gauthier
66c24faaca numpy<2 Because sentence-transformers doesn't like >=2 2024-07-23 10:39:17 +02:00
Paul Gauthier
832b5eb997 bump deps to pickup new litellm for #883 2024-07-23 10:30:15 +02:00
Paul Gauthier
50732a7b58 Do case insensitive completions in /add 2024-07-23 09:50:03 +02:00
Paul Gauthier
b7eaa0fe7c Show the correct did-you-mean models #917 2024-07-22 17:24:30 +02:00
Paul Gauthier
5edde3aaea copy 2024-07-22 16:08:55 +02:00
Paul Gauthier
cb819e8db1 Make playwright obey the --no-verify-ssl switch 2024-07-22 15:22:20 +02:00
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