Release v0.1.16
What's Changed
- Custom Prompts: Customize every aspect of how LLxprt prompts your model, over-ride the defaults on a per-model basis!
- No nextSpeakerChecker - removed gemini-cli artifact that sends the entire conversation to flash multiple times per request to see if Gemini-2.5-pro should continue talking.
- Security improvements: /key now *** masks the input
- Provider Configurations: /profile save "myConfig" /profile load "myConfig" --profile-load - you can now save your whole provider/model/settings to a profile and use it on startup or in the non-intractive mode.
- Ephemeral Settings: /set context-limit compression-threshold etc.
- Model params: /set modelparam max_tokens 100000 /set modelparam Enable_Thinking True
- Multibyte character support (incl on windows) fixes
- Fix accidental flash fallback revert
Full Changelog: v0.1.15...v0.1.16