Paul Gauthier
27190c279d
updated gpt-4o date versions
2024-08-21 11:12:44 -07:00
Paul Gauthier (aider)
87d9a559cb
feat: Add --map-multiplier-no-files switch with default value of 2
2024-08-20 12:52:23 -07:00
Paul Gauthier
1ec02d7c73
Note that --map-tokens is suggested not max tokens
2024-08-20 12:45:56 -07:00
Paul Gauthier
34dc7cc37d
fix: Improve prompt caching and repo map refresh logic
2024-08-19 15:36:13 -07:00
Paul Gauthier (aider)
8326bd04dd
feat: Add --cache-prompts bool option, default false
2024-08-17 06:46:18 -07:00
Paul Gauthier (aider)
27a7102ad4
feat: Add --map-refresh switch and pass it into RepoMap.refresh
2024-08-17 06:32:34 -07:00
Paul Gauthier
2a1fb7d150
Clean up DEEPSEEK_API_BASE
2024-08-12 15:35:32 -07:00
Paul Gauthier (aider)
485418d917
feat: Add --deepseek-beta bool arg to use DeepSeek Coder via the beta API endpoint
2024-08-12 15:06:55 -07:00
Paul Gauthier (aider)
5f8df315e4
feat: Add --deepseek option for deepseek/deepseek-coder model
2024-08-12 15:05:16 -07:00
Paul Gauthier (aider)
8e46582938
style: Format command line arguments
2024-08-11 09:55:16 -07:00
Paul Gauthier (aider)
7d270127cb
feat: Add --chat-mode as an alias for --edit-format
2024-08-11 09:55:12 -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
20271454c3
copy
2024-08-10 10:20:13 -07:00
Paul Gauthier
bba0735878
feat: Add support for GPT-4 mini model
2024-08-09 18:09:42 -04:00
Paul Gauthier (aider)
064b0d954f
feat: Add --read parameter to specify read-only files
2024-08-09 16:34:06 -03:00
Paul Gauthier
617b1bdee2
Can force repo-map on with: --map-tokens 1024
2024-08-05 14:59:12 -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
b15e96a7b0
Move new args to Other section
2024-07-31 10:53:43 -03:00
Paul Gauthier
080953760f
formatting
2024-07-31 09:52:18 -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 (aider)
28772ddc03
Add support for multiple file arguments using --file
2024-07-28 20:58:46 -03:00
Paul Gauthier
6c38306eab
Automatically install the new aider version
2024-07-13 07:47:07 +01:00
Paul Gauthier
9d66cdecda
Renamed .aider.model... files
2024-07-04 11:44:50 -03:00
Paul Gauthier
8a1fbfd95d
Added --exit
2024-07-03 14:06:39 -03:00
Paul Gauthier
41ac55c255
The --test-cmd arg should not be a list #741 #657
2024-07-03 11:57:18 -03:00
Paul Gauthier
4cd7d92351
Removed config_file_parser_class=configargparse.YAMLConfigFileParser to use more flexible DefaultConfigFileParser #767
2024-07-01 19:45:22 -03:00
Paul Gauthier
6dc7a8b4a4
Use sonnet by default; updated docs
2024-07-01 15:16:06 -03:00
Paul Gauthier
fa7255cbf5
moved --llm-history-file in args
2024-06-27 10:34:48 -07:00
Paul Gauthier (aider)
ec682fd683
Added an option to prefix commit messages with 'aider: '.
2024-06-27 10:22:27 -07:00
Paul Gauthier
29905a534a
restored full --help
2024-06-25 06:08:43 -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
c207c7839a
Added --attribute-author/committer options #698
2024-06-21 17:14:21 -07:00
Paul Gauthier
8c5c2d27a4
missing ); update docs
2024-06-21 16:58:18 -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
Paul Gauthier
6623110fb0
Updated --sonnet to use Claude 3.5 Sonnet
2024-06-20 14:14:32 -07:00
Paul Gauthier (aider)
289ab516e9
Added DotEnvFormatter class for formatting .env help text in argparse.
2024-06-18 11:34:46 -07:00
Paul Gauthier
fed0bf55c2
Add support for generating dotenv help text.
2024-06-18 11:34:45 -07:00
John-Mason P. Shackelford
249109ba9a
All AIDER_* environment vars may now be placed within .env
2024-06-18 11:57:52 -04:00
paul-gauthier
a596a32290
Merge pull request #631 from daniel-vainsencher/dvf_llm_log
2024-06-17 13:58:46 -07:00
Paul Gauthier
48d86a9481
updated history; restored YAMLConfigFileParser
2024-06-16 20:56:12 -07:00
Daniel Vainsencher
3e9f6dcca2
Merge branch 'main' into dvf_llm_log
2024-06-12 18:32:48 -04:00
Daniel Vainsencher
c40b3fa310
Review comments
2024-06-12 18:28:55 -04:00
Paul Gauthier
a07492b90a
moved --vim to Other Settings
2024-06-12 11:30:26 -07: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
568d72ebe8
update docs
2024-06-11 14:09:45 -05:00
Krazer
acccbb1512
update command line arg
2024-06-11 13:14:22 -05:00