Commit graph

2912 commits

Author SHA1 Message Date
Paul Gauthier
92d70c6394 fix: Improve model settings and metadata loading messages 2024-08-02 09:16:18 -03:00
Paul Gauthier
c50c3ddbda fix: Add verbose check for model settings file loading message 2024-08-02 09:13:05 -03:00
Paul Gauthier (aider)
287d19bb00 fix: Pass verbose flag to register_models function 2024-08-02 09:11:07 -03:00
Paul Gauthier (aider)
001466b01f feat: Add verbose output for loaded and searched YAML files 2024-08-02 09:10:43 -03:00
Paul Gauthier (aider)
8323d992a9 fix: Move .env loading output to verbose mode 2024-08-02 09:09:46 -03:00
Paul Gauthier
4a42a07237 fix: Handle empty status codes in litellm retry decorator 2024-08-01 18:33:52 -03:00
Paul Gauthier
9c29eaf776 copy 2024-08-01 18:19:37 -03:00
Paul Gauthier
5e818c2899 support 8k output with 3.5 sonnet 2024-08-01 17:52:14 -03:00
Paul Gauthier (aider)
32d82b3175 feat: Use ModelSettings to set defaults in Model.__init__ 2024-08-01 17:31:13 -03:00
Paul Gauthier (aider)
38b411a6cb feat: Add extra_headers parameter to send_with_retries function 2024-08-01 17:27:31 -03:00
Paul Gauthier
83b72c5a5d copy 2024-08-01 17:20:46 -03:00
Paul Gauthier (aider)
ca0ee9e9ba style: Fix import order in aider/repo.py 2024-08-01 17:19:31 -03:00
Paul Gauthier (aider)
a36861a01a refactor: Implement once-per-second check for aider ignore file 2024-08-01 17:19:27 -03:00
Paul Gauthier
33ff801f82 feat: Add refresh_aider_ignore method to GitRepo class 2024-08-01 17:19:26 -03:00
Paul Gauthier
96dca6cd5f fix: Use get_dirty_files method to retrieve dirty files in the repository 2024-08-01 16:59:06 -03:00
Paul Gauthier
103452aa21 fix: Remove unnecessary file caching and simplify subtree-only check 2024-08-01 16:37:38 -03:00
Paul Gauthier (aider)
24aa48198b fix: Use os.path.commonpath() to check if fname_path is below cwd_path 2024-08-01 16:28:10 -03:00
Paul Gauthier
f26862d92c fix: Add caching and logging for ignored file checks 2024-08-01 16:28:09 -03:00
Paul Gauthier (aider)
1c6cdb97ae refactor: Split ignored_file into ignored_file and ignored_file_raw 2024-08-01 16:25:41 -03:00
Paul Gauthier
17e2c02a47 fix: Improve handling of ignored files in GitRepo class 2024-08-01 16:25:40 -03:00
Paul Gauthier
f458fa86ac feat: implement caching for ignored files in GitRepo class 2024-08-01 16:02:53 -03:00
Paul Gauthier (aider)
b8dfb18aa9 feat: Add subtree_only attribute to GitRepo class 2024-08-01 15:57:43 -03:00
Paul Gauthier (aider)
d05f1e6446 feat: Add subtree_only functionality to GitRepo class 2024-08-01 15:56:45 -03:00
Paul Gauthier (aider)
88bfc74b52 feat: Add --subtree-only argument and pass it to GitRepo 2024-08-01 15:55:34 -03:00
Paul Gauthier
e66df79aaf fix: Restructure imports in main.py 2024-08-01 15:51:32 -03:00
Paul Gauthier
dec8425236 fix: Use None as the working directory for GitRepo in base_coder.py 2024-08-01 15:25:57 -03:00
Paul Gauthier (aider)
ff3d067d94 feat: use weak model first for summarizer in Coder 2024-08-01 14:55:22 -03:00
Paul Gauthier (aider)
ede3f3dfcb feat: Use weak model first in ChatSummary 2024-08-01 14:55:09 -03:00
Paul Gauthier
60ec3c9228 fix: Use default max_chat_history_tokens if not provided 2024-08-01 14:55:08 -03:00
Paul Gauthier (aider)
9bf518fff7 fix: Remove unused import of Coder 2024-08-01 14:53:07 -03:00
Paul Gauthier
0ea2b8bcfe fix: Add coder reference to commands 2024-08-01 14:52:59 -03:00
Paul Gauthier (aider)
b0e6373c77 style: format imports in main.py 2024-08-01 14:50:29 -03:00
Paul Gauthier (aider)
f98a229c31 refactor: Refactor ChatSummary initialization and remove max_chat_history_tokens parameter from Coder 2024-08-01 14:50:26 -03:00
Paul Gauthier (aider)
df70119da0 style: Apply linter formatting changes 2024-08-01 14:50:00 -03:00
Paul Gauthier (aider)
aa3e17dae6 refactor: Refactor ChatSummary initialization and remove max_chat_history_tokens param from Coder 2024-08-01 14:49:54 -03:00
Paul Gauthier
2ee34ac189 fix: Remove unused verify_ssl argument from main function 2024-08-01 14:49:52 -03:00
Paul Gauthier (aider)
7a3a189f8c fix: Remove verify_ssl parameter from Coder.__init__ 2024-08-01 14:47:33 -03:00
Paul Gauthier (aider)
9ca5bab087 style: Apply linter formatting changes 2024-08-01 14:46:22 -03:00
Paul Gauthier (aider)
2f3cd436a6 fix: Remove unused import and update Commands initialization in main.py 2024-08-01 14:46:17 -03:00
Paul Gauthier (aider)
b5e51d138e refactor: Initialize Commands instance in Coder 2024-08-01 14:45:57 -03:00
Paul Gauthier (aider)
70fbe10643 feat: Initialize GitRepo in main, pass it into Coder 2024-08-01 14:43:17 -03:00
Paul Gauthier
2fe3701f22 copy 2024-08-01 14:37:38 -03:00
Paul Gauthier (aider)
73bf90f007 feat: Add /add-clipboard-image command 2024-08-01 14:31:48 -03:00
Paul Gauthier
15f589f642 Merge remote-tracking branch 'refs/remotes/origin/main' 2024-08-01 12:37:48 -03:00
Paul Gauthier
3d1138b6c2 Commit any linter edits 2024-08-01 12:36:49 -03:00
gordonlukch
741c82b6f4
Update docker.md (added one para on docker run .... --user $(id -u):$(id -g) ) 2024-07-31 21:45:48 +01:00
Paul Gauthier
59c51aa368 set version to 0.47.2-dev 2024-07-31 17:23:18 -03:00
Paul Gauthier
5f82c19f59 version bump to 0.47.1 2024-07-31 17:21:40 -03:00
Paul Gauthier
b9d912f432 fix: Update prompts.py to follow Conventional Commits guidelines 2024-07-31 15:32:04 -03:00
Paul Gauthier
2521e990e7 feat: add commit message guidelines to prompts.py
The commit message guidelines provide clear instructions for software engineers on how to structure and format commit messages that follow the Conventional Commits specification. This will help maintain a consistent and meaningful commit history for the project.
2024-07-31 13:12:07 -03:00