# llxprt-code

> An open-source multi-provider AI assisted CLI development tool. Use whatever LLM you want to code in your terminal.

- **URL**: https://www.freshcrate.ai/projects/llxprt-code
- **Author**: vybestack
- **Category**: Developer Tools
- **Latest version**: `v0.10.0-nightly.260604.92bf45f0e` (2026-06-04)
- **License**: Apache-2.0
- **Source**: https://github.com/vybestack/llxprt-code
- **Homepage**: http://vybestack.dev
- **Language**: TypeScript
- **GitHub**: 667 stars, 90 forks
- **Registry**: github
- **Tags**: `typescript`

## Description

An open-source multi-provider AI assisted CLI development tool. Use whatever LLM you want to code in your terminal.

## Recent releases

| Version | Date | Urgency | Changes |
| --- | --- | --- | --- |
| `v0.10.0-nightly.260604.92bf45f0e` | 2026-06-04 | High | ## 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 |
| `v0.10.0-nightly.260519.2a7ec008a` | 2026-05-19 | High | ## 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 |
| `v0.10.0-nightly.260514.2a7ec008a` | 2026-05-14 | High | ## 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 |
| `v0.10.0-nightly.260508.acbc1e132` | 2026-05-08 | High | ## 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 |
| `v0.10.0-nightly.260502.acbc1e132` | 2026-05-02 | High | ## 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 |
| `v0.10.0-nightly.260427.636d54708` | 2026-04-27 | High | ## 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 |
| `v0.10.0-nightly.260422.636d54708` | 2026-04-22 | High | ## 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 |
| `v0.10.0-nightly.260421.636d54708` | 2026-04-21 | High | ## 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 |
| `v0.10.0-nightly.260420.636d54708` | 2026-04-20 | High | ## 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 |
| `v0.10.0-nightly.260420.40a733bae` | 2026-04-20 | High | ## 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 |

## Citation

- HTML: https://www.freshcrate.ai/projects/llxprt-code
- Markdown: https://www.freshcrate.ai/projects/llxprt-code.md
- Dependencies JSON: https://www.freshcrate.ai/api/projects/llxprt-code/deps

_Generated by freshcrate.ai. Indexes github releases for AI-agent ecosystem packages._
