Release v0.4.6
Release v0.4.6
This may not be the world's most earth-shattering release. We did do some cool and needed stuff here. If you have to define ANTHROPIC_API_KEY but want to use your Claude Max/Pro account, then add authOnly (/set authOnly true), and your env/keys will be ignored, so you can be sure you are in auth mode. We added the new Haiku model to the pick menu. You can now disabled the todo dialog if it gives you issues (very small or some remote terminals it causes a perm redraw we have never been able to squash 100%) and it will just show on todo_write/todo_read. But the reason we did this so soon is so you can do --set modelparam.temperature 1 from the command line for the new evals https://vybestack.dev/vybescore/ (pre-alpha). Also, @e2720pjk fixed the abort when you want to cancel mcps and other stuff! For some reason, the release script didn't credit them!
Installation
Install or upgrade LLxprt Code using npm:
npm install -g @vybestack/llxprt-codeOr use directly with npx:
npx @vybestack/llxprt-codeWhat's New
- Expanded Anthropic OAuth fallback models support
- Added panel toggle feature and shared todo formatter
- Implemented AbortSignal support for better request cancellation
- Added --set model parameters option to CLI
- Fixed Anthropic authOnly ignoring environment keys
All Changes
- chore(release): v0.4.6 (27850f9)
- chore: version 0.4.6 (3d23fe8)
- fix: expand Anthropic OAuth fallback models (#353) (#354) (5dc48b9)
- feat(todo): add panel toggle + shared todo formatter (#344) (#351) (c0567b3)
- AbortSignal Support Implementation (#350) (ed1665a)
- feat(cli): allow --set model parameters (#349) (7f6f29e)
- Fix Anthropic authOnly ignoring env keys (#233) (#347) (0d20d56)
Full Changelog: v0.4.5...v0.4.6