feat: Add autocomplete support for /read-only command

This commit is contained in:
Paul Gauthier 2024-09-28 15:14:35 -07:00 committed by Paul Gauthier (aider)
parent d1ee3644ec
commit 97ddcb2ae6
3 changed files with 21 additions and 9 deletions

View file

@ -14,6 +14,7 @@
- ModelSettings takes `extra_params` dict to specify any extras to pass to `litellm.completion()`.
- Renamed `/clipboard` to `/paste`.
- New `/copy` command to copy the last LLM response to the clipboard.
- Autocomplete for `/read-only` supports the entire filesystem.
- Support for litellm's `extra_body` parameter.
- Support for cursor shapes when in vim mode.
- Numerous bug fixes.