| v0.10.0-nightly.260604.92bf45f0e | ## Release v0.10.0-nightly.260604.92bf45f0e ### Installation Install or upgrade LLxprt Code using npm: ```bash npm install -g @vybestack/llxprt-code ``` Or use directly with npx: ```bash npx @vybestack/llxprt-code ``` ### What's New - **Agent Skills (`/skills`)** - New slash command for managing skills with enable/disable, reload, and built-in skill support. Skills can now be loaded from extension `skills/` subdirectories and project-level configurations. - **Hooks system** - Enhanced hoo | High | 6/4/2026 |
| v0.10.0-nightly.260519.2a7ec008a | ## Release v0.10.0-nightly.260519.2a7ec008a ### Installation Install or upgrade LLxprt Code using npm: ```bash npm install -g @vybestack/llxprt-code ``` Or use directly with npx: ```bash npx @vybestack/llxprt-code ``` ### What's New - **Configurable stream idle timeouts**: Idle timeout watchdog is now disabled by default and configurable, with the default raised to 10 minutes. Stream idle timeout races have been fixed with a shared helper. - **Improved streaming stability**: Fixed sendPro | High | 5/19/2026 |
| v0.10.0-nightly.260514.2a7ec008a | ## Release v0.10.0-nightly.260514.2a7ec008a ### Installation Install or upgrade LLxprt Code using npm: ```bash npm install -g @vybestack/llxprt-code ``` Or use directly with npx: ```bash npx @vybestack/llxprt-code ``` ### What's New **Streaming & Reliability** - Fixed streaming hangs with Fireworks and Kimi providers caused by special Kimi K2 buffering - Prevented sendPromise deadlocks and stream abort hangs during idle timeout - Made idle timeout configurable with a raised default of 10 | High | 5/14/2026 |
| v0.10.0-nightly.260508.acbc1e132 | ## Release v0.10.0-nightly.260508.acbc1e132 ### Installation Install or upgrade LLxprt Code using npm: ```bash npm install -g @vybestack/llxprt-code ``` Or use directly with npx: ```bash npx @vybestack/llxprt-code ``` ### What's New **New Features** - Added `/introspect` slash command for debugging - Added `/skills` command to manage agent skills with enable, disable, and reload subcommands - Added `/chat` debug command for nightly builds - Added `/bug` command with chat history export to | High | 5/8/2026 |
| v0.10.0-nightly.260502.acbc1e132 | ## Release v0.10.0-nightly.260502.acbc1e132 ### Installation Install or upgrade LLxprt Code using npm: ```bash npm install -g @vybestack/llxprt-code ``` Or use directly with npx: ```bash npx @vybestack/llxprt-code ``` ### What's New **New Features and Capabilities** - Added `/skills enable` and `/skills disable` commands with documented scope behavior - Added `/introspect` slash command for inspecting agent state - Added `/bug` command to export chat history and prefill GitHub issues - A | High | 5/2/2026 |
| v0.10.0-nightly.260427.636d54708 | ## Release v0.10.0-nightly.260427.636d54708 ### Installation Install or upgrade LLxprt Code using npm: ```bash npm install -g @vybestack/llxprt-code ``` Or use directly with npx: ```bash npx @vybestack/llxprt-code ``` ### What's New - **MCP Tool Schema Support**: Added support for JSON Schema draft 2020-12 in MCP tool schemas, enabling more complex tool definitions. - **Configurable Stream Idle Timeout**: Stream idle timeout is now configurable with a raised default of 10 minutes. A watch | High | 4/27/2026 |
| v0.10.0-nightly.260422.636d54708 | ## Release v0.10.0-nightly.260422.636d54708 ### Installation Install or upgrade LLxprt Code using npm: ```bash npm install -g @vybestack/llxprt-code ``` Or use directly with npx: ```bash npx @vybestack/llxprt-code ``` ### What's New - **Configurable stream idle timeouts**: Idle timeout watchdog is now disabled by default, and idle timeout is configurable with a raised default of 10 minutes - **MCP tool schema support**: Support for JSON Schema draft 2020-12 in MCP tool schemas - **Improve | High | 4/22/2026 |
| v0.10.0-nightly.260421.636d54708 | ## Release v0.10.0-nightly.260421.636d54708 ### Installation Install or upgrade LLxprt Code using npm: ```bash npm install -g @vybestack/llxprt-code ``` Or use directly with npx: ```bash npx @vybestack/llxprt-code ``` ### What's New - **Improved stream stability**: Stream idle timeout watchdog is now disabled by default; the default timeout has been raised to 10 minutes and is now configurable. Multiple fixes prevent sendPromise deadlocks, iterator hangs on abort, and race conditions with | High | 4/21/2026 |
| v0.10.0-nightly.260420.636d54708 | ## Release v0.10.0-nightly.260420.636d54708 ### Installation Install or upgrade LLxprt Code using npm: ```bash npm install -g @vybestack/llxprt-code ``` Or use directly with npx: ```bash npx @vybestack/llxprt-code ``` ### What's New **New Features** - Added `/introspect` slash command for introspection - Agent Skills: built-in skills loaded from extension `skills/` subdirectory with `/skills reload` command - Extensions: new install/uninstall commands with settings info and update notific | High | 4/20/2026 |
| v0.10.0-nightly.260420.40a733bae | ## Release v0.10.0-nightly.260420.40a733bae ### Installation Install or upgrade LLxprt Code using npm: ```bash npm install -g @vybestack/llxprt-code ``` Or use directly with npx: ```bash npx @vybestack/llxprt-code ``` ### What's New **Streaming & Performance** - Streaming now more reliable with configurable idle timeout (default raised to 10 minutes) - First chunk consumption now properly happens inside retry boundary, preventing data loss - Stream idle timeout races resolved with shared | High | 4/20/2026 |
| v0.10.0-nightly.260419.40a733bae | ## Release v0.10.0-nightly.260419.40a733bae ### Installation Install or upgrade LLxprt Code using npm: ```bash npm install -g @vybestack/llxprt-code ``` Or use directly with npx: ```bash npx @vybestack/llxprt-code ``` ### What's New - **Hooks now pass MCP server context to BeforeTool and AfterTool events**: Hooks can now access `mcp_context` containing `server_name` and `server_uri` when tools originate from MCP servers, enabling server-specific policies and audit logging. - **OAuth token | High | 4/19/2026 |
| v0.10.0-nightly.260418.40a733bae | ## Release v0.10.0-nightly.260418.40a733bae ### Installation Install or upgrade LLxprt Code using npm: ```bash npm install -g @vybestack/llxprt-code ``` Or use directly with npx: ```bash npx @vybestack/llxprt-code ``` ### What's New - MCP tool schemas now support JSON Schema draft 2020-12 - Stream idle timeout is now configurable with an increased default of 10 minutes - Auth cache properly invalidates for unbucketed profiles and refreshes on 401/403 revocation - Media blocks are converte | High | 4/18/2026 |
| v0.10.0-nightly.260417.74ef2d7bf | ## Release v0.10.0-nightly.260417.74ef2d7bf ### Installation Install or upgrade LLxprt Code using npm: ```bash npm install -g @vybestack/llxprt-code ``` Or use directly with npx: ```bash npx @vybestack/llxprt-code ``` ### What's New - **Streaming reliability improvements**: Fixed multiple stream deadlocks, hangs, and race conditions that could cause tool calls to silently fail or drop. Idle timeouts are now configurable and increased to 10 minutes by default. - **Enhanced OAuth authentica | High | 4/17/2026 |
| v0.10.0-nightly.260416.74ef2d7bf | ## Release v0.10.0-nightly.260416.74ef2d7bf ### Installation Install or upgrade LLxprt Code using npm: ```bash npm install -g @vybestack/llxprt-code ``` Or use directly with npx: ```bash npx @vybestack/llxprt-code ``` ### What's New - **Subagents as Extensions**: Subagents can now be installed, managed, and disabled via the extensions system, with status bar integration and built-in skill discovery - **Agent Skills**: Added support for Agent Skills with security consent, conflict detectio | High | 4/16/2026 |
| v0.10.0-nightly.260415.74ef2d7bf | ## Release v0.10.0-nightly.260415.74ef2d7bf ### Installation Install or upgrade LLxprt Code using npm: ```bash npm install -g @vybestack/llxprt-code ``` Or use directly with npx: ```bash npx @vybestack/llxprt-code ``` ### What's New - Idle timeout is now configurable and defaults to 10 minutes (was shorter) - Linux OAuth authentication now properly falls back to system auth paths - Token caches are invalidated and force-refreshed when the server revokes access (401/403) - Auth cache inval | High | 4/15/2026 |
| v0.10.0-nightly.260414.74ef2d7bf | ## Release v0.10.0-nightly.260414.74ef2d7bf ### Installation Install or upgrade LLxprt Code using npm: ```bash npm install -g @vybestack/llxprt-code ``` Or use directly with npx: ```bash npx @vybestack/llxprt-code ``` ### What's New - **Improved stream reliability**: Idle timeouts are now configurable with a raised default of 10 minutes. Fixed multiple deadlock and hang issues in the streaming pipeline, including sendPromise deadlocks on idle timeout abort and iterator closure on abort. - | High | 4/14/2026 |
| v0.10.0-nightly.260413.74ef2d7bf | ## Release v0.10.0-nightly.260413.74ef2d7bf ### Installation Install or upgrade LLxprt Code using npm: ```bash npm install -g @vybestack/llxprt-code ``` Or use directly with npx: ```bash npx @vybestack/llxprt-code ``` ### What's New - **Idle timeout is now configurable** with a raised default of 10 minutes, preventing premature disconnections during long pauses - **OAuth authentication improvements** - Linux auth fallback paths are now preserved, and token caches properly invalidate on 40 | Medium | 4/13/2026 |
| v0.10.0-nightly.260412.74ef2d7bf | ## Release v0.10.0-nightly.260412.74ef2d7bf ### Installation Install or upgrade LLxprt Code using npm: ```bash npm install -g @vybestack/llxprt-code ``` Or use directly with npx: ```bash npx @vybestack/llxprt-code ``` ### What's New - **Configurable idle timeout**: Stream idle timeout is now configurable with a higher default of 10 minutes, improving long-running session reliability - **Project-level memories**: Fixed issue where project memories were not loaded when the workspace was a s | Medium | 4/12/2026 |
| v0.10.0-nightly.260412.a497ee2bb | ## Release v0.10.0-nightly.260412.a497ee2bb ### Installation Install or upgrade LLxprt Code using npm: ```bash npm install -g @vybestack/llxprt-code ``` Or use directly with npx: ```bash npx @vybestack/llxprt-code ``` ### What's New - **Project-level memories**: Memories at the workspace level are now properly loaded when the workspace is a subdirectory of the project root (fixes #1855). - **OpenAI provider improvements**: Fixed stream processing for Fireworks and Kimi providers so turns | Medium | 4/12/2026 |
| v0.10.0-nightly.260411.a497ee2bb | ## Release v0.10.0-nightly.260411.a497ee2bb ### Installation Install or upgrade LLxprt Code using npm: ```bash npm install -g @vybestack/llxprt-code ``` Or use directly with npx: ```bash npx @vybestack/llxprt-code ``` ### What's New - **New `/introspect` slash command** - Inspect the current state and configuration of llxprt-code - **New `/skills` command** - Manage agent skills with reload capability and CLI management - **New `/chat` debug command** - Available in nightly builds for dia | High | 4/11/2026 |
| v0.10.0-nightly.260410.5422c4164 | ## Release v0.10.0-nightly.260410.5422c4164 ### Installation Install or upgrade LLxprt Code using npm: ```bash npm install -g @vybestack/llxprt-code ``` Or use directly with npx: ```bash npx @vybestack/llxprt-code ``` ### What's New **New Features** - Added `/introspect` slash command for inspecting agent state - Built-in Agent Skills now available with skill directory support - Hooks system with enable-all/disable-all commands and dynamic status display - Extensions can now be installed/ | Medium | 4/10/2026 |
| v0.10.0-nightly.260409.5422c4164 | ## Release v0.10.0-nightly.260409.5422c4164 ### Installation Install or upgrade LLxprt Code using npm: ```bash npm install -g @vybestack/llxprt-code ``` Or use directly with npx: ```bash npx @vybestack/llxprt-code ``` ### What's New - **Built-in Agent Skills**: Skills are now loaded from a built-in directory and can be managed via the `/skills reload` command and the new `gemini skills` CLI command - **Extensions**: New extension framework with `extensions install/uninstall` commands, upd | Medium | 4/9/2026 |
| v0.10.0-nightly.260408.344ba953d | ## Release v0.10.0-nightly.260408.344ba953d ### Installation Install or upgrade LLxprt Code using npm: ```bash npm install -g @vybestack/llxprt-code ``` Or use directly with npx: ```bash npx @vybestack/llxprt-code ``` ### What's New - **Streaming stability improvements**: Resolved hangs and deadlocks in Fireworks and Kimi providers caused by special buffering logic, idle timeout races, and sendPromise abort handling - **Better tool call reliability**: Fixed tool call ID collisions and sil | High | 4/8/2026 |
| v0.10.0-nightly.260407.344ba953d | ## Release v0.10.0-nightly.260407.344ba953d ### Installation Install or upgrade LLxprt Code using npm: ```bash npm install -g @vybestack/llxprt-code ``` Or use directly with npx: ```bash npx @vybestack/llxprt-code ``` ### What's New - **CLI version flag fixed**: `llxprt-code --version` now prints the running version to stdout instead of only to debug logs - **Context limit applied on first profile load**: The context limit setting now takes effect immediately when you load a profile for t | Medium | 4/7/2026 |
| v0.10.0-nightly.260407.b4e83ea07 | ## Release v0.10.0-nightly.260407.b4e83ea07 ### Installation Install or upgrade LLxprt Code using npm: ```bash npm install -g @vybestack/llxprt-code ``` Or use directly with npx: ```bash npx @vybestack/llxprt-code ``` ### What's New - **Fixed authentication failures**: Token caches are now properly invalidated on 401/403 responses, preventing repeated auth failures after token revocation - **Fixed streaming deadlocks**: Resolved multiple issues causing sendPromise to hang or deadlock duri | Medium | 4/7/2026 |
| v0.10.0-nightly.260406.b4e83ea07 | ## Release v0.10.0-nightly.260406.b4e83ea07 ### Installation Install or upgrade LLxprt Code using npm: ```bash npm install -g @vybestack/llxprt-code ``` Or use directly with npx: ```bash npx @vybestack/llxprt-code ``` ### What's New **Bug Fixes:** - Fixed streaming timeouts that could cause hangs during idle timeout abort - Fixed tool call ID collisions that caused silent drops with Kimi provider - Fixed CLI version display to show the running version instead of installed version - Fixed | Medium | 4/6/2026 |
| v0.10.0-nightly.260406.b0757ce26 | ## Release v0.10.0-nightly.260406.b0757ce26 ### Installation Install or upgrade LLxprt Code using npm: ```bash npm install -g @vybestack/llxprt-code ``` Or use directly with npx: ```bash npx @vybestack/llxprt-code ``` ### What's New - **Built-in Agent Skills**: Skills can now be loaded from extension `skills/` subdirectories, enabling extensions to bundle helpful skills for users - **Skills CLI Management**: New `/skills reload` command and `gemini skills` CLI command for managing install | Medium | 4/6/2026 |
| v0.10.0-nightly.260406.b9e119357 | ## Release v0.10.0-nightly.260406.b9e119357 ### Installation Install or upgrade LLxprt Code using npm: ```bash npm install -g @vybestack/llxprt-code ``` Or use directly with npx: ```bash npx @vybestack/llxprt-code ``` ### What's New - **Stream reliability improvements**: Increased idle timeouts, fixed AbortError suppression, and prevented sendPromise hangs during stream aborts - **Subagent stability**: Disabled tools are now filtered instead of causing runtime errors - **Improved auth tok | Medium | 4/6/2026 |
| v0.10.0-nightly.260405.e09c980dd | ## Release v0.10.0-nightly.260405.e09c980dd ### Installation Install or upgrade LLxprt Code using npm: ```bash npm install -g @vybestack/llxprt-code ``` Or use directly with npx: ```bash npx @vybestack/llxprt-code ``` ### What's New - **Stream reliability improvements**: Increased idle timeouts and fixed AbortError suppression to prevent streams from hanging. Also fixed idle timeout races and ensured first chunk consumption happens inside retry boundaries. - **Auth token refresh fixes**: | Medium | 4/5/2026 |
| v0.10.0-nightly.260405.77a3e9e03 | ## Release v0.10.0-nightly.260405.77a3e9e03 ### Installation Install or upgrade LLxprt Code using npm: ```bash npm install -g @vybestack/llxprt-code ``` Or use directly with npx: ```bash npx @vybestack/llxprt-code ``` ### What's New - **Agent Skills**: Built-in skills with recursive discovery, /skills reload command, and extension skills support. Skill conflict detection now warns about duplicate skill names. - **New slash commands**: `/introspect` for inspection and `/bug` for exporting | Medium | 4/5/2026 |
| v0.10.0-nightly.260404.77a3e9e03 | ## Release v0.10.0-nightly.260404.77a3e9e03 ### Installation Install or upgrade LLxprt Code using npm: ```bash npm install -g @vybestack/llxprt-code ``` Or use directly with npx: ```bash npx @vybestack/llxprt-code ``` ### What's New - **New `/introspect` slash command** for inspecting system internals - **Esc-Esc to clear prompt** â new keyboard shortcut to quickly clear the current input prompt - **Ctrl+Enter / Ctrl+J newline support** â improved handling of newline input in the terminal | Medium | 4/4/2026 |
| v0.10.0-nightly.260404.86d44b2f6 | ## Release v0.10.0-nightly.260404.86d44b2f6 ### Installation Install or upgrade LLxprt Code using npm: ```bash npm install -g @vybestack/llxprt-code ``` Or use directly with npx: ```bash npx @vybestack/llxprt-code ``` ### What's New - **Hooks now receive MCP server context**: The `BeforeTool` and `AfterTool` hook events now include `mcp_context` with `server_name` and `server_uri` when a tool originates from an MCP server, enabling server-specific policies and improved audit logging. - ** | Medium | 4/4/2026 |
| v0.10.0-nightly.260403.86d44b2f6 | ## Release v0.10.0-nightly.260403.86d44b2f6 ### Installation Install or upgrade LLxprt Code using npm: ```bash npm install -g @vybestack/llxprt-code ``` Or use directly with npx: ```bash npx @vybestack/llxprt-code ``` ### What's New - **Stream reliability**: Fixed race conditions in stream idle timeouts and ensured the first chunk of a stream is consumed within the retry boundary, preventing premature failures - **Improved OAuth error handling**: Token caches are now invalidated and force | Medium | 4/3/2026 |
| v0.10.0-nightly.260403.78dee8110 | ## Release v0.10.0-nightly.260403.78dee8110 ### Installation Install or upgrade LLxprt Code using npm: ```bash npm install -g @vybestack/llxprt-code ``` Or use directly with npx: ```bash npx @vybestack/llxprt-code ``` ### What's New - **New /introspect slash command** for inspecting agent state and diagnostics - **Built-in Agent Skills** now enabled by default with unified representation and centralized loading - **Agent Skills reload** via `/skills reload` command to refresh installed sk | Medium | 4/3/2026 |
| v0.10.0-nightly.260402.015db30a3 | ## Release v0.10.0-nightly.260402.015db30a3 ### Installation Install or upgrade LLxprt Code using npm: ```bash npm install -g @vybestack/llxprt-code ``` Or use directly with npx: ```bash npx @vybestack/llxprt-code ``` ### What's New **Bug Fixes** - Fixed streaming pipeline hangs when subagents used empty tool schemas (Fireworks/Kimi providers now properly finish turns) - Fixed 413 errors (request too large) now trigger retry with helpful tool name guidance - Fixed `--version` flag now pri | Medium | 4/2/2026 |
| v0.10.0-nightly.260401.015db30a3 | ## Release v0.10.0-nightly.260401.015db30a3 ### Installation Install or upgrade LLxprt Code using npm: ```bash npm install -g @vybestack/llxprt-code ``` Or use directly with npx: ```bash npx @vybestack/llxprt-code ``` ### What's New - **Agent Skills**: Built-in agent skills are now enabled by default. Skills can be loaded from extension `skills/` subdirectories. New `/skills reload` command and skills CLI management via `gemini skills` command. Status bar shows skill counts. - **Hooks UI* | Medium | 4/2/2026 |
| v0.10.0-nightly.260401.a4ef0f10c | ## Release v0.10.0-nightly.260401.a4ef0f10c ### Installation Install or upgrade LLxprt Code using npm: ```bash npm install -g @vybestack/llxprt-code ``` Or use directly with npx: ```bash npx @vybestack/llxprt-code ``` ### What's New - Extension management: new install/uninstall commands with settings info and update notifications - Agent Skills: new /skills reload command, CLI management tools, recursive discovery from extension directories, and status bar integration for skill counts - H | Medium | 4/1/2026 |
| v0.10.0-nightly.260331.3942aaf2c | ## Release v0.10.0-nightly.260331.3942aaf2c ### Installation Install or upgrade LLxprt Code using npm: ```bash npm install -g @vybestack/llxprt-code ``` Or use directly with npx: ```bash npx @vybestack/llxprt-code ``` ### What's New - **Agent Configuration**: Agents can now be configured directly in `settings.json`, enabling persistent agent definitions - **Built-in Agent Skills**: New skills system with autonomous activation, context injection, and extension skill directory support - **E | Medium | 3/31/2026 |
| v0.10.0-nightly.260331.7e9552fb8 | ## Release v0.10.0-nightly.260331.7e9552fb8 ### Installation Install or upgrade LLxprt Code using npm: ```bash npm install -g @vybestack/llxprt-code ``` Or use directly with npx: ```bash npx @vybestack/llxprt-code ``` ### What's New - **Fixed**: Turns now finish properly for Fireworks and Kimi providers by correctly setting the stop reason in metadata - **Fixed**: `--version` flag now prints version to stdout instead of debug log - **Fixed**: Context limit is now properly applied on first | Medium | 3/31/2026 |
| v0.10.0-nightly.260330.8b6ec279d | ## Release v0.10.0-nightly.260330.8b6ec279d ### Installation Install or upgrade LLxprt Code using npm: ```bash npm install -g @vybestack/llxprt-code ``` Or use directly with npx: ```bash npx @vybestack/llxprt-code ``` ### What's New - **Agent Skills**: Built-in skills now load automatically from extension skills/ directories with recursive discovery, status bar count, autonomous activation, and context injection. Use `/skills reload` to refresh. - **Hooks Infrastructure**: New `BeforeTool | Medium | 3/30/2026 |
| v0.10.0-nightly.260329.840acd2ab | ## Release v0.10.0-nightly.260329.840acd2ab ### Installation Install or upgrade LLxprt Code using npm: ```bash npm install -g @vybestack/llxprt-code ``` Or use directly with npx: ```bash npx @vybestack/llxprt-code ``` ### What's New - **Agent Skills**: Built-in skills with `/skills` command, extension skills support, `/skills reload` to refresh skills, and skills status bar integration - **Hooks System**: Stop/block execution control in model hooks, `mcp_context` available in BeforeTool a | Medium | 3/29/2026 |
| v0.10.0-nightly.260323.71e63cb4f | ## Release v0.10.0-nightly.260323.71e63cb4f ### Installation Install or upgrade LLxprt Code using npm: ```bash npm install -g @vybestack/llxprt-code ``` Or use directly with npx: ```bash npx @vybestack/llxprt-code ``` ### What's New - **Agent Skills: Extension Support** - Skills can now be loaded from extension `skills/` subdirectories, enabling bundled skill distributions - **Agent Skills: CLI Management** - New `/skills reload` command and `gemini skills` CLI commands for managing insta | Medium | 3/23/2026 |
| v0.10.0-nightly.260322.71e63cb4f | ## Release v0.10.0-nightly.260322.71e63cb4f ### Installation Install or upgrade LLxprt Code using npm: ```bash npm install -g @vybestack/llxprt-code ``` Or use directly with npx: ```bash npx @vybestack/llxprt-code ``` ### What's New **Agent Skills** - Added support for loading skills from extension `skills/` subdirectory - New `/skills reload` command to reload skill definitions without restarting - Skills now display in status bar with skill count indicators - Skills are now integrated w | Low | 3/22/2026 |
| v0.10.0-nightly.260320.4c13489dc | ## Release v0.10.0-nightly.260320.4c13489dc ### Installation Install or upgrade LLxprt Code using npm: ```bash npm install -g @vybestack/llxprt-code ``` Or use directly with npx: ```bash npx @vybestack/llxprt-code ``` ### What's New - **Agent Skills**: Major new skills system including /skills reload command, skills CLI management, status bar integration showing skill counts, extension support, tiered discovery, autonomous activation tool, and context injection - **Hooks System**: New hoo | Low | 3/20/2026 |
| v0.10.0-nightly.260319.49ddce5f0 | ## Release v0.10.0-nightly.260319.49ddce5f0 ### Installation Install or upgrade LLxprt Code using npm: ```bash npm install -g @vybestack/llxprt-code ``` Or use directly with npx: ```bash npx @vybestack/llxprt-code ``` ### What's New - Added GPT-5.4 model support to Codex provider - Added chutes-ai provider alias support and created zai.config provider alias - Added Skills loading from extension skills/ subdirectory - Fixed Anthropic thinking-only responses that could silently end turns - | Low | 3/19/2026 |
| v0.10.0-nightly.260318.49ddce5f0 | ## Release v0.10.0-nightly.260318.49ddce5f0 ### Installation Install or upgrade LLxprt Code using npm: ```bash npm install -g @vybestack/llxprt-code ``` Or use directly with npx: ```bash npx @vybestack/llxprt-code ``` ### What's New - **DeepSeek provider support**: Added new provider alias for api.deepseek.com - **Additional provider aliases**: Added chutes-ai and zai.config provider aliases for chutes-ai and Z.ai providers - **Updated default models**: - OpenAI: GPT-4o -> GPT-5.2 - | Low | 3/18/2026 |
| v0.10.0-nightly.260317.49ddce5f0 | ## Release v0.10.0-nightly.260317.49ddce5f0 ### Installation Install or upgrade LLxprt Code using npm: ```bash npm install -g @vybestack/llxprt-code ``` Or use directly with npx: ```bash npx @vybestack/llxprt-code ``` ### What's New - **Anthropic thinking fix**: Fixed an issue where thinking-only AI responses could silently end the conversation turn, ensuring more reliable interactions with Claude models - **New provider aliases**: Added support for zai.config and chutes-ai as AI provider | Low | 3/17/2026 |
| v0.9.3 | ## Release v0.9.3 ### Installation Install or upgrade LLxprt Code using npm: ```bash npm install -g @vybestack/llxprt-code ``` Or use directly with npx: ```bash npx @vybestack/llxprt-code ``` ### What's New - Added support for DeepSeek models with proper provider alias configuration - Added `--key-name` flag to auth commands for specifying custom API key names in diagnostics - Added bucket failover for network/connection errors - automatically retries with a different credential when conn | Low | 3/16/2026 |
| v0.10.0-nightly.260316.49ddce5f0 | ## Release v0.10.0-nightly.260316.49ddce5f0 ### Installation Install or upgrade LLxprt Code using npm: ```bash npm install -g @vybestack/llxprt-code ``` Or use directly with npx: ```bash npx @vybestack/llxprt-code ``` ### What's New - Added `zai.config` provider alias that uses the Anthropic base provider with correct endpoint and model - Fixed thinking-only responses from Anthropic that could silently end the turn without producing visible output - Fixed duplicate thinking display when b | Low | 3/16/2026 |
| v0.10.0-nightly.260315.49ddce5f0 | ## Release v0.10.0-nightly.260315.49ddce5f0 ### Installation Install or upgrade LLxprt Code using npm: ```bash npm install -g @vybestack/llxprt-code ``` Or use directly with npx: ```bash npx @vybestack/llxprt-code ``` ### What's New - **Thinking-only responses now work correctly**: Anthropic thinking-only responses no longer silently end the turn, ensuring responses display properly. - **New provider alias support**: Added chutes-ai alias support and created zai.config provider alias for | Low | 3/15/2026 |
| v0.10.0-nightly.260314.49ddce5f0 | ## Release v0.10.0-nightly.260314.49ddce5f0 ### Installation Install or upgrade LLxprt Code using npm: ```bash npm install -g @vybestack/llxprt-code ``` Or use directly with npx: ```bash npx @vybestack/llxprt-code ``` ### What's New - Fixed an issue where AI thinking-only responses would silently end the turn without providing output - Added support for z/ai provider with chutes-ai alias integration - Added DeepSeek to default models with proper provider alias support - Added bucket failo | Low | 3/14/2026 |
| v0.10.0-nightly.260311.9a75a25ff | ## Release v0.10.0-nightly.260311.9a75a25ff ### Installation Install or upgrade LLxprt Code using npm: ```bash npm install -g @vybestack/llxprt-code ``` Or use directly with npx: ```bash npx @vybestack/llxprt-code ``` ### What's New - Added support for chutes-ai and zai.config provider aliases, with DeepSeek added to default models - Added bucket failover for connection and network errors, improving reliability when API providers are unreachable - Fixed scoped session bucket isolation to | Low | 3/11/2026 |
| v0.10.0-nightly.260310.1f25c47c7 | ## Release v0.10.0-nightly.260310.1f25c47c7 ### Installation Install or upgrade LLxprt Code using npm: ```bash npm install -g @vybestack/llxprt-code ``` Or use directly with npx: ```bash npx @vybestack/llxprt-code ``` ### What's New - Fixed crash on unpaired surrogates in external web content - Fixed duplicate thinking display when OpenAI models output both reasoning text and reasoning summary - Added bucket failover handling for connection and network errors, improving reliability - Upda | Low | 3/10/2026 |
| v0.10.0-nightly.260309.a5654830b | ## Release v0.10.0-nightly.260309.a5654830b ### Installation Install or upgrade LLxprt Code using npm: ```bash npm install -g @vybestack/llxprt-code ``` Or use directly with npx: ```bash npx @vybestack/llxprt-code ``` ### What's New - Fixed ENOENT rejection storm that could cause errors when processes terminate unexpectedly - Fixed connection errors by adding automatic bucket failover retry mechanism - Fixed OpenAI display issue where thinking/reasoning content appeared duplicate - Fixed | Low | 3/9/2026 |
| v0.10.0-nightly.260308.5332471d0 | ## Release v0.10.0-nightly.260308.5332471d0 ### Installation Install or upgrade LLxprt Code using npm: ```bash npm install -g @vybestack/llxprt-code ``` Or use directly with npx: ```bash npx @vybestack/llxprt-code ``` ### What's New - Fixed crash caused by unpaired Unicode surrogates in external web content - Updated default models for provider aliases and added DeepSeek support - Added new --key-name command-line option for authentication - Improved security by properly masking API ke | Low | 3/8/2026 |
| v0.9.2 | ## Release v0.9.2 ### Installation Install or upgrade LLxprt Code using npm: ```bash npm install -g @vybestack/llxprt-code ``` Or use directly with npx: ```bash npx @vybestack/llxprt-code ``` ### What's New - Added support for the gpt-5.4 model through the Codex provider alias - Fixed Podman sandbox container port publishing on macOS by implementing SSH port forwarding - Enabled vision-capable OpenAI-compatible providers (like Kimi) to view images from tool responses ### All Changes -- | Low | 3/7/2026 |
| v0.10.0-nightly.260307.caa634193 | ## Release v0.10.0-nightly.260307.caa634193 ### Installation Install or upgrade LLxprt Code using npm: ```bash npm install -g @vybestack/llxprt-code ``` Or use directly with npx: ```bash npx @vybestack/llxprt-code ``` ### What's New - Added gpt-5.4 model to Codex provider for access to the latest OpenAI Codex model - Implemented SSH port forwarding for Podman on macOS to improve container networking - Fixed vision-capable models to properly view images returned from tool responses ### Al | Low | 3/7/2026 |