Commit graph

4750 commits

Author SHA1 Message Date
Paul Gauthier (aider)
d3e0091346 Removed unused imports and simplified the help.py file. 2024-06-25 15:08:20 -07:00
Paul Gauthier
352917de7b Implemented a help module to provide documentation-based answers to user questions about the Aider program. 2024-06-25 15:08:18 -07:00
Paul Gauthier
17f7297d86 updated model warnings and docs 2024-06-25 14:56:02 -07:00
Paul Gauthier
bcabd50414 Updated HISTORY 2024-06-25 14:26:32 -07:00
Paul Gauthier
f28f3fdcaf Stop eliding - bullet lists in pypi desc 2024-06-25 14:22:50 -07:00
Paul Gauthier
5e25e3550e set version to 0.40.6-dev 2024-06-25 13:47:55 -07:00
Paul Gauthier
69e6f9b932 version bump to 0.40.5 2024-06-25 13:47:11 -07:00
Paul Gauthier
85bac4d529 Pin importlib-metadata==7.2.1 in release.yml 2024-06-25 13:44:58 -07:00
Paul Gauthier
581fc75146 set version to 0.40.5-dev 2024-06-25 13:41:46 -07:00
Paul Gauthier
e51fe9e3c5 version bump to 0.40.4 2024-06-25 13:40:54 -07:00
Paul Gauthier
52b883413f Use cogged website/index.md for pypi 2024-06-25 13:39:08 -07:00
Paul Gauthier
da69daa7aa cleanup 2024-06-25 13:37:41 -07:00
Paul Gauthier
e65f999c7a pin importlib-metadata<8.0.0 2024-06-25 13:37:24 -07:00
Paul Gauthier
5dc55f5291 copy 2024-06-25 13:31:52 -07:00
Paul Gauthier
2ada1743d2 set version to 0.40.4-dev 2024-06-25 13:31:19 -07:00
Paul Gauthier
7b4ffa9945 version bump to 0.40.3 2024-06-25 13:30:32 -07:00
Paul Gauthier
c6ae99f2a1 Updated the documentation URL in the setup.py file. 2024-06-25 13:29:32 -07:00
Paul Gauthier (aider)
49eb864895 Added project URLs to setup.py 2024-06-25 13:29:05 -07:00
Paul Gauthier
c1bc6465a0 set version to 0.40.3-dev 2024-06-25 13:23:05 -07:00
Paul Gauthier
f0b2e3d5da version bump to 0.40.2 2024-06-25 13:22:15 -07:00
Paul Gauthier
543d005085 pin to scipy<1.14 to python 3.9 compatibility 2024-06-25 13:16:52 -07:00
Paul Gauthier
edbabe7353 Updated HISTORY 2024-06-25 13:14:23 -07:00
Paul Gauthier
2c22d30721 Bump versions to pickup latest litellm https://github.com/BerriAI/litellm/issues/4408 2024-06-25 13:13:14 -07:00
Paul Gauthier
8eb7c2c8df set version to 0.40.2-dev 2024-06-25 06:16:24 -07:00
Paul Gauthier
a9357d2aba version bump to 0.40.1 2024-06-25 06:15:36 -07:00
Paul Gauthier
d262bec4e4 copy 2024-06-25 06:11:04 -07:00
Paul Gauthier
3ac6fc6e7f Updated HISTORY 2024-06-25 06:09:35 -07:00
Paul Gauthier
29905a534a restored full --help 2024-06-25 06:08:43 -07:00
Paul Gauthier
965c35870c Notice if the user mentions the basename of a filename; fixes to repomap context 2024-06-24 15:12:58 -07:00
Paul Gauthier
7fad06e74c set version to 0.40.1-dev 2024-06-24 13:38:27 -07:00
Paul Gauthier
d019125746 version bump to 0.40.0 2024-06-24 13:37:40 -07:00
Paul Gauthier
d46bde0cc4 Updated HISTORY 2024-06-24 13:35:01 -07:00
Paul Gauthier
f1bd4b3bc3 Updated HISTORY 2024-06-24 13:34:04 -07:00
Paul Gauthier
42fbe28897 examples_as_sys_msg for sonnet gets 100% compliance on exercism eval 2024-06-24 11:03:29 -07:00
Paul Gauthier
30154957bb Ask for even more concise S/R blocks 2024-06-24 10:50:30 -07:00
Paul Gauthier
7be08c782c Tell Sonnet to make concise SEARCH/REPLACE blocks #705 2024-06-23 17:24:14 -07:00
Paul Gauthier (aider)
b44c24678c Refactored flake8 linting to use subprocess module instead of modifying sys.argv and sys.stdout. 2024-06-23 17:07:55 -07:00
Paul Gauthier
66fadadea1 Improved error handling and logging in the linter module. 2024-06-23 17:07:53 -07:00
Paul Gauthier
716e4d99a0 ensure the LLM response is logged even if token limits reached #705 2024-06-23 16:22:05 -07:00
Paul Gauthier
ecb3d81055 Updated token error to reflect that token counts can be approximate 2024-06-23 16:19:04 -07:00
Paul Gauthier
9b60243932 refac 2024-06-22 14:03:34 -07:00
Paul Gauthier
95a4ed47e6 Allow pre-parser to read the yaml, in case user wants to include env-file: option there 2024-06-22 14:01:01 -07:00
Paul Gauthier
ecc21517ee Added README to queries scm dir 2024-06-22 06:36:23 -07:00
Paul Gauthier
3b204b7d1b copy 2024-06-21 17:48:44 -07:00
Paul Gauthier
4d38dfbb3b Run flake8 from our active py env 2024-06-21 17:43:14 -07:00
Paul Gauthier
c7c5d5ab84 Merge branch 'main' into fix-flake8 2024-06-21 17:36:30 -07:00
Paul Gauthier (aider)
bbac4c72cf Update sys.stdout to use io.TextIOWrapper for utf-8 encoding. 2024-06-21 17:26:15 -07:00
Paul Gauthier
13b7c3e043 Added a new method to run flake8 linter with specific fatal errors and capture the results. 2024-06-21 17:26:14 -07:00
Paul Gauthier
9ab9434570 copy 2024-06-21 17:21:00 -07:00
Paul Gauthier
1481c8c210 copy 2024-06-21 17:17:29 -07:00