Commit graph

706 commits

Author SHA1 Message Date
Paul Gauthier
1cc1ce0bd4 fix: load yml config files most specific to least 2024-08-14 10:02:55 -07:00
Paul Gauthier
aeadf2f139 fix: Disable analytics by default and provide option to enable 2024-08-13 08:08:05 -07:00
Paul Gauthier
f52265362f Merge branch 'main' into mixpanel 2024-08-13 07:09:34 -07:00
Paul Gauthier (aider)
76a4b878b1 feat: Add verbose argument to check_version function 2024-08-13 05:31:04 -07:00
Paul Gauthier (aider)
eca7a57138 style: Format code with linter 2024-08-12 20:41:17 -07:00
Paul Gauthier (aider)
64df0ad590 feat: Add --analytics-disable option to disable analytics tracking 2024-08-12 20:41:10 -07:00
Paul Gauthier (aider)
1a8763d989 feat: Add --analytics-log argument and pass it to Analytics 2024-08-12 18:27:40 -07:00
Paul Gauthier
aa840f0e28 be careful logging main_models that are not in the model db 2024-08-12 18:20:35 -07:00
Paul Gauthier
b11c17dbd4 feat: Add optional analytics tracking 2024-08-12 16:10:20 -07:00
Paul Gauthier
156f11248f Use SwitchModel to revert from /help and /ask 2024-08-10 14:41:44 -07:00
Paul Gauthier (aider)
58d401cb22 feat: Add --attribute-commit-message-committer and pass to Repo 2024-08-10 11:09:28 -07:00
Paul Gauthier
6d64e88478 fix: Coder.pretty set by io.pretty 2024-08-10 08:53:26 -07:00
Paul Gauthier (aider)
064b0d954f feat: Add --read parameter to specify read-only files 2024-08-09 16:34:06 -03:00
Paul Gauthier
c8b5375709 do not supply . if no git_dname #865 2024-08-07 13:39:02 -03:00
Paul Gauthier (aider)
b543dda664 fix: Remove unnecessary f-strings 2024-08-02 09:16:36 -03:00
Paul Gauthier (aider)
45462226d4 feat: pass verbose into register_litellm_models and only show tool_output if verbose 2024-08-02 09:16:19 -03:00
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 (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)
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 (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