Paul Gauthier (aider)
39b2f7bdee
feat: Add Cache Settings section
2024-09-23 09:06:31 -07:00
Paul Gauthier (aider)
5e9a4e01f9
feat: Move map-tokens, map-refresh and map-multiplier into a new Repomap Setting section
2024-09-23 09:04:46 -07:00
Paul Gauthier (aider)
b03d5d1099
style: Wrap long help text in args.py
2024-09-23 09:02:49 -07:00
Paul Gauthier (aider)
c9ac01f474
docs: update help message for --map-refresh option
2024-09-23 09:02:45 -07:00
Mike Bailey
1cc30a22f9
feat: Option to compress audio files by ~90%
...
Add option to reduce bandwidth (and potentially latency) by converting
voice recordings (wav) into a compressed audio format (webm or mp3).
Default behaviour is unchanged.
> File uploads are currently limited to 25 MB and the following input file
> types are supported: mp3, mp4, mpeg, mpga, m4a, wav, and webm.
>
> - https://platform.openai.com/docs/guides/speech-to-text
2024-09-22 22:20:07 +10:00
Stein Martin Hustad
a91d3fed01
style: completion menu colors customizable
2024-09-22 10:45:00 +04:00
Paul Gauthier
dced6c8052
Revert "feat: switch --deepseek to use model "deepseek-coder""
...
This reverts commit 925560ac1f
.
2024-09-21 17:06:11 -07:00
Paul Gauthier (aider)
925560ac1f
feat: switch --deepseek to use model "deepseek-coder"
2024-09-21 13:56:32 -07:00
Paul Gauthier (aider)
2bcc9a54a9
feat: add --chat-language argument for specifying chat language
2024-09-05 12:47:53 -07:00
Paul Gauthier
6c739d391b
refactor: rename --models flag to --list-models
2024-09-05 11:40:31 -07:00
fry69 (aider)
485d5487af
feat: add --list-models alias for --models option
2024-09-05 18:27:05 +02:00
Paul Gauthier
00fa9efba4
refactor: remove duplicate --light-mode argument
2024-09-03 12:43:59 -07:00
Paul Gauthier (aider)
84b5433ace
feat: add tool_warning_color argument and update color modes
2024-09-03 12:42:25 -07:00
Paul Gauthier (aider)
81925241cb
feat: add --update as alias for --upgrade option
2024-08-28 22:19:36 -07:00
Paul Gauthier (aider)
f33850ceab
feat: add --suggest-shell-commands option with default true
2024-08-27 13:30:31 -07:00
Paul Gauthier
57809fbbbb
copy
2024-08-27 11:51:38 -07:00
Paul Gauthier (aider)
17c2626f39
feat: Add --upgrade argument to upgrade aider to the latest version
2024-08-27 08:46:54 -07:00
Paul Gauthier (aider)
475a1ed6d6
feat: Add --install-main-branch switch
2024-08-27 05:36:13 -07:00
Paul Gauthier
88195c4323
fix: Update prompt cache keepalive configuration
2024-08-26 20:12:56 -07:00
Paul Gauthier
a5c283d7c8
feat: Add prompt cache warming via --cache-warming-pings
2024-08-26 16:33:25 -07:00
Paul Gauthier (aider)
9d593c5fa2
feat: Add --cache-warming-pings option to Coder.create
2024-08-26 16:26:23 -07:00
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
4759297b67
disabled -> permanently_disabled
2024-08-16 11:03:14 -07:00
Paul Gauthier
d2435c2e00
copy
2024-08-13 10:02:54 -07:00
Paul Gauthier (aider)
1c321df457
feat: Move analytics arguments to their own section
2024-08-13 07:23:46 -07:00
Paul Gauthier
f52265362f
Merge branch 'main' into mixpanel
2024-08-13 07:09:34 -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
b11c17dbd4
feat: Add optional analytics tracking
2024-08-12 16:10:20 -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