Rare find

Clio. An AI coding assistant that lives in your terminal and helps you write code.

github.com/icebear0828/clio

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

March 2026
  • docs: fix Quick Start and add codex-proxy example (#1)
  • feat: autonomous PR workflow with sub-agent self-review before merge
  • feat: allow autonomous git workflow — branch, commit, push, PR; deny …
  • feat: autonomous mode config — auto classifier, strict deny rules for…
  • feat: self-iteration infrastructure — hook output feedback, Tool:patt…
  • docs: add bilingual README (EN/ZH) and MIT license for open source re…
  • chore: add MIT license for open source release
  • feat: TUI overhaul — box borders, banner, permission hooks, /new command
  • fix: rewrite setup wizard input handling for robust stdin management
  • feat: mask API key input and validate all required fields in setup wi…
  • feat: align system prompt with CC, adopt AGENTS.md standard
  • docs: A/B benchmark report — Clio vs Claude Code (3 rounds)
  • fix: extract input_tokens and cache fields from message_delta event
  • feat: add cache usage metrics to UsageStats and benchmark
  • fix: suppress streaming stdout in print mode JSON output
  • feat: plugins, LSP, sandbox, teams, LLM classifier, print mode (-p)
  • test: add vitest with 128 tests covering 8 core modules
  • feat: deferred tools, message normalization, adaptive thinking, keybi…
  • feat: section-based system prompt with caching and billing header
  • refactor: rename c2a to clio, restructure src/ into core/tools/ui/com…