Skip to content

v1.0 — Agentic Engineering Amplified

Choose a tag to compare

@claudlos claudlos released this 22 Feb 08:09
· 24 commits to master since this release

The first major release of cloding — a universal wrapper for 5 coding CLI tools with any model.

🔀 5 CLI Tools

Run Claude Code, Gemini CLI, Codex CLI, GitHub Copilot CLI, or OpenCode

Multi-stage coding pipelines (Plan → Explore → Code → Review) with parallel fan-out, configurable models per stage, and human-in-the-loop approval. 9 built-in configs. 174 async tests at 80%+ coverage.

cloding pipeline "Add auth" --workspace ./myapp --no-docker
cloding pipeline -c configs/qwen-fanout.yaml "Refactor DB layer"

📚 Documentation
Full docs site live at claudlos.github.io/cloding — 15 pages covering installation, models, authentication, Docker, pipeline, CLI reference, custom models, examples, troubleshooting, FAQ, and contributing.

Install
npm install -g cloding
export OPENROUTER_API_KEY=sk-or-v1-your-key-here
cloding