mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
copy
This commit is contained in:
parent
11820ba6c1
commit
709c31fbf5
3 changed files with 7 additions and 4 deletions
|
@ -5,6 +5,7 @@
|
|||
|
||||
- Add read-only files to the chat context with `/read` and `--read`, including from outside the git repo.
|
||||
- New `/clipboard` command to paste images or text from the clipboard, replaces `/add-clipboard-image`.
|
||||
- Output from /web and /diff is now paginated.
|
||||
- Messages can now contain `/xxx` commands when [scripting aider](https://aider.chat/docs/scripting.html).
|
||||
- Aider in docker image now provides the correct command to update to latest version.
|
||||
- Improved retries on API errors (was easy to test during Sonnet outage).
|
||||
|
|
|
@ -18,9 +18,11 @@ cog.out(text)
|
|||
|
||||
### main branch
|
||||
|
||||
- Add read-only files to the chat context with `/read` and `--read`, including from outside the git repo.
|
||||
- New `/clipboard` command to paste images or text from the clipboard, replaces `/add-clipboard-image`.
|
||||
- Can now send `/commands` when [scripting aider](https://aider.chat/docs/scripting.html).
|
||||
- Aider in docker image now provides correct command to update to latest version.
|
||||
- Output from /web and /diff is now paginated.
|
||||
- Messages can now contain `/xxx` commands when [scripting aider](https://aider.chat/docs/scripting.html).
|
||||
- Aider in docker image now provides the correct command to update to latest version.
|
||||
- Improved retries on API errors (was easy to test during Sonnet outage).
|
||||
- Performance improvements for repo map calculation.
|
||||
- `/tokens` now shows the active model.
|
||||
|
|
|
@ -31,13 +31,13 @@ cog.out(get_help_md())
|
|||
| **/model** | Switch to a new LLM |
|
||||
| **/models** | Search the list of available models |
|
||||
| **/quit** | Exit the application |
|
||||
| **/read** | Load a file from anywhere and add it to abs_read_only_fnames |
|
||||
| **/read** | Add a file to the chat that is for reference, not to be edited |
|
||||
| **/run** | Run a shell command and optionally add the output to the chat (alias: !) |
|
||||
| **/test** | Run a shell command and add the output to the chat on non-zero exit code |
|
||||
| **/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 |
|
||||
| **/voice** | Record and transcribe voice input |
|
||||
| **/web** | Use headless selenium to scrape a webpage and add the content to the chat |
|
||||
| **/web** | Scrape a webpage, convert to markdown and add to the chat |
|
||||
|
||||
<!--[[[end]]]-->
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue