mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 02:34:59 +00:00
copy
This commit is contained in:
parent
3c11d9b61c
commit
71066b8954
6 changed files with 21 additions and 4 deletions
|
@ -248,6 +248,9 @@
|
||||||
## Install the latest version from the main branch
|
## Install the latest version from the main branch
|
||||||
#install-main-branch: false
|
#install-main-branch: false
|
||||||
|
|
||||||
|
## Upgrade aider to the latest version from PyPI
|
||||||
|
#upgrade: false
|
||||||
|
|
||||||
## Apply the changes from the given file instead of running the chat (debug)
|
## Apply the changes from the given file instead of running the chat (debug)
|
||||||
#apply:
|
#apply:
|
||||||
|
|
||||||
|
|
|
@ -249,6 +249,9 @@
|
||||||
## Install the latest version from the main branch
|
## Install the latest version from the main branch
|
||||||
#AIDER_INSTALL_MAIN_BRANCH=false
|
#AIDER_INSTALL_MAIN_BRANCH=false
|
||||||
|
|
||||||
|
## Upgrade aider to the latest version from PyPI
|
||||||
|
#AIDER_UPGRADE=false
|
||||||
|
|
||||||
## Apply the changes from the given file instead of running the chat (debug)
|
## Apply the changes from the given file instead of running the chat (debug)
|
||||||
#AIDER_APPLY=
|
#AIDER_APPLY=
|
||||||
|
|
||||||
|
|
|
@ -296,6 +296,9 @@ cog.outl("```")
|
||||||
## Install the latest version from the main branch
|
## Install the latest version from the main branch
|
||||||
#install-main-branch: false
|
#install-main-branch: false
|
||||||
|
|
||||||
|
## Upgrade aider to the latest version from PyPI
|
||||||
|
#upgrade: false
|
||||||
|
|
||||||
## Apply the changes from the given file instead of running the chat (debug)
|
## Apply the changes from the given file instead of running the chat (debug)
|
||||||
#apply:
|
#apply:
|
||||||
|
|
||||||
|
|
|
@ -291,6 +291,9 @@ cog.outl("```")
|
||||||
## Install the latest version from the main branch
|
## Install the latest version from the main branch
|
||||||
#AIDER_INSTALL_MAIN_BRANCH=false
|
#AIDER_INSTALL_MAIN_BRANCH=false
|
||||||
|
|
||||||
|
## Upgrade aider to the latest version from PyPI
|
||||||
|
#AIDER_UPGRADE=false
|
||||||
|
|
||||||
## Apply the changes from the given file instead of running the chat (debug)
|
## Apply the changes from the given file instead of running the chat (debug)
|
||||||
#AIDER_APPLY=
|
#AIDER_APPLY=
|
||||||
|
|
||||||
|
|
|
@ -58,9 +58,9 @@ usage: aider [-h] [--openai-api-key] [--anthropic-api-key] [--model]
|
||||||
[--file] [--read] [--vim] [--voice-language]
|
[--file] [--read] [--vim] [--voice-language]
|
||||||
[--version] [--just-check-update]
|
[--version] [--just-check-update]
|
||||||
[--check-update | --no-check-update]
|
[--check-update | --no-check-update]
|
||||||
[--install-main-branch] [--apply] [--yes] [-v]
|
[--install-main-branch] [--upgrade] [--apply] [--yes]
|
||||||
[--show-repo-map] [--show-prompts] [--exit] [--message]
|
[-v] [--show-repo-map] [--show-prompts] [--exit]
|
||||||
[--message-file] [--encoding] [-c] [--gui]
|
[--message] [--message-file] [--encoding] [-c] [--gui]
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -478,6 +478,11 @@ Install the latest version from the main branch
|
||||||
Default: False
|
Default: False
|
||||||
Environment variable: `AIDER_INSTALL_MAIN_BRANCH`
|
Environment variable: `AIDER_INSTALL_MAIN_BRANCH`
|
||||||
|
|
||||||
|
### `--upgrade`
|
||||||
|
Upgrade aider to the latest version from PyPI
|
||||||
|
Default: False
|
||||||
|
Environment variable: `AIDER_UPGRADE`
|
||||||
|
|
||||||
### `--apply FILE`
|
### `--apply FILE`
|
||||||
Apply the changes from the given file instead of running the chat (debug)
|
Apply the changes from the given file instead of running the chat (debug)
|
||||||
Environment variable: `AIDER_APPLY`
|
Environment variable: `AIDER_APPLY`
|
||||||
|
|
|
@ -40,7 +40,7 @@ cog.out(get_help_md())
|
||||||
| **/tokens** | Report on the number of tokens used by the current chat context |
|
| **/tokens** | Report on the number of tokens used by the current chat context |
|
||||||
| **/undo** | Undo the last git commit if it was done by aider |
|
| **/undo** | Undo the last git commit if it was done by aider |
|
||||||
| **/voice** | Record and transcribe voice input |
|
| **/voice** | Record and transcribe voice input |
|
||||||
| **/web** | Scrape a webpage, convert to markdown and add to the chat |
|
| **/web** | Scrape a webpage, convert to markdown and send in a message |
|
||||||
|
|
||||||
<!--[[[end]]]-->
|
<!--[[[end]]]-->
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue