Release v0.9.1
Release v0.9.1
Installation
Install or upgrade LLxprt Code using npm:
npm install -g @vybestack/llxprt-codeOr use directly with npx:
npx @vybestack/llxprt-codeWhat's New
- Fixed --help and no-args commands failing silently when an invalid config is present
- Fixed default theme and footer theme reactivity issues to ensure UI themes update correctly
- Fixed SSH agent forwarding in sandbox environments by replacing Docker magic socket with TCP bridge
- Updated model names in documentation to reflect current naming conventions
All Changes
- chore(release): bump version to 0.9.1 (c5b4519)
- Merge branch 'main' into release/v0.9.0 (7c90161)
- Add macOS Homebrew install instructions to README (79d4798)
- Merge pull request #1673 from vybestack/fix/1667-help-config-silent-fail (67908fc)
- Merge pull request #1672 from vybestack/issue_1666_1668 (127cd51)
- Address CodeRabbit review: strengthen test assertions (367b334)
- Address CodeRabbit feedback: add visibility props to memo, add type mismatch test (970625c)
- Fix formatting in test file (969009c)
- Fix --help and no-args with invalid config (Fixes #1667) (574a20e)
- Fix formatting (3645cc2)
- Fix default theme and footer theme reactivity (Fixes #1666, Fixes #1668) (b9a5534)
- Bump to 0.10.0, add logo to README, update model names (84decda)
- Merge pull request #1669 from vybestack/issue1665 (fixes #1665) (e86c134)
- Fix duplicate badges in README.md (236b8c8)
- fix: address CodeRabbit review — mock fs/promises readFile, assert console.error (412504c)
- fix(sandbox): replace Docker magic socket with TCP bridge for SSH agent forwarding (Fixes #1665) (3cfe8ff)
Full Changelog: v0.9.0...v0.9.1