You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Code with any LLM in a Docker sandbox. Configurable multi-stage code orchestration**
15
17
16
-
Claude Opus 4.6 costs $5/$25 per Mtok.
17
-
Qwen 3 Coder Next costs $0.12/$0.75 per Mtok.
18
-
That's 42x cheaper on input, 33x cheaper on output.
18
+
Claude Opus 4.6 costs $5/$25 per Mtok.
19
+
Qwen 3 Coder Next costs $0.12/$0.75 per Mtok.
20
+
*That's 42x cheaper on input, 33x cheaper on output.*
19
21
20
22
Run multiple coding CLIs from one command, with model shortcuts and optional pipeline orchestration.
21
23
22
-
Supported tools:
24
+
**Supported tools:**
23
25
- Claude Code (`claude`)
24
26
- Gemini CLI (`gemini`)
25
27
- Codex CLI (`codex`)
26
28
- GitHub Copilot CLI (`copilot`)
27
29
- OpenCode (`opencode`, via custom model entries)
28
30
31
+
---
32
+
33
+
## Capabilities
34
+
35
+
Cloding enhances your development workflow through:
36
+
37
+
### Universal Access
38
+
Seamlessly switch between leading AI coding assistants using a single, unified interface.
39
+
40
+
### Cost Control
41
+
Leverage deeply discounted models via OpenRouter while maintaining high performance. Avoid expensive subscription lock-ins.
42
+
43
+
### Container Security
44
+
Run AI-generated code safely. The built-in Docker mode executes tools in an isolated sandbox with configurable CPU/memory limits, preventing untrusted code from accessing your host system.
45
+
46
+
### Advanced Automation
47
+
The Python-based orchestrator enables multi-stage workflows:
48
+
-**Plan:** Analyze requirements and design solutions.
49
+
-**Explore:** Gather context from large codebases.
50
+
-**Code:** Implement the planned changes.
51
+
-**Review:** Automatically verify and refine the code.
52
+
53
+
### Extensive Documentation
54
+
Read our comprehensive [documentation site](https://claudlos.github.io/cloding/) for in-depth walkthroughs and a dedicated [Troubleshooting guide](https://claudlos.github.io/cloding/troubleshooting).
55
+
56
+
---
57
+
29
58
## Installation
30
59
31
-
### Standalone Binary (recommended)
60
+
### Standalone Binary (Recommended)
32
61
33
-
No Node.js required — download a single binary:
62
+
No Node.js required — download a single standalone binary:
0 commit comments