Skip to content

Releases: claudlos/cloding

v1.0.7

01 Mar 21:58

Choose a tag to compare

v1.0.6

01 Mar 18:02

Choose a tag to compare

Full Changelog: v1.0.4...v1.0.6

Full Changelog: v1.0.4...v1.0.6

v1.0.4

22 Feb 19:19

Choose a tag to compare

Full Changelog: v1.0.3...v1.0.4

v1.0.3

22 Feb 18:56

Choose a tag to compare

Full Changelog: v1.0...v1.0.3

v1.0 — Agentic Engineering Amplified

22 Feb 08:09

Choose a tag to compare

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