This commit is contained in:
Paul Gauthier 2025-01-10 14:09:22 -08:00
parent 1a84c109fc
commit 0d9c2cd902
4 changed files with 38 additions and 34 deletions

View file

@ -4,9 +4,11 @@
- Prompts to help DeepSeek work better when alternating between `/ask` and `/code`.
- Streaming pretty LLM responses is smoother and faster for long replies.
- Bare `/ask`, `/code` and `/architect` commands now switch the chat mode.
- Streaming automatically turns of for model that don't support it
- Can now switch to/from `/model o1` and a streaming model
- Increased max chat history tokens limit from 4k to 8k.
- Turn off fancy input and watch files if terminal is dumb.
- Added support for custom voice format and input device settings.
- Disabled Streamlit email prompt, by apaz-cli.
- Fixed lint command handling of nested spaced strings, by Aaron Weisberg.