@elvatis_com/openclaw-cli-bridge-elvatis 2.1.1 → 2.1.3
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/.ai/handoff/MANIFEST.json +115 -17
- package/.ai/handoff/STATUS.md +4 -4
- package/README.md +17 -1
- package/SKILL.md +1 -1
- package/index.ts +3 -3
- package/package.json +1 -1
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"checksum": "sha256:2a2c1696de45106e01063afa35859955f0d8827c1ea3bbc117d7b46769f89a6c",
|
|
21
21
|
"updated": "2026-03-11T17:39:00Z",
|
|
22
22
|
"lines": 48,
|
|
23
|
-
"summary": "1 task ready: T-010
|
|
23
|
+
"summary": "1 task ready: T-010 \u2014 Publish v0.2.25. No blockers."
|
|
24
24
|
},
|
|
25
25
|
"LOG.md": {
|
|
26
26
|
"checksum": "sha256:b23892518fd5a5faa0b402bd2553d1d1cbca7b46675ba6dd4d413e1cbf03e19d",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"checksum": "sha256:cf1c47a18f52e0b94b932177d4e9b455a0e3ae7f29b1a34802088ffa7ad98cef",
|
|
33
33
|
"updated": "2026-03-11T17:39:00Z",
|
|
34
34
|
"lines": 50,
|
|
35
|
-
"summary": "Build
|
|
35
|
+
"summary": "Build \u2705 Tests 51/51 \u2705. Local v0.2.25, last published v0.2.23. T-010 (publish) ready."
|
|
36
36
|
},
|
|
37
37
|
"TRUST.md": {
|
|
38
38
|
"checksum": "sha256:cbfc8dcc17c00f8da8e220eba106aac56c63782caac655c30ba60c463994adc1",
|
|
@@ -50,10 +50,10 @@
|
|
|
50
50
|
"checksum": "sha256:f9224bf9e993863b2b9e17f36ee605950359ba43d420fa7b4c829a6fbdc92482",
|
|
51
51
|
"updated": "2026-03-07T00:00:00Z",
|
|
52
52
|
"lines": 152,
|
|
53
|
-
"summary": "4-phase AAHP pipeline: Research
|
|
53
|
+
"summary": "4-phase AAHP pipeline: Research \u2192 Architecture \u2192 Implementation \u2192 Review \u2192 Handoff."
|
|
54
54
|
}
|
|
55
55
|
},
|
|
56
|
-
"quick_context": "v0.2.25 built + 51/51 tests pass. Key changes: (1) staged model switching
|
|
56
|
+
"quick_context": "v0.2.25 built + 51/51 tests pass. Key changes: (1) staged model switching \u2014 /cli-* now stages by default, /cli-apply to execute after session, --now for immediate; (2) sleep-resilient token refresh via setInterval; (3) stopTokenRefresh cleanup. Last published: v0.2.23. Next: T-010 \u2014 publish to GitHub/npm/ClawHub.",
|
|
57
57
|
"token_budget": {
|
|
58
58
|
"manifest_only": 90,
|
|
59
59
|
"manifest_plus_core": 380,
|
|
@@ -61,16 +61,114 @@
|
|
|
61
61
|
},
|
|
62
62
|
"next_task_id": 12,
|
|
63
63
|
"tasks": {
|
|
64
|
-
"T-001": {
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
"T-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
64
|
+
"T-001": {
|
|
65
|
+
"title": "Scaffold plugin structure + AAHP handoff",
|
|
66
|
+
"status": "done",
|
|
67
|
+
"priority": "high",
|
|
68
|
+
"depends_on": [],
|
|
69
|
+
"created": "2026-03-07T20:40:00Z",
|
|
70
|
+
"completed": "2026-03-07T20:56:00Z"
|
|
71
|
+
},
|
|
72
|
+
"T-002": {
|
|
73
|
+
"title": "Implement openai-codex provider (Codex CLI auth bridge)",
|
|
74
|
+
"status": "done",
|
|
75
|
+
"priority": "high",
|
|
76
|
+
"depends_on": [
|
|
77
|
+
"T-001"
|
|
78
|
+
],
|
|
79
|
+
"created": "2026-03-07T20:40:00Z",
|
|
80
|
+
"completed": "2026-03-07T20:56:00Z"
|
|
81
|
+
},
|
|
82
|
+
"T-003": {
|
|
83
|
+
"title": "Test auth flow: openclaw models auth login --provider openai-codex",
|
|
84
|
+
"status": "done",
|
|
85
|
+
"priority": "high",
|
|
86
|
+
"depends_on": [
|
|
87
|
+
"T-002"
|
|
88
|
+
],
|
|
89
|
+
"created": "2026-03-07T20:56:00Z",
|
|
90
|
+
"completed": "2026-03-07T21:01:00Z"
|
|
91
|
+
},
|
|
92
|
+
"T-004": {
|
|
93
|
+
"title": "Verify model call: test gpt-5.2 or gpt-5.3-codex responds",
|
|
94
|
+
"status": "done",
|
|
95
|
+
"priority": "high",
|
|
96
|
+
"depends_on": [
|
|
97
|
+
"T-003"
|
|
98
|
+
],
|
|
99
|
+
"created": "2026-03-07T20:56:00Z",
|
|
100
|
+
"completed": "2026-03-07T21:27:00Z"
|
|
101
|
+
},
|
|
102
|
+
"T-005": {
|
|
103
|
+
"title": "Implement Gemini CLI request bridge",
|
|
104
|
+
"status": "done",
|
|
105
|
+
"priority": "medium",
|
|
106
|
+
"depends_on": [
|
|
107
|
+
"T-003"
|
|
108
|
+
],
|
|
109
|
+
"created": "2026-03-07T20:56:00Z",
|
|
110
|
+
"completed": "2026-03-07T21:23:00Z"
|
|
111
|
+
},
|
|
112
|
+
"T-006": {
|
|
113
|
+
"title": "Implement Claude Code CLI request bridge",
|
|
114
|
+
"status": "done",
|
|
115
|
+
"priority": "medium",
|
|
116
|
+
"depends_on": [
|
|
117
|
+
"T-003"
|
|
118
|
+
],
|
|
119
|
+
"created": "2026-03-07T20:56:00Z",
|
|
120
|
+
"completed": "2026-03-07T21:23:00Z"
|
|
121
|
+
},
|
|
122
|
+
"T-007": {
|
|
123
|
+
"title": "Create GitHub repo and push initial code",
|
|
124
|
+
"status": "done",
|
|
125
|
+
"priority": "high",
|
|
126
|
+
"depends_on": [
|
|
127
|
+
"T-004"
|
|
128
|
+
],
|
|
129
|
+
"created": "2026-03-07T21:20:00Z",
|
|
130
|
+
"completed": "2026-03-07T21:24:00Z"
|
|
131
|
+
},
|
|
132
|
+
"T-008": {
|
|
133
|
+
"title": "Validate proxy endpoints + vllm model calls end-to-end",
|
|
134
|
+
"status": "done",
|
|
135
|
+
"priority": "high",
|
|
136
|
+
"depends_on": [
|
|
137
|
+
"T-005",
|
|
138
|
+
"T-006"
|
|
139
|
+
],
|
|
140
|
+
"created": "2026-03-07T21:29:00Z",
|
|
141
|
+
"completed": "2026-03-08T08:08:44Z"
|
|
142
|
+
},
|
|
143
|
+
"T-009": {
|
|
144
|
+
"title": "Stability: sleep-resilient token refresh + stopTokenRefresh cleanup",
|
|
145
|
+
"status": "done",
|
|
146
|
+
"priority": "high",
|
|
147
|
+
"depends_on": [
|
|
148
|
+
"T-008"
|
|
149
|
+
],
|
|
150
|
+
"created": "2026-03-11T15:00:00Z",
|
|
151
|
+
"completed": "2026-03-11T16:30:00Z"
|
|
152
|
+
},
|
|
153
|
+
"T-010": {
|
|
154
|
+
"title": "Publish v0.2.25 to GitHub + npm + ClawHub",
|
|
155
|
+
"status": "ready",
|
|
156
|
+
"priority": "medium",
|
|
157
|
+
"depends_on": [
|
|
158
|
+
"T-011"
|
|
159
|
+
],
|
|
160
|
+
"created": "2026-03-11T16:30:00Z"
|
|
161
|
+
},
|
|
162
|
+
"T-011": {
|
|
163
|
+
"title": "Session-safe staged model switching (/cli-apply, /cli-pending, --now)",
|
|
164
|
+
"status": "done",
|
|
165
|
+
"priority": "high",
|
|
166
|
+
"depends_on": [
|
|
167
|
+
"T-009"
|
|
168
|
+
],
|
|
169
|
+
"created": "2026-03-11T17:00:00Z",
|
|
170
|
+
"completed": "2026-03-11T17:39:00Z"
|
|
171
|
+
}
|
|
172
|
+
},
|
|
173
|
+
"version": "2.1.3"
|
|
174
|
+
}
|
package/.ai/handoff/STATUS.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# STATUS — openclaw-cli-bridge-elvatis
|
|
2
2
|
|
|
3
|
-
## Current Version: 2.1.
|
|
3
|
+
## Current Version: 2.1.3
|
|
4
4
|
|
|
5
|
-
- **npm:** @elvatis_com/openclaw-cli-bridge-elvatis
|
|
6
|
-
- **ClawHub:** openclaw-cli-bridge-elvatis@1.
|
|
7
|
-
- **GitHub:** https://github.com/elvatis/openclaw-cli-bridge-elvatis/releases/tag/
|
|
5
|
+
- **npm:** @elvatis_com/openclaw-cli-bridge-elvatis@2.1.3
|
|
6
|
+
- **ClawHub:** openclaw-cli-bridge-elvatis@2.1.3
|
|
7
|
+
- **GitHub:** https://github.com/elvatis/openclaw-cli-bridge-elvatis/releases/tag/v2.1.3
|
|
8
8
|
|
|
9
9
|
## CLI Model Token Limits (corrected in v1.9.2)
|
|
10
10
|
| Model | Context Window | Max Output |
|
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
> OpenClaw plugin that bridges locally installed AI CLIs (Codex, Gemini, Claude Code, OpenCode, Pi) as model providers — with slash commands for instant model switching, restore, health testing, and model listing.
|
|
4
4
|
|
|
5
|
-
**Current version:** `1.
|
|
5
|
+
**Current version:** `2.1.3`
|
|
6
6
|
|
|
7
7
|
---
|
|
8
8
|
|
|
@@ -377,6 +377,22 @@ npm run ci # lint + typecheck + test
|
|
|
377
377
|
|
|
378
378
|
## Changelog
|
|
379
379
|
|
|
380
|
+
### v2.1.3
|
|
381
|
+
- **docs:** All documentation updated to reflect current version (README, SKILL.md, STATUS.md, MANIFEST.json)
|
|
382
|
+
|
|
383
|
+
### v2.1.2
|
|
384
|
+
- **fix:** Updated ChatGPT web session model list: gpt-4o, gpt-4o-mini, gpt-4.1, gpt-4.1-mini, o3, o4-mini, gpt-5, gpt-5-mini
|
|
385
|
+
- **fix:** `server.unref()` — proxy server no longer keeps `openclaw doctor` hanging indefinitely
|
|
386
|
+
|
|
387
|
+
### v2.1.1
|
|
388
|
+
- **fix:** `server.unref()` on proxy server so `openclaw doctor` (and short-lived CLI commands) exit cleanly
|
|
389
|
+
|
|
390
|
+
### v2.1.0
|
|
391
|
+
- **feat:** Session manager for isolated per-request workdirs
|
|
392
|
+
- **feat:** Register OpenCode and Pi slash commands (`/cli-opencode`, `/cli-pi`)
|
|
393
|
+
- **feat:** Codex auth auto-import support
|
|
394
|
+
- **feat:** Workdir isolation for all CLI runners
|
|
395
|
+
|
|
380
396
|
### v1.9.2
|
|
381
397
|
- **fix:** Correct `maxTokens` and `contextWindow` for all CLI_MODELS — were hardcoded to 8192 output tokens
|
|
382
398
|
- Claude Opus 4.6: 1M context / 128k output (was 200k/8k)
|
package/SKILL.md
CHANGED
package/index.ts
CHANGED
|
@@ -2270,7 +2270,7 @@ const plugin = {
|
|
|
2270
2270
|
}
|
|
2271
2271
|
const expiryLine = expiry ? `\n\n🕐 Cookie expiry: ${formatChatGPTExpiry(expiry)}` : "";
|
|
2272
2272
|
|
|
2273
|
-
return { text: `✅ ChatGPT session ready!\n\nModels available:\n• \`vllm/web-chatgpt/gpt-4o\`\n• \`vllm/web-chatgpt/gpt-4o-mini\`\n• \`vllm/web-chatgpt/gpt-
|
|
2273
|
+
return { text: `✅ ChatGPT session ready!\n\nModels available:\n• \`vllm/web-chatgpt/gpt-4o\`\n• \`vllm/web-chatgpt/gpt-4o-mini\`\n• \`vllm/web-chatgpt/gpt-4.1\`\n• \`vllm/web-chatgpt/gpt-4.1-mini\`\n• \`vllm/web-chatgpt/o3\`\n• \`vllm/web-chatgpt/o4-mini\`\n• \`vllm/web-chatgpt/gpt-5\`\n• \`vllm/web-chatgpt/gpt-5-mini\`${expiryLine}` };
|
|
2274
2274
|
},
|
|
2275
2275
|
} satisfies OpenClawPluginCommandDefinition);
|
|
2276
2276
|
|
|
@@ -2288,7 +2288,7 @@ const plugin = {
|
|
|
2288
2288
|
if (editor) {
|
|
2289
2289
|
const expiry = loadChatGPTExpiry();
|
|
2290
2290
|
const expiryLine = expiry ? `\n🕐 ${formatChatGPTExpiry(expiry)}` : "";
|
|
2291
|
-
return { text: `✅ chatgpt.com session active\nProxy: \`127.0.0.1:${port}\`\nModels: web-chatgpt/gpt-4o, gpt-4o-mini, gpt-
|
|
2291
|
+
return { text: `✅ chatgpt.com session active\nProxy: \`127.0.0.1:${port}\`\nModels: web-chatgpt/gpt-4o, gpt-4o-mini, gpt-4.1, gpt-4.1-mini, o3, o4-mini, gpt-5, gpt-5-mini${expiryLine}` };
|
|
2292
2292
|
}
|
|
2293
2293
|
} catch { /* fall through */ }
|
|
2294
2294
|
chatgptContext = null;
|
|
@@ -2367,7 +2367,7 @@ const plugin = {
|
|
|
2367
2367
|
return page.locator("#prompt-textarea").isVisible().catch(() => false);
|
|
2368
2368
|
} catch { chatgptContext = null; return false; }
|
|
2369
2369
|
},
|
|
2370
|
-
models: "web-chatgpt/gpt-4o, gpt-4o-mini, gpt-4.1, o3, o4-mini, gpt-5, gpt-5-mini",
|
|
2370
|
+
models: "web-chatgpt/gpt-4o, gpt-4o-mini, gpt-4.1, gpt-4.1-mini, o3, o4-mini, gpt-5, gpt-5-mini",
|
|
2371
2371
|
loginCmd: "/chatgpt-login",
|
|
2372
2372
|
expiry: () => { const e = loadChatGPTExpiry(); return e ? formatChatGPTExpiry(e) : null; },
|
|
2373
2373
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elvatis_com/openclaw-cli-bridge-elvatis",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.3",
|
|
4
4
|
"description": "Bridges gemini, claude, and codex CLI tools as OpenClaw model providers. Reads existing CLI auth without re-login.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"openclaw": {
|