@gaburieuru/claudio 0.24.0 → 0.25.1

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.
Files changed (4) hide show
  1. package/README.md +1 -79
  2. package/dist/cli.mjs +530 -542
  3. package/dist/sdk.mjs +1230 -1567
  4. package/package.json +211 -211
package/README.md CHANGED
@@ -1,68 +1,15 @@
1
1
  <div align="center">
2
2
  <img src="docs/assets/openclaude-wordmark.svg" alt="Claudio — Open terminal for any LLM" width="830">
3
-
4
- <p>
5
- <a href="https://trendshift.io/repositories/25807?utm_source=trendshift-badge&amp;utm_medium=badge&amp;utm_campaign=badge-trendshift-25807" target="_blank" rel="noopener noreferrer"><img src="https://trendshift.io/api/badge/trendshift/repositories/25807/daily?language=TypeScript" alt="Gitlawb%2Fopenclaude | Trendshift" width="250" height="55"/></a>
6
- <a href="https://trendshift.io/repositories/25807?utm_source=trendshift-badge&amp;utm_medium=badge&amp;utm_campaign=badge-trendshift-25807" target="_blank" rel="noopener noreferrer"><img src="https://trendshift.io/api/badge/trendshift/repositories/25807/monthly?language=TypeScript" alt="Gitlawb%2Fopenclaude | Trendshift" width="250" height="55"/></a>
7
- <a href="https://trendshift.io/repositories/25807?utm_source=repository-badge&amp;utm_medium=badge&amp;utm_campaign=badge-repository-25807" target="_blank" rel="noopener noreferrer"><img src="https://trendshift.io/api/badge/repositories/25807" alt="Gitlawb%2Fopenclaude | Trendshift" width="250" height="55"/></a>
8
- </p>
9
3
  </div>
10
4
 
11
5
  Claudio is an open-source coding-agent CLI for cloud and local model providers.
12
6
 
13
7
  Use OpenAI-compatible APIs, Gemini, GitHub Models, Codex OAuth, Codex, Ollama, Atomic Chat, and other supported backends while keeping one terminal-first workflow: prompts, tools, agents, MCP, slash commands, and streaming output.
14
8
 
