claudio-cli 0.1.33 → 0.1.34

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 (2) hide show
  1. package/README.md +13 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -9,7 +9,19 @@ Install it, log in once, and you've got a local orchestrator that can plan, buil
9
9
  ## Install
10
10
 
11
11
  ```bash
12
- pnpm add -g claudio-cli@latest # or: npm install -g claudio-cli@latest | yarn global add claudio-cli@latest
12
+ pnpm add -g claudio-cli@latest
13
+ ```
14
+
15
+ or
16
+
17
+ ```bash
18
+ npm install -g claudio-cli@latest
19
+ ```
20
+
21
+ or
22
+
23
+ ```bash
24
+ yarn global add claudio-cli@latest
13
25
  ```
14
26
 
15
27
  Then:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claudio-cli",
3
- "version": "0.1.33",
3
+ "version": "0.1.34",
4
4
  "description": "You love Claude — so does Claudio. Plug-and-play with your Claude Code subscription: no API key, no extra billing. Orchestrate multi-agent pipelines from your terminal — plan, build, review, QA, and ship real GitHub PRs. Plus bug hunts, PR reviews, and memory-bank builders.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://claudiopipe.com",
@@ -9,9 +9,9 @@
9
9
  "files": ["bin"],
10
10
  "engines": { "node": ">=18.0.0" },
11
11
  "optionalDependencies": {
12
- "claudio-cli-darwin-arm64": "0.1.33",
13
- "claudio-cli-darwin-x64": "0.1.33",
14
- "claudio-cli-linux-x64": "0.1.33",
15
- "claudio-cli-win-x64": "0.1.33"
12
+ "claudio-cli-darwin-arm64": "0.1.34",
13
+ "claudio-cli-darwin-x64": "0.1.34",
14
+ "claudio-cli-linux-x64": "0.1.34",
15
+ "claudio-cli-win-x64": "0.1.34"
16
16
  }
17
17
  }