Release v0.4.7
Release v0.4.7
Installation
Install or upgrade LLxprt Code using npm:
npm install -g @vybestack/llxprt-codeOr use directly with npx:
npx @vybestack/llxprt-codeWhat's New
- Added support for MiniMax models using Qwen tool format
- Added support for GLM models using Qwen tool format
- Made provider aliases configurable
- Improved prompt installer to show warnings without blocking installation
- Surface prompt updates for user review before applying
- Improved tool call reminders to be more contextual and less aggressive
- Updated Google OAuth success URL to use vybestack.dev
- Fixed bracketed paste handling
- Added Claude OAuth localhost callback flow
- Fixed issue with quittingMessages not rendering properly when using todo settings
- Fixed context loading from include directories in CLI
All Changes
- chore(release): v0.4.7 (14c020b)
- chore: update package-lock.json to 0.4.7 (f79c29b)
- chore: update to 0.4.7 (40047e2)
- fix: make prompt installer warnings non-blocking (#126, #381) (#383) (da6c44b)
- feat: make provider aliases configurable (#123) (#382) (826f262)
- feat: surface prompt updates for review (#126) (#381) (767b5dc)
- fix: make tool call reminders contextual and less aggressive (fixes #366) (#380) (68bfd54)
- Detect MiniMax models as Qwen tool format (#378) issue #377 (3c85273)
- fix: Update Google OAuth success URL to use vybestack.dev (#368) (#379) (43f8506)
- fix(cli): load context from include directories when present (#356) (#369) (4b0d310)
- Detect GLM models as Qwen tool format (#367) issue #362 (293ff3d)
- Fix bracketed paste handling (#360) (a7fa616)
- Fix #356: ensure quittingMessages render sees todo setting (#357) (f834a5e)
- Add Claude OAuth localhost callback flow (#355) Fixes #348 (a62dd0d)
Full Changelog: v0.4.6...v0.4.7