15
- [![PR Checks](https://github.com/Gitlawb/openclaude/actions/workflows/pr-checks.yml/badge.svg?branch=main)](https://github.com/Gitlawb/openclaude/actions/workflows/pr-checks.yml)
16
- [![Release](https://img.shields.io/github/v/tag/Gitlawb/openclaude?label=release&color=0ea5e9)](https://github.com/Gitlawb/openclaude/tags)
17
- [![Discussions](https://img.shields.io/badge/discussions-open-7c3aed)](https://github.com/Gitlawb/openclaude/discussions)
18
- [![Discord](https://img.shields.io/badge/Discord-join-5865F2?logo=discord&logoColor=white)](https://discord.gg/k68zFR6AcB)
19
- [![X](https://img.shields.io/badge/X-@gitlawb-000000?logo=x&logoColor=white)](https://x.com/gitlawb)
20
9
  [![Security Policy](https://img.shields.io/badge/security-policy-0f766e)](SECURITY.md)
21
10
  [![License](https://img.shields.io/badge/license-MIT-2563eb)](LICENSE)
22
11
 
23
- Claudio is also mirrored to GitLawb:
24
- [gitlawb.com/node/repos/z6MkqDnb/openclaude](https://gitlawb.com/node/repos/z6MkqDnb/openclaude)
25
-
26
- [Quick Start](#quick-start) | [Setup Guides](#setup-guides) | [Providers](#supported-providers) | [Development](#development) | [VS Code Extension](#vs-code-extension) | [Sponsors](#sponsors) | [Community](#community)
27
-
28
- ## Sponsors
29
-
30
- <table align="center">
31
- <tr>
32
- <td align="center" width="150" height="80">
33
- <a href="https://gitlawb.com">
34
- <img src="https://gitlawb.com/logo.png" alt="GitLawb logo" width="72">
35
- </a>
36
- </td>
37
- <td align="center" width="150" height="80">
38
- <a href="https://bankr.bot">
39
- <img src="https://bankr.bot/favicon.svg" alt="Bankr.bot logo" width="72">
40
- </a>
41
- </td>
42
- <td align="center" width="150" height="80">
43
- <a href="https://atomic.chat/">
44
- <img src="docs/assets/atomic-chat-logo.png" alt="Atomic Chat logo" width="72">
45
- </a>
46
- </td>
47
- <td align="center" width="150" height="80">
48
- <a href="https://mimo.mi.com">
49
- <img src="https://mimo.xiaomi.com/mimo-v2-pro/assets/logo.svg" alt="Xiaomi MiMo logo" width="136">
50
- </a>
51
- </td>
52
- <td align="center" width="150" height="80">
53
- <a href="https://www.atlascloud.ai/">
54
- <img src="docs/assets/atlas-cloud-banner.png" alt="Atlas Cloud logo" width="136">
55
- </a>
56
- </td>
57
- </tr>
58
- <tr>
59
- <td align="center"><a href="https://gitlawb.com"><strong>GitLawb</strong></a></td>
60
- <td align="center"><a href="https://bankr.bot"><strong>Bankr.bot</strong></a></td>
61
- <td align="center"><a href="https://atomic.chat/"><strong>Atomic Chat</strong></a></td>
62
- <td align="center"><a href="https://mimo.mi.com"><strong>Xiaomi MiMo</strong></a></td>
63
- <td align="center"><a href="https://www.atlascloud.ai/"><strong>Atlas Cloud</strong></a></td>
64
- </tr>
65
- </table>
12
+ [Quick Start](#quick-start) | [Setup Guides](#setup-guides) | [Providers](#supported-providers) | [Development](#development) | [VS Code Extension](#vs-code-extension) | [Community](#community)
66
13
 
67
14
  ## Why Claudio
68
15
 
@@ -70,7 +17,6 @@ Claudio is also mirrored to GitLawb:
70
17
  - Guided provider setup and saved profiles with `/provider`
71
18
  - Coding-agent workflows in one place: bash, file tools, grep, glob, agents, tasks, MCP, and web tools
72
19
  - A bundled VS Code extension for launch integration and theme support
73
- - A pixel-art hero companion who fires an arrow every time you press Enter (really — see [Meet your buddy](#meet-your-buddy))
74
20
 
75
21
  ## Quick Start
76
22
 
@@ -271,30 +217,6 @@ Advanced and source-build guides:
271
217
  - **Provider profiles**: Guided setup plus saved user-level provider profile support
272
218
  - **Local and remote model backends**: Cloud APIs, local servers, and Apple Silicon local inference
273
219
  - **Codebase intelligence (repo map)**: Structural map of the repository ranked by PageRank importance, auto-injected into context when the `REPO_MAP` flag is enabled or the `REPO_MAP` environment variable is set. Inspect with `/repomap` (2048-token default). See [docs/repo-map.md](docs/repo-map.md) for details.
274
- - **A companion with signature moves**: A truecolor pixel-art hero who lives beside your prompt and reacts when you work. See below.
275
-
276
- ## Meet Your Buddy
277
-
278
- Run `/buddy` to hatch a companion — a truecolor pixel-art hero who stands
279
- beside your prompt, idles, blinks, and fires their signature move every time
280
- you submit a message:
281
-
282
- ```
283
- /buddy hatch (first run) or pet your companion
284
- /buddy set robinhood the green archer — arrow shot on every Enter
285
- /buddy set kaio gold-haired warrior — charges a full-width energy wave
286
- /buddy set strawhat stretchy punch that snaps back
287
- /buddy set merlin twinkling sparkle stream
288
- /buddy set kage spinning shuriken
289
- /buddy set ember dragon fire with a real heat gradient
290
- /buddy set corsair cannonball with smoke trail
291
- /buddy name Robin rename your companion
292
- /buddy set random back to your rolled hero
293
- ```
294
-
295
- Companions respect `prefersReducedMotion`, degrade gracefully to line art in
296
- low-color terminals, and can be silenced with `/buddy mute`. Requires a
297
- terminal at least 100 columns wide for the full sprite.
298
220
 
299
221
  ## Provider Notes
300
222