claudio-cli-linux-x64 1.0.13 โ 1.0.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +33 -7
- package/claudio-cli +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,12 +2,36 @@
|
|
|
2
2
|
|
|
3
3
|
> ๐งช **Open Beta.** Claudio is in active open beta โ expect frequent updates, rough edges, and fast iteration on feedback. We're shipping improvements daily.
|
|
4
4
|
|
|
5
|
-
**
|
|
5
|
+
**Bring your own model. Run real pipelines.**
|
|
6
6
|
|
|
7
|
-
Claudio is a plug-and-play AI dev platform that runs on top of your existing [Claude Code](https://www.npmjs.com/package/@anthropic-ai/claude-code) subscription
|
|
7
|
+
Claudio is a plug-and-play AI dev platform that runs on top of the model provider YOU pick โ no per-token API bill eating your budget while agents think. Use your existing [Claude Code](https://www.npmjs.com/package/@anthropic-ai/claude-code) subscription, sign in with your ChatGPT Plus / Pro / Team account, paste an OpenRouter / Anthropic / OpenAI / DeepSeek API key, or any of the other supported providers. Claudio wraps it in a terminal experience that orchestrates whole pipelines instead of one-off prompts โ for a small flat subscription that costs a fraction of what API-billed dev tools charge for the same work.
|
|
8
8
|
|
|
9
9
|
Install it, log in once, and you've got a local orchestrator that can plan, build, review, QA, and ship real GitHub PRs โ plus a handful of focused tools for the parts of your day that aren't "build a feature."
|
|
10
10
|
|
|
11
|
+
## Supported providers + verified models
|
|
12
|
+
|
|
13
|
+
Pick whatever fits your stack and your wallet. Each row is a path Claudio's worker pool will actually run end-to-end:
|
|
14
|
+
|
|
15
|
+
| Provider | How you sign in | Verified models that route through it |
|
|
16
|
+
|---|---|---|
|
|
17
|
+
| **Claude Code** | Existing `claude auth` (no API key) | Sonnet 4.6, Opus 4.7 |
|
|
18
|
+
| **ChatGPT Subscription** | OAuth โ sign in with your ChatGPT Plus / Pro / Team account | GPT-5.5, GPT-5.5 Pro, GPT-5.5 Codex |
|
|
19
|
+
| **OpenRouter** | One API key for everything | Sonnet 4.6, Opus 4.7, GPT-5.5, DeepSeek V4 Pro, MiMo v2.5 Pro |
|
|
20
|
+
| **Anthropic (direct)** | Anthropic API key | Sonnet 4.6, Opus 4.7 |
|
|
21
|
+
| **OpenAI (direct)** | OpenAI API key | GPT-5.5, GPT-5.5 Pro |
|
|
22
|
+
| **Amazon Bedrock** | AWS credentials | Sonnet 4.6, Opus 4.7 |
|
|
23
|
+
| **GitHub Copilot** | Copilot subscription | Sonnet 4.6, Opus 4.7, GPT-5.5 |
|
|
24
|
+
| **DeepSeek** | DeepSeek API key | DeepSeek V4 Pro |
|
|
25
|
+
| **Fireworks** | Fireworks API key | DeepSeek V4 Pro |
|
|
26
|
+
| **Cloudflare AI Gateway** | Cloudflare key | Sonnet 4.6, Opus 4.7, GPT-5.5 |
|
|
27
|
+
| **Vercel AI Gateway** | Vercel key | Sonnet 4.6, Opus 4.7, GPT-5.5, DeepSeek V4 Pro |
|
|
28
|
+
| **Hugging Face Inference** | HF token | DeepSeek V4 Pro |
|
|
29
|
+
| **OpenCode Zen / Go** | OpenCode key | Sonnet 4.6, Opus 4.7, GPT-5.5, DeepSeek V4 Pro, MiMo v2.5 Pro |
|
|
30
|
+
| **Xiaomi MiMo** | Token plan | MiMo v2.5 Pro |
|
|
31
|
+
| **Azure OpenAI Responses** | Azure deployment + key | GPT-5.5, GPT-5.5 Pro |
|
|
32
|
+
|
|
33
|
+
Five verified families across ~15 distinct model IDs and ~30+ delivery routes. Provider list is a live filter โ only providers with at least one verified model that we've tested end-to-end show up in the picker.
|
|
34
|
+
|
|
11
35
|
## Install
|
|
12
36
|
|
|
13
37
|
```bash
|
|
@@ -32,7 +56,7 @@ Then:
|
|
|
32
56
|
claudio-cli
|
|
33
57
|
```
|
|
34
58
|
|
|
35
|
-
The CLI walks you through `gh` +
|
|
59
|
+
The CLI walks you through `gh` auth + your chosen provider on first run. Pick Claude Code or ChatGPT subscription if you'd rather not paste an API key.
|
|
36
60
|
|
|
37
61
|
## What it does
|
|
38
62
|
|
|
@@ -83,15 +107,17 @@ Compares your product vision (`ROAD.md`) against the reality of your repo and ge
|
|
|
83
107
|
|
|
84
108
|
Most AI dev tools bill per token. Every prompt, every retry, every "let me just check one more file" shows up on an invoice at retail API rates โ plus the tool's markup on top. A full day of pipeline work can quietly run into double-digit dollars. A week of steady use, into real money.
|
|
85
109
|
|
|
86
|
-
Claudio is a flat, small subscription. No per-token meter, no surprise monthly bill, no quota anxiety mid-task.
|
|
110
|
+
Claudio is a flat, small subscription. No per-token meter, no surprise monthly bill, no quota anxiety mid-task. Whichever provider you pick โ Claude Code, ChatGPT subscription, OpenRouter, an API key โ Claudio just adds the pipelines and tools around it. If your provider is subscription-based (Claude Code, ChatGPT), you're not paying twice. If you brought an API key, you control the spend at the source.
|
|
87
111
|
|
|
88
|
-
The number you pay us is **a fraction of what API-billed tools charge for equivalent work** โ by design.
|
|
112
|
+
The number you pay us is **a fraction of what API-billed tools charge for equivalent work** โ by design.
|
|
89
113
|
|
|
90
114
|
## Requirements
|
|
91
115
|
|
|
92
116
|
- Node.js 18+ (only used by the install-time shim that resolves the native binary)
|
|
93
|
-
-
|
|
94
|
-
-
|
|
117
|
+
- A worker provider โ pick one:
|
|
118
|
+
- **Claude Code** โ `npm i -g @anthropic-ai/claude-code` + Claude.ai subscription (Pro / Max / Team), OR
|
|
119
|
+
- **ChatGPT Subscription** โ Plus / Pro / Team account, signed in via OAuth on first launch, OR
|
|
120
|
+
- **OpenRouter / OpenAI / Anthropic / DeepSeek / etc.** โ paste an API key once when the CLI prompts
|
|
95
121
|
- [GitHub CLI (`gh`)](https://cli.github.com/) installed and authenticated โ `gh auth login`
|
|
96
122
|
|
|
97
123
|
## Supported platforms
|
package/claudio-cli
CHANGED
|
Binary file
|