Releases: claudlos/cloding
v1.0.7
Full Changelog: v1.0.6...v1.0.7
v1.0.6
Full Changelog: v1.0.4...v1.0.6
Full Changelog: v1.0.4...v1.0.6
v1.0.4
Full Changelog: v1.0.3...v1.0.4
v1.0.3
Full Changelog: v1.0...v1.0.3
v1.0 — Agentic Engineering Amplified
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