clavue 8.8.92 → 8.8.93
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 +23 -21
- package/dist/cli.js +1399 -1399
- package/dist/openai-responses-adapter.js +91 -5
- package/dist/provider-setup.js +7 -5
- package/docs/website-content-recommendations.md +56 -0
- package/install.sh +3 -2
- package/package.json +7 -6
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Clavue v8.8.
|
|
1
|
+
# Clavue v8.8.93
|
|
2
2
|
|
|
3
3
|

|
|
4
4
|
|
|
@@ -48,46 +48,37 @@ Requirements:
|
|
|
48
48
|
- Node.js 18 or newer
|
|
49
49
|
- macOS or Linux shell environment
|
|
50
50
|
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
```bash
|
|
54
|
-
npm install -g clavue
|
|
55
|
-
```
|
|
56
|
-
|
|
57
|
-
Run it once with `npx` if you do not want a global install:
|
|
51
|
+
Run once with `npx` when you do not want a global install:
|
|
58
52
|
|
|
59
53
|
```bash
|
|
60
54
|
npx -y clavue
|
|
61
55
|
```
|
|
62
56
|
|
|
63
|
-
|
|
57
|
+
Run a specific version with `npx`:
|
|
64
58
|
|
|
65
59
|
```bash
|
|
66
|
-
clavue
|
|
60
|
+
npx -y clavue@8.8.93 --version
|
|
61
|
+
npx -y clavue@8.8.93
|
|
67
62
|
```
|
|
68
63
|
|
|
69
|
-
|
|
64
|
+
Install globally from npm when you want the `clavue` command to stay available:
|
|
70
65
|
|
|
71
66
|
```bash
|
|
67
|
+
npm install -g clavue
|
|
72
68
|
clavue install --force
|
|
73
|
-
```
|
|
74
|
-
|
|
75
|
-
After that, you can launch with:
|
|
76
|
-
|
|
77
|
-
```bash
|
|
78
69
|
clavue
|
|
79
70
|
```
|
|
80
71
|
|
|
81
|
-
One-line install:
|
|
72
|
+
One-line global install:
|
|
82
73
|
|
|
83
74
|
```bash
|
|
84
75
|
curl -fsSL https://unpkg.com/clavue/install.sh | bash
|
|
85
76
|
```
|
|
86
77
|
|
|
87
|
-
Install a specific version:
|
|
78
|
+
Install a specific version globally:
|
|
88
79
|
|
|
89
80
|
```bash
|
|
90
|
-
curl -fsSL https://unpkg.com/clavue@8.8.
|
|
81
|
+
curl -fsSL https://unpkg.com/clavue@8.8.93/install.sh | bash -s -- 8.8.93
|
|
91
82
|
```
|
|
92
83
|
|
|
93
84
|
## Quick Start: Custom API
|
|
@@ -122,6 +113,16 @@ clavue provider validate
|
|
|
122
113
|
|
|
123
114
|
Use `clavue auth login` only if you want the official Anthropic login path. Custom API users do not need official login.
|
|
124
115
|
|
|
116
|
+
## First Useful Session
|
|
117
|
+
|
|
118
|
+
Start Clavue from a repository and ask for one reviewable unit of work:
|
|
119
|
+
|
|
120
|
+
```text
|
|
121
|
+
Inspect the failing test around provider routing, make the smallest source fix, run the targeted test, then run the relevant verification command before reporting back.
|
|
122
|
+
```
|
|
123
|
+
|
|
124
|
+
Clavue should inspect files directly, edit the source, run commands such as `node --test tests/<file>.test.mjs`, and report what was verified.
|
|
125
|
+
|
|
125
126
|
## First-Run Setup Modes
|
|
126
127
|
|
|
127
128
|
On first launch, Clavue should make the setup choice obvious:
|
|
@@ -166,7 +167,8 @@ Version check:
|
|
|
166
167
|
```bash
|
|
167
168
|
clavue --version
|
|
168
169
|
npx -y clavue --version
|
|
169
|
-
|
|
170
|
+
npx -y clavue@8.8.93 --version
|
|
171
|
+
# available after a global install and launcher setup
|
|
170
172
|
clavue --version
|
|
171
173
|
```
|
|
172
174
|
|
|
@@ -259,7 +261,7 @@ Companion commands are still available and can either follow the current app pro
|
|
|
259
261
|
|
|
260
262
|
- clavue can import compatible profiles from `~/.ccjk/config.toml` or `~/.ufomiao/zcf/config.toml`.
|
|
261
263
|
- Changing the active clavue provider profile writes the current selection back to those compatible config files.
|
|
262
|
-
- Proxy GPT routes stay on the Anthropic-compatible `/v1/messages` path by default.
|
|
264
|
+
- Proxy GPT routes stay on the Anthropic-compatible `/v1/messages` path by default. Set `CLAVUE_API_DIALECT=openai_responses` only when you explicitly want the Responses adapter for that gateway; `MYCLAUDE_API_DIALECT` remains a legacy-compatible alias.
|
|
263
265
|
- Recommended saved profile pattern: `gpt54-main` for a validated `gpt-5.4` route across the primary and inherited slots.
|
|
264
266
|
- Recommended saved profile pattern: `gpt53-all` when the route is validated for `gpt-5.3-codex` across the main thread and helper lanes.
|
|
265
267
|
- Recommended saved profile pattern: `kimi-main` or `glm-main` for provider-native routing with that provider's API URL and credential.
|