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 (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)
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)
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 (aider)
4dfdddf0d9
feat: add --commit-prompt switch
...
The new `--commit-prompt` switch allows users to specify a custom prompt for generating commit messages. This feature is implemented by adding the new argument to the argument parser in `aider/args.py` and passing it to the `Coder.create` method in `aider/main.py`.
2024-07-31 09:46:13 -03:00
Paul Gauthier
05ee45c31f
Prompt user to fix lint errors before committing changes
2024-07-29 16:42:20 -03:00
Paul Gauthier (aider)
28772ddc03
Add support for multiple file arguments using --file
2024-07-28 20:58:46 -03:00
Your Name (aider)
c23da1d320
Update the SwitchCoder class to accept any kwargs and pass them to the new coder, moving the model and edit_format into those kwargs.
2024-07-28 17:56:59 -03:00
Your Name
f440479c48
SwitchModel -> SwitchCoder
2024-07-28 17:49:02 -03:00
Paul Gauthier
9a2b8bb706
ensure litellm respects --no-verify-ssl
2024-07-28 17:02:14 -03:00
Paul Gauthier
cb819e8db1
Make playwright obey the --no-verify-ssl
switch
2024-07-22 15:22:20 +02:00
Paul Gauthier
e36d47cfdb
Added tests and fix for env file precedence #868
2024-07-18 17:20:58 +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
76dad84285
added [browser] extra; refac the pip install utils
2024-07-14 17:22:17 +01:00
Paul Gauthier
6c38306eab
Automatically install the new aider version
2024-07-13 07:47:07 +01:00
Paul Gauthier
5ccbfd6f3c
copy
2024-07-12 17:02:18 +01:00
Paul Gauthier
440d087032
copy
2024-07-07 10:13:35 -03:00
Paul Gauthier
46374fb07a
Load .env from home, git, cwd, cmd line arg
2024-07-06 21:59:20 -03:00
Paul Gauthier
44e6fefc23
Use a daemon thread to load_slow_imports
2024-07-04 14:35:38 -03:00
Paul Gauthier
dd0aec8aa6
uniqify model files before loading
2024-07-04 13:21:36 -03:00
Paul Gauthier
9d66cdecda
Renamed .aider.model... files
2024-07-04 11:44:50 -03:00
Paul Gauthier
5f6ed30e11
swallow exceptions in load_slow_imports
2024-07-04 11:21:57 -03:00
Paul Gauthier
9d02628cf8
streamlit borks sys.path, causes import("litellm") to load our litellm.py; fix
2024-07-03 21:32:50 -03:00
Paul Gauthier
8a1fbfd95d
Added --exit
2024-07-03 14:06:39 -03:00
Paul Gauthier
b5cd5f0e23
Use a thread to import slow modules in the background
2024-07-03 13:55:29 -03:00
Paul Gauthier
2dc6735ab4
defer import of httpx
2024-07-03 13:25:10 -03:00
Paul Gauthier
2fc358a02f
Defer litellm import until first chat message; only import streamlit if gui is activated
2024-07-03 13:04:13 -03:00
Paul Gauthier
6dc7a8b4a4
Use sonnet by default; updated docs
2024-07-01 15:16:06 -03:00
Paul Gauthier (aider)
506636195a
Implemented the ability to attribute the commit message in the main function.
2024-06-27 10:23:31 -07:00
Paul Gauthier
29905a534a
restored full --help
2024-06-25 06:08:43 -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
c207c7839a
Added --attribute-author/committer options #698
2024-06-21 17:14:21 -07:00
paul-gauthier
b6fa02044f
Merge branch 'main' into register_settings
2024-06-21 16:57:33 -07:00
Paul Gauthier
d73fddccb9
Added --verify-ssl #664
2024-06-21 07:46:34 -07:00
John-Mason P. Shackelford
f4e4e3af87
Added check to ensure verbose output contains environment variables set with .env
2024-06-18 11:57:53 -04:00
John-Mason P. Shackelford
75ec0f6266
Added tests to ensure boolean values in .env file are properly handled.
2024-06-18 11:57:52 -04:00
John-Mason P. Shackelford
249109ba9a
All AIDER_* environment vars may now be placed within .env
2024-06-18 11:57:52 -04:00
Daniel Vainsencher
3e9f6dcca2
Merge branch 'main' into dvf_llm_log
2024-06-12 18:32:48 -04:00
Krazer
486c5ce65c
add support to load/override model settings
2024-06-11 17:15:48 -05:00
Paul Gauthier
fb3cc98da5
cleanup --model-metadata-file
2024-06-11 13:30:35 -07:00
paul-gauthier
2f6e360188
Merge pull request #666 from caseymcc/register_model
...
Allow models to be registered with litellm
2024-06-11 13:20:02 -07:00
Krazer
58965a9cff
minor output change
2024-06-11 13:48:50 -05:00
Krazer
a1b5f98d02
remove print
2024-06-11 13:41:29 -05:00
Krazer
a090de6a00
add change requests
2024-06-11 13:39:55 -05:00