freshcrate
Skin:/
Home > Developer Tools > llxprt-code

llxprt-code

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

Why this rank:Strong adoptionRecent releaseHealthy release cadence

Description

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

README

LLxprt Code CI  Discord ServerCodeRabbit Pull Request Reviews

LLxprt Code Screenshot

AI-powered coding assistant that works with any LLM provider. Command-line interface for querying and editing codebases, generating applications, and automating development workflows.

Free & Subscription Options

Get started immediately with powerful LLM options:

# Free Gemini models
/auth gemini enable
/provider gemini
/model gemini-3-flash-preview

# Free Qwen models
/auth qwen enable
/provider qwen
/model qwen-3-coder

# Your Claude Pro / Max subscription
/auth anthropic enable
/provider anthropic
/model claude-sonnet-4-6

# Your ChatGPT Plus / Pro subscription (Codex)
/auth codex enable
/provider codex
/model gpt-5.3-codex

# Kimi subscription (K2 Thinking with reasoning)
/provider kimi
/key **************
/model kimi-for-coding

Why Choose LLxprt Code?

  • Use Your Existing Subscriptions: Use Claude Pro/Max, ChatGPT Plus/Pro (Codex) directly via OAuth. Use Kimi/Synthetic/Chutes subscriptions via keys.
  • Multi-Account Failover: Configure multiple OAuth accounts that automatically failover on rate limits
  • Load Balancer Profiles: Balance requests across providers or accounts with automatic failover
  • Free Tier Support: Start coding immediately with Gemini or Qwen free tiers
  • Provider Flexibility: Switch between any Anthropic, Gemini, OpenAI, Kimi, or OpenAI-compatible provider
  • Top Open Models: Works seamlessly with GLM 5, Kimi K2.5, MiniMax M2.5, and Qwen 3 Coder Next
  • Local Models: Run models locally with LM Studio, llama.cpp for complete privacy
  • Privacy First: No telemetry by default, local processing available
  • Subagent Flexibility: Create agents with different models, providers, or settings
  • Interactive REPL: Beautiful terminal UI with multiple themes
  • Zed Integration: Native Zed editor integration for seamless workflow
# macOS (Homebrew)
brew tap vybestack/homebrew-tap
brew update
brew install llxprt-code

# npm
npm install -g @vybestack/llxprt-code

# Start coding
llxprt

# Try without installing
npx @vybestack/llxprt-code --provider synthetic --model hf:zai-org/GLM-5 --keyfile ~/.synthetic_key "simplify the README.md"

What is LLxprt Code?

LLxprt Code is a command-line AI assistant designed for developers who want powerful LLM capabilities without leaving their terminal. Unlike GitHub Copilot or ChatGPT, LLxprt Code works with any provider and can run locally for complete privacy.

Key differences:

  • Open source & community driven: Not locked into proprietary ecosystems
  • Provider agnostic: Not locked into one AI service
  • Local-first: Run entirely offline if needed
  • Developer-centric: Built specifically for coding workflows
  • Terminal native: Designed for CLI workflows, not web interfaces

Quick Start

  1. Prerequisites: Node.js 20+ installed (not required for Homebrew)

  2. Install:

    # macOS (Homebrew)
    brew tap vybestack/homebrew-tap
    brew update
    brew install llxprt-code
    
    # npm
    npm install -g @vybestack/llxprt-code
    # Or try without installing:
    npx @vybestack/llxprt-code
  3. Run: llxprt

  4. Choose provider: Use /provider to select your preferred LLM service

  5. Start coding: Ask questions, generate code, or analyze projects

First session example:

cd your-project/
llxprt
> Explain the architecture of this codebase and suggest improvements
> Create a test file for the user authentication module
> Help me debug this error: [paste error message]

Key Features

  • Subscription OAuth - Use Claude Pro/Max, ChatGPT Plus/Pro (Codex), or Kimi subscriptions directly
  • Free Tiers - Gemini, Qwen free tiers with generous limits
  • Multi-Account Failover - Configure multiple OAuth buckets that failover automatically on rate limits
  • Load Balancer Profiles - Balance across providers/accounts with roundrobin or failover policies
  • Extensive Provider Support - Anthropic, Gemini, OpenAI, Kimi, and any OpenAI-compatible provider Provider Guide →
  • Top Open Models - GLM 5, Kimi K2.5, MiniMax M2.5, Qwen 3 Coder Next
  • Local Model Support - LM Studio, llama.cpp, Ollama for complete privacy
  • Profile System - Save provider configurations and model settings
  • Advanced Subagents - Isolated AI assistants with different models/providers
  • MCP Integration - Connect to external tools and services
  • Beautiful Terminal UI - Multiple themes with syntax highlighting

Interactive vs Non-Interactive Workflows

Interactive Mode (REPL): Perfect for exploration, rapid prototyping, and iterative development:

# Start interactive session
llxprt

> Explore this codebase and suggest improvements
> Create a REST API endpoint with tests
> Debug this authentication issue
> Optimize this database query

Non-Interactive Mode: Ideal for automation, CI/CD, and scripted workflows:

# Single command with immediate response
llxprt --profile-load zai-glm5 "Refactor this function for better readability"
llxprt "Generate unit tests for payment module" > tests/payment.test.js

Top Open Weight Models

LLxprt Code works seamlessly with the best open-weight models:

Kimi K2.5

  • Context Window: 262,144 tokens
  • Architecture: Trillion-parameter MoE (32B active)
  • Strengths: Deep reasoning, multi-step tool orchestration, 200-300 sequential tool calls
  • Special: Native thinking/reasoning mode with tool interleaving
/provider kimi
/model kimi-for-coding
# Or via Synthetic/Chutes:
/provider synthetic
/model hf:moonshotai/Kimi-K2.5

GLM 5

  • Context Window: 200,000 tokens
  • Max Output: 131,072 tokens
  • Architecture: Mixture-of-Experts with 355B total parameters (32B active)
  • Strengths: Coding, multi-step planning, tool integration

MiniMax M2.5

  • Context Window: 196,608 tokens
  • Architecture: MoE with 230B total parameters (10B active)
  • Strengths: Coding workflows, multi-step agents, tool calling
  • Cost: Only 8% of Claude Sonnet, ~2x faster

Qwen 3 Coder Next

  • Context Window: 262,144 tokens
  • Max Output: 65,536 tokens
  • Architecture: MoE with 480B total parameters (35B active)
  • Strengths: Agentic coding, browser automation, tool usage
  • Performance: State-of-the-art on SWE-bench Verified (69.6%)

Local Models

Run models completely offline for maximum privacy:

# With LM Studio
/provider openai
/baseurl http://localhost:1234/v1/
/model your-local-model

# With Ollama
/provider ollama
/model codellama:13b

Supported local providers:

  • LM Studio: Easy Windows/Mac/Linux setup
  • llama.cpp: Maximum performance and control
  • Ollama: Simple model management
  • Any OpenAI-compatible API: Full flexibility

Advanced Subagents

Create specialized AI assistants with isolated contexts and different configurations:

# Subagents run with custom profiles and tool access
# Access via the commands interface
/subagent list
/subagent create <name>

Each subagent can be configured with:

  • Different providers (Gemini vs Anthropic vs Qwen vs Local)
  • Different models (Flash vs Sonnet vs GLM 5 vs Custom)
  • Different tool access (Restrict or allow specific tools)
  • Different settings (Temperature, timeouts, max turns)
  • Isolated runtime context (No memory or state crossover)

Subagents are designed for:

  • Specialized tasks (Code review, debugging, documentation)
  • Different expertise areas (Frontend vs Backend vs DevOps)
  • Tool-limited environments (Read-only analysis vs Full development)
  • Experimental configurations (Testing new models or settings)

Full Subagent Documentation →

Zed Integration

LLxprt Code integrates with the Zed editor using the Agent Communication Protocol (ACP):

{
  "agent_servers": {
    "llxprt": {
      "command": "/opt/homebrew/bin/llxprt",
      "args": ["--experimental-acp", "--profile-load", "my-profile", "--yolo"]
    }
  }
}

Configure in Zed's settings.json under agent_servers. Use which llxprt to find your binary path.

Features:

  • In-editor chat: Direct AI interaction without leaving Zed
  • Code selection: Ask about specific code selections
  • Project awareness: Full context of your open workspace
  • Multiple providers: Configure different agents for Claude, OpenAI, Gemini, etc.

Zed Integration Guide →

** Complete Provider Guide →**

Advanced Features

  • Settings & Profiles: Fine-tune model parameters and save configurations
  • Subagents: Create specialized assistants for different tasks
  • MCP Servers: Connect external tools and data sources
  • Checkpointing: Save and resume complex conversations
  • IDE Integration: Connect to VS Code and other editors

** Full Documentation →**

Migration & Resources

Privacy & Terms

LLxprt Code does not collect telemetry by default. Your data stays with you unless you choose to send it to external AI providers.

When using external services, their respective terms of service apply:

Release History

VersionChangesUrgencyDate
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 hooHigh6/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 sendProHigh5/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 High5/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 toHigh5/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 - AHigh5/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 watchHigh4/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 - **ImproveHigh4/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 withHigh4/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 notificHigh4/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 High4/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 tokenHigh4/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 converteHigh4/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 authenticaHigh4/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 detectioHigh4/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 invalHigh4/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. -High4/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 40Medium4/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 sMedium4/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 Medium4/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 diaHigh4/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/Medium4/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, updMedium4/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 silHigh4/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 tMedium4/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 duriMedium4/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 Medium4/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 installMedium4/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 tokMedium4/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**: Medium4/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 Medium4/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 terminalMedium4/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. - **Medium4/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 forceMedium4/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 skMedium4/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 priMedium4/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*Medium4/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 - HMedium4/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 - **EMedium3/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 firstMedium3/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 `BeforeToolMedium3/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 aMedium3/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 instaMedium3/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 wLow3/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 hooLow3/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 - Low3/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 - Low3/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 providerLow3/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 connLow3/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 bLow3/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 Low3/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 failoLow3/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 Low3/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 - UpdaLow3/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 Low3/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 keLow3/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 --Low3/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 ### AlLow3/7/2026

Dependencies & License Audit

Loading dependencies...

Similar Packages

magenta.nvimA tool-use-focused LLM plugin for neovim.main@2026-06-01
free-sora🎨 Generate diverse AI content effortlessly with powerful models for text-to-image, image-to-image, text-to-video, and more.main@2026-06-01
typesharpTypeSharp CLI - Automatically generate TypeScript from C# models. Keep your frontend and backend types in perfect sync! Supports nullable types, enums, inheritance, arrays, and custom naming conventiov0.2.3
swaggieTool for generating TypeScript client code for given Swagger API endpointsv2.3.0
mexPersistent project memory for AI coding agents. Structured scaffold + drift detection CLI.v0.5.0

More in Developer Tools

mypyOptional static typing for Python
pipThe PyPA recommended tool for installing Python packages.
anthropicThe official Python library for the anthropic API
openinference-instrumentationOpenInference instrumentation utilities