v2.1.180 — Multi-Provider AI CLI

Code with
any model

A terminal-based AI coding assistant with multi-provider routing, extensible plugin architecture, and a comprehensive tool system for professional development workflows.

clew — ~/project
$ clew ╭──────────────────────────────────────────╮ Clew · model: deepseek-v4-flash │ provider: DeepSeek · context: 78% ╰──────────────────────────────────────────╯ > "find all unused exports in src/" Searching 3 files... Found 2 unused exports.
27
AI Providers
80+
Slash Commands
65+
Built-in Tools
100%
Open Source

Features

Everything you need for AI-assisted development — from a single terminal.

Multi-Provider Routing

Switch between Anthropic, OpenAI, Google Gemini, DeepSeek, OpenRouter, Ollama, xAI, Mistral, Groq, and more at runtime.

/model /provider

65+ Built-in Tools

Read, Edit, Write, Glob, Grep, Bash, Web Search, Research, MCP, LSP, Agent, Task, Monitor, and Workflow tools.

/tools

Plugin System

Extend with commands, agents, skills, hooks, and MCP servers. Pre/post tool hooks for custom automation.

/plugin /skill

Agent View

Multi-session dashboard with supervisor daemon, background tasks, IPC communication, worktree isolation, PR column display, dispatch autocomplete, and keyboard shortcuts.

/agents

Background Shell

Run long-lived commands as persistent background agent tasks with !bg <command>. Live status, exit codes, stderr capture, and full dashboard integration.

!bg

Bridge Mode

WebSocket remote collaboration with session sharing, team onboarding, and mobile/web clients.

Bridge

KiloCompact

Local context compaction: log/trace snipping, failed-state consolidation, semantic turn pruning.

/compact

Permission Modes

Default, Auto, Plan, YOLO Lite, YOLO, YOLO MAX — granular control over tool execution safety.

/permissions

Quick Start

From zero to coding in under a minute.

bash
$ npm install -g @jonusnattapong/claudecode
$ export ANTHROPIC_API_KEY=sk-ant-...
$ claude

# Ask a question
> "find all unused exports in src/"

# Switch model on the fly
> /model deepseek-v4-flash

# Context management
> /clear    # Fresh start
> /compact # Compress context
> /resume  # Resume last session

Slash Commands

80+ commands to control every aspect of your workflow.

CategoryCommandsDescription
Files/read /edit /write /glob /grepRead, edit, create, and search files
Git/diff /commit /branchVersion control operations
Model/model /provider /cost /usage /statsSwitch models and track usage
Session/clear /compact /resume /session /rewindContext and session management
Config/permissions /plan /config /themeSettings and preferences
Extend/plugin /skill /agent /agents /mcpPlugins, skills, agents, MCP
Daemon/daemon /task /loop24/7 autonomous agent, task queue, and recurring tasks
Automation/autofix-prFix CI errors and review comments on a PR via Clew on the web
System/help /status /doctor /exitHelp, diagnostics, and exit

AI Providers

Bring your own key — use the model that works best for each task.

ProviderConfigModels
AnthropicANTHROPIC_API_KEYclaude-opus-4, claude-sonnet-4
OpenAIOPENAI_API_KEYgpt-5.5-pro, gpt-5.5
GoogleGOOGLE_API_KEYgemini-3.1-pro, gemini-3.1-flash
DeepSeekDEEPSEEK_API_KEYdeepseek-v4-pro, deepseek-v4-flash
OpenRouterOPENROUTER_API_KEY100+ models
OllamaOLLAMA_HOSTLocal models
xAIXAI_API_KEYgrok-4
MistralMISTRAL_API_KEYmistral-large-4
GroqGROQ_API_KEYllama-4-70b

Plugins & Skills

Extend functionality with built-in and marketplace plugins.

PluginDescription
commit-commandsGit workflow: commit, push, PR creation
code-reviewAutomated PR code review
feature-devGuided feature development with agents
frontend-designProduction-grade UI/UX generation
verifyTypecheck, lint, build, and test
debugDebugging assistance
commitConventional git commits
simplifyCode quality and reuse review
web-searchMulti-provider web search
scraplingWeb scraping with Scrapling
skillifyCreate skills from workflows
rememberSave user preferences

v2.1.180 Updates

  • !bg <command> — Background shell tasks — Shell commands run as persistent background agent sessions visible in claude agents. Live status, exit codes, and stderr capture.
  • Dispatch input autocomplete — Agent view now suggests agents (@name), skills (/skill), PR numbers (#123), and filter syntax (a:agent, s:state) with Tab/arrow navigation.
  • PR column display — Agent rows show PR info scaled to terminal width: status dot, number, title, and status label. Peek panel shows PR details inline.
  • Agent logout hotkey — Press l to stop/delete the selected agent session with double-press confirmation.
Full Changelog →