cloclo v1.0.0
cloclo v1.0.0 — Initial Release
Open-source Claude Code alternative — multi-provider AI coding agent CLI. Single file, 13 providers, zero native deps.
Highlights
- 13 providers: Anthropic, OpenAI (Chat + Responses), Google Gemini, DeepSeek, Mistral, Groq, Ollama, LM Studio, vLLM, Jan, llama.cpp
- Full agent loop: streaming, tool calling, multi-turn, sub-agents
- Built-in tools: Bash, Read, Write, Edit, Glob, Grep, WebFetch, WebSearch, Agent
- OAuth support: use your Anthropic Pro/Max or ChatGPT Plus/Pro subscription directly
- Ink UI: rich terminal interface with slash menu and status bar
- Skills & hooks: extensible slash commands, lifecycle hooks
- MCP integration: external tool servers
- Agent-friendly CLI:
--json,--yes,--timeout, strict exit codes
Install
npm install -g clocloQuick Start
cloclo --login # Anthropic OAuth
cloclo # Interactive REPL
cloclo -p "fix the bug" # One-shot
cloclo -m codex # OpenAI Codex
cloclo -m ollama/llama3.2 # LocalStats
- Single file:
claude-native.mjs(~7800 lines) - Package size: 92.7 kB
- 760 tests (unit + E2E + Ink smoke)
- Zero runtime npm dependencies (Ink optional for TUI)
Full changelog: CHANGELOG.md