Skip to content

cloclo v1.0.0

Choose a tag to compare

@SeifBenayed SeifBenayed released this 26 Mar 00:10
· 64 commits to main since this release

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 cloclo

Quick 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  # Local

Stats

  • 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