mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
copy
This commit is contained in:
parent
aac2ab7c9b
commit
360e311bea
7 changed files with 41 additions and 41 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
### main branch
|
### main branch
|
||||||
|
|
||||||
- [Commit message](http://aider.chat/docs/git.html#commit-messages) improvements:
|
- [Commit message](https://aider.chat/docs/git.html#commit-messages) improvements:
|
||||||
- Added Conventional Commits guidelines to commit message prompt.
|
- Added Conventional Commits guidelines to commit message prompt.
|
||||||
- Added `--commit-prompt` to customize the commit message prompt.
|
- Added `--commit-prompt` to customize the commit message prompt.
|
||||||
- Added strong model as a fallback for commit messages (and chat summaries).
|
- Added strong model as a fallback for commit messages (and chat summaries).
|
||||||
|
|
|
@ -16,9 +16,9 @@ cog.out(text)
|
||||||
|
|
||||||
# Release history
|
# Release history
|
||||||
|
|
||||||
## main branch
|
### main branch
|
||||||
|
|
||||||
- [Commit message](http://aider.chat/docs/git.html#commit-messages) improvements:
|
- [Commit message](https://aider.chat/docs/git.html#commit-messages) improvements:
|
||||||
- Added Conventional Commits guidelines to commit message prompt.
|
- Added Conventional Commits guidelines to commit message prompt.
|
||||||
- Added `--commit-prompt` to customize the commit message prompt.
|
- Added `--commit-prompt` to customize the commit message prompt.
|
||||||
- Added strong model as a fallback for commit messages (and chat summaries).
|
- Added strong model as a fallback for commit messages (and chat summaries).
|
||||||
|
@ -37,7 +37,7 @@ cog.out(text)
|
||||||
- Bugfix in `/run` add to chat approval logic.
|
- Bugfix in `/run` add to chat approval logic.
|
||||||
- Aider wrote 58% of the code in this release.
|
- Aider wrote 58% of the code in this release.
|
||||||
|
|
||||||
## Aider v0.46.1
|
### Aider v0.46.1
|
||||||
|
|
||||||
- Downgraded stray numpy dependency back to 1.26.4.
|
- Downgraded stray numpy dependency back to 1.26.4.
|
||||||
|
|
||||||
|
|
|
@ -17,9 +17,6 @@
|
||||||
#######
|
#######
|
||||||
# Main:
|
# Main:
|
||||||
|
|
||||||
## specify a file to edit (can be used multiple times)
|
|
||||||
#file:
|
|
||||||
|
|
||||||
## Specify the OpenAI API key
|
## Specify the OpenAI API key
|
||||||
#openai-api-key:
|
#openai-api-key:
|
||||||
|
|
||||||
|
@ -170,6 +167,9 @@
|
||||||
## Prefix commit messages with 'aider: ' (default: False)
|
## Prefix commit messages with 'aider: ' (default: False)
|
||||||
#attribute-commit-message: false
|
#attribute-commit-message: false
|
||||||
|
|
||||||
|
## Commit all pending changes with a suitable commit message, then exit
|
||||||
|
#commit: false
|
||||||
|
|
||||||
## Specify a custom prompt for generating commit messages
|
## Specify a custom prompt for generating commit messages
|
||||||
#commit-prompt:
|
#commit-prompt:
|
||||||
|
|
||||||
|
@ -179,9 +179,6 @@
|
||||||
########################
|
########################
|
||||||
# Fixing and committing:
|
# Fixing and committing:
|
||||||
|
|
||||||
## Commit all pending changes with a suitable commit message, then exit
|
|
||||||
#commit: false
|
|
||||||
|
|
||||||
## Lint and fix provided files, or dirty files if none provided
|
## Lint and fix provided files, or dirty files if none provided
|
||||||
#lint: false
|
#lint: false
|
||||||
|
|
||||||
|
@ -203,6 +200,9 @@
|
||||||
#################
|
#################
|
||||||
# Other Settings:
|
# Other Settings:
|
||||||
|
|
||||||
|
## specify a file to edit (can be used multiple times)
|
||||||
|
#file:
|
||||||
|
|
||||||
## Use VI editing mode in the terminal (default: False)
|
## Use VI editing mode in the terminal (default: False)
|
||||||
#vim: false
|
#vim: false
|
||||||
|
|
||||||
|
|
|
@ -21,9 +21,6 @@
|
||||||
#######
|
#######
|
||||||
# Main:
|
# Main:
|
||||||
|
|
||||||
## specify a file to edit (can be used multiple times)
|
|
||||||
#AIDER_FILE=
|
|
||||||
|
|
||||||
## Specify the OpenAI API key
|
## Specify the OpenAI API key
|
||||||
#OPENAI_API_KEY=
|
#OPENAI_API_KEY=
|
||||||
|
|
||||||
|
@ -174,6 +171,9 @@
|
||||||
## Prefix commit messages with 'aider: ' (default: False)
|
## Prefix commit messages with 'aider: ' (default: False)
|
||||||
#AIDER_ATTRIBUTE_COMMIT_MESSAGE=false
|
#AIDER_ATTRIBUTE_COMMIT_MESSAGE=false
|
||||||
|
|
||||||
|
## Commit all pending changes with a suitable commit message, then exit
|
||||||
|
#AIDER_COMMIT=false
|
||||||
|
|
||||||
## Specify a custom prompt for generating commit messages
|
## Specify a custom prompt for generating commit messages
|
||||||
#AIDER_COMMIT_PROMPT=
|
#AIDER_COMMIT_PROMPT=
|
||||||
|
|
||||||
|
@ -183,9 +183,6 @@
|
||||||
########################
|
########################
|
||||||
# Fixing and committing:
|
# Fixing and committing:
|
||||||
|
|
||||||
## Commit all pending changes with a suitable commit message, then exit
|
|
||||||
#AIDER_COMMIT=false
|
|
||||||
|
|
||||||
## Lint and fix provided files, or dirty files if none provided
|
## Lint and fix provided files, or dirty files if none provided
|
||||||
#AIDER_LINT=false
|
#AIDER_LINT=false
|
||||||
|
|
||||||
|
@ -207,6 +204,9 @@
|
||||||
#################
|
#################
|
||||||
# Other Settings:
|
# Other Settings:
|
||||||
|
|
||||||
|
## specify a file to edit (can be used multiple times)
|
||||||
|
#AIDER_FILE=
|
||||||
|
|
||||||
## Use VI editing mode in the terminal (default: False)
|
## Use VI editing mode in the terminal (default: False)
|
||||||
#AIDER_VIM=false
|
#AIDER_VIM=false
|
||||||
|
|
||||||
|
|
|
@ -56,9 +56,6 @@ cog.outl("```")
|
||||||
#######
|
#######
|
||||||
# Main:
|
# Main:
|
||||||
|
|
||||||
## specify a file to edit (can be used multiple times)
|
|
||||||
#file:
|
|
||||||
|
|
||||||
## Specify the OpenAI API key
|
## Specify the OpenAI API key
|
||||||
#openai-api-key:
|
#openai-api-key:
|
||||||
|
|
||||||
|
@ -209,6 +206,9 @@ cog.outl("```")
|
||||||
## Prefix commit messages with 'aider: ' (default: False)
|
## Prefix commit messages with 'aider: ' (default: False)
|
||||||
#attribute-commit-message: false
|
#attribute-commit-message: false
|
||||||
|
|
||||||
|
## Commit all pending changes with a suitable commit message, then exit
|
||||||
|
#commit: false
|
||||||
|
|
||||||
## Specify a custom prompt for generating commit messages
|
## Specify a custom prompt for generating commit messages
|
||||||
#commit-prompt:
|
#commit-prompt:
|
||||||
|
|
||||||
|
@ -218,9 +218,6 @@ cog.outl("```")
|
||||||
########################
|
########################
|
||||||
# Fixing and committing:
|
# Fixing and committing:
|
||||||
|
|
||||||
## Commit all pending changes with a suitable commit message, then exit
|
|
||||||
#commit: false
|
|
||||||
|
|
||||||
## Lint and fix provided files, or dirty files if none provided
|
## Lint and fix provided files, or dirty files if none provided
|
||||||
#lint: false
|
#lint: false
|
||||||
|
|
||||||
|
@ -242,6 +239,9 @@ cog.outl("```")
|
||||||
#################
|
#################
|
||||||
# Other Settings:
|
# Other Settings:
|
||||||
|
|
||||||
|
## specify a file to edit (can be used multiple times)
|
||||||
|
#file:
|
||||||
|
|
||||||
## Use VI editing mode in the terminal (default: False)
|
## Use VI editing mode in the terminal (default: False)
|
||||||
#vim: false
|
#vim: false
|
||||||
|
|
||||||
|
|
|
@ -63,9 +63,6 @@ cog.outl("```")
|
||||||
#######
|
#######
|
||||||
# Main:
|
# Main:
|
||||||
|
|
||||||
## specify a file to edit (can be used multiple times)
|
|
||||||
#AIDER_FILE=
|
|
||||||
|
|
||||||
## Specify the OpenAI API key
|
## Specify the OpenAI API key
|
||||||
#OPENAI_API_KEY=
|
#OPENAI_API_KEY=
|
||||||
|
|
||||||
|
@ -216,6 +213,9 @@ cog.outl("```")
|
||||||
## Prefix commit messages with 'aider: ' (default: False)
|
## Prefix commit messages with 'aider: ' (default: False)
|
||||||
#AIDER_ATTRIBUTE_COMMIT_MESSAGE=false
|
#AIDER_ATTRIBUTE_COMMIT_MESSAGE=false
|
||||||
|
|
||||||
|
## Commit all pending changes with a suitable commit message, then exit
|
||||||
|
#AIDER_COMMIT=false
|
||||||
|
|
||||||
## Specify a custom prompt for generating commit messages
|
## Specify a custom prompt for generating commit messages
|
||||||
#AIDER_COMMIT_PROMPT=
|
#AIDER_COMMIT_PROMPT=
|
||||||
|
|
||||||
|
@ -225,9 +225,6 @@ cog.outl("```")
|
||||||
########################
|
########################
|
||||||
# Fixing and committing:
|
# Fixing and committing:
|
||||||
|
|
||||||
## Commit all pending changes with a suitable commit message, then exit
|
|
||||||
#AIDER_COMMIT=false
|
|
||||||
|
|
||||||
## Lint and fix provided files, or dirty files if none provided
|
## Lint and fix provided files, or dirty files if none provided
|
||||||
#AIDER_LINT=false
|
#AIDER_LINT=false
|
||||||
|
|
||||||
|
@ -249,6 +246,9 @@ cog.outl("```")
|
||||||
#################
|
#################
|
||||||
# Other Settings:
|
# Other Settings:
|
||||||
|
|
||||||
|
## specify a file to edit (can be used multiple times)
|
||||||
|
#AIDER_FILE=
|
||||||
|
|
||||||
## Use VI editing mode in the terminal (default: False)
|
## Use VI editing mode in the terminal (default: False)
|
||||||
#AIDER_VIM=false
|
#AIDER_VIM=false
|
||||||
|
|
||||||
|
|
|
@ -25,8 +25,8 @@ from aider.args import get_md_help
|
||||||
cog.out(get_md_help())
|
cog.out(get_md_help())
|
||||||
]]]-->
|
]]]-->
|
||||||
```
|
```
|
||||||
usage: aider [-h] [--file] [--openai-api-key] [--anthropic-api-key]
|
usage: aider [-h] [--openai-api-key] [--anthropic-api-key] [--model]
|
||||||
[--model] [--opus] [--sonnet] [--4] [--4o] [--4-turbo]
|
[--opus] [--sonnet] [--4] [--4o] [--4-turbo]
|
||||||
[--35turbo] [--models] [--openai-api-base]
|
[--35turbo] [--models] [--openai-api-base]
|
||||||
[--openai-api-type] [--openai-api-version]
|
[--openai-api-type] [--openai-api-version]
|
||||||
[--openai-api-deployment-id] [--openai-organization-id]
|
[--openai-api-deployment-id] [--openai-organization-id]
|
||||||
|
@ -48,10 +48,10 @@ usage: aider [-h] [--file] [--openai-api-key] [--anthropic-api-key]
|
||||||
[--attribute-author | --no-attribute-author]
|
[--attribute-author | --no-attribute-author]
|
||||||
[--attribute-committer | --no-attribute-committer]
|
[--attribute-committer | --no-attribute-committer]
|
||||||
[--attribute-commit-message | --no-attribute-commit-message]
|
[--attribute-commit-message | --no-attribute-commit-message]
|
||||||
[--commit-prompt] [--dry-run | --no-dry-run] [--commit]
|
[--commit] [--commit-prompt] [--dry-run | --no-dry-run]
|
||||||
[--lint] [--lint-cmd] [--auto-lint | --no-auto-lint]
|
[--lint] [--lint-cmd] [--auto-lint | --no-auto-lint]
|
||||||
[--test-cmd] [--auto-test | --no-auto-test] [--test]
|
[--test-cmd] [--auto-test | --no-auto-test] [--test]
|
||||||
[--vim] [--voice-language] [--version]
|
[--file] [--vim] [--voice-language] [--version]
|
||||||
[--just-check-update]
|
[--just-check-update]
|
||||||
[--check-update | --no-check-update] [--apply] [--yes]
|
[--check-update | --no-check-update] [--apply] [--yes]
|
||||||
[-v] [--show-repo-map] [--show-prompts] [--exit]
|
[-v] [--show-repo-map] [--show-prompts] [--exit]
|
||||||
|
@ -69,10 +69,6 @@ Aliases:
|
||||||
|
|
||||||
## Main:
|
## Main:
|
||||||
|
|
||||||
### `--file FILE`
|
|
||||||
specify a file to edit (can be used multiple times)
|
|
||||||
Environment variable: `AIDER_FILE`
|
|
||||||
|
|
||||||
### `--openai-api-key OPENAI_API_KEY`
|
### `--openai-api-key OPENAI_API_KEY`
|
||||||
Specify the OpenAI API key
|
Specify the OpenAI API key
|
||||||
Environment variable: `OPENAI_API_KEY`
|
Environment variable: `OPENAI_API_KEY`
|
||||||
|
@ -335,6 +331,11 @@ Aliases:
|
||||||
- `--attribute-commit-message`
|
- `--attribute-commit-message`
|
||||||
- `--no-attribute-commit-message`
|
- `--no-attribute-commit-message`
|
||||||
|
|
||||||
|
### `--commit`
|
||||||
|
Commit all pending changes with a suitable commit message, then exit
|
||||||
|
Default: False
|
||||||
|
Environment variable: `AIDER_COMMIT`
|
||||||
|
|
||||||
### `--commit-prompt PROMPT`
|
### `--commit-prompt PROMPT`
|
||||||
Specify a custom prompt for generating commit messages
|
Specify a custom prompt for generating commit messages
|
||||||
Environment variable: `AIDER_COMMIT_PROMPT`
|
Environment variable: `AIDER_COMMIT_PROMPT`
|
||||||
|
@ -349,11 +350,6 @@ Aliases:
|
||||||
|
|
||||||
## Fixing and committing:
|
## Fixing and committing:
|
||||||
|
|
||||||
### `--commit`
|
|
||||||
Commit all pending changes with a suitable commit message, then exit
|
|
||||||
Default: False
|
|
||||||
Environment variable: `AIDER_COMMIT`
|
|
||||||
|
|
||||||
### `--lint`
|
### `--lint`
|
||||||
Lint and fix provided files, or dirty files if none provided
|
Lint and fix provided files, or dirty files if none provided
|
||||||
Default: False
|
Default: False
|
||||||
|
@ -392,6 +388,10 @@ Environment variable: `AIDER_TEST`
|
||||||
|
|
||||||
## Other Settings:
|
## Other Settings:
|
||||||
|
|
||||||
|
### `--file FILE`
|
||||||
|
specify a file to edit (can be used multiple times)
|
||||||
|
Environment variable: `AIDER_FILE`
|
||||||
|
|
||||||
### `--vim`
|
### `--vim`
|
||||||
Use VI editing mode in the terminal (default: False)
|
Use VI editing mode in the terminal (default: False)
|
||||||
Default: False
|
Default: False
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue