@elvatis_com/openclaw-cli-bridge-elvatis 2.2.1 → 2.2.2

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.
@@ -7,7 +7,7 @@ _Last updated: 2026-04-10_
7
7
 
8
8
  | Component | Version | Build | Tests | Status |
9
9
  |-----------|---------|-------|-------|--------|
10
- | openclaw-cli-bridge-elvatis | 2.2.1 | ✅ | ✅ | ✅ Stable |
10
+ | openclaw-cli-bridge-elvatis | 2.2.2 | ✅ | ✅ | ✅ Stable |
11
11
  <!-- /SECTION: plugin_status -->
12
12
 
13
13
  <!-- SECTION: release_state -->
@@ -15,9 +15,9 @@ _Last updated: 2026-04-10_
15
15
 
16
16
  | Platform | Published Version | Status |
17
17
  |----------|------------------|--------|
18
- | GitHub | v2.2.1 | ✅ Pushed to main |
19
- | npm | 2.1.3 | Pending publish |
20
- | ClawHub | 2.1.3 | Pending publish |
18
+ | GitHub | v2.2.2 | ✅ Pushed to main |
19
+ | npm | 2.2.2 | Published (via CI) |
20
+ | ClawHub | 2.2.2 | Published (via CI) |
21
21
  <!-- /SECTION: release_state -->
22
22
 
23
23
  <!-- SECTION: open_tasks -->
@@ -31,7 +31,7 @@ _No open tasks._
31
31
 
32
32
  | Task | Title | Version |
33
33
  |------|-------|---------|
34
- | T-018 | Fix vllm apiKey corruption (401) + harden config-patcher | 2.2.1 |
34
+ | T-018 | Fix vllm apiKey corruption (401) + harden config-patcher | 2.2.2 |
35
35
  | T-017 | Fix log spam, restart loops, CLI blocking | 2.2.0 |
36
36
  | T-016 | Issue #2: Codex auth auto-import into agent auth store | 2.1.0 |
37
37
  | T-015 | Issue #4: Background session mgmt with workdir isolation | 2.1.0 |
@@ -1,9 +1,9 @@
1
1
  # STATUS — openclaw-cli-bridge-elvatis
2
2
 
3
- ## Current Version: 2.2.1
3
+ ## Current Version: 2.2.2
4
4
 
5
- - **npm:** @elvatis_com/openclaw-cli-bridge-elvatis@2.2.1 (pending publish)
6
- - **ClawHub:** openclaw-cli-bridge-elvatis@2.2.1 (pending publish)
5
+ - **npm:** @elvatis_com/openclaw-cli-bridge-elvatis@2.2.2
6
+ - **ClawHub:** openclaw-cli-bridge-elvatis@2.2.2
7
7
  - **GitHub:** https://github.com/elvatis/openclaw-cli-bridge-elvatis (pushed to main)
8
8
 
9
9
  ## CLI Model Token Limits (corrected in v1.9.2)
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:** `2.2.1`
5
+ **Current version:** `2.2.2`
6
6
 
7
7
  ---
8
8
 
@@ -2,7 +2,7 @@
2
2
  "id": "openclaw-cli-bridge-elvatis",
3
3
  "slug": "openclaw-cli-bridge-elvatis",
4
4
  "name": "OpenClaw CLI Bridge",
5
- "version": "2.2.1",
5
+ "version": "2.2.2",
6
6
  "license": "MIT",
7
7
  "description": "Phase 1: openai-codex auth bridge. Phase 2: local HTTP proxy routing model calls through gemini/claude CLIs (vllm provider).",
8
8
  "providers": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elvatis_com/openclaw-cli-bridge-elvatis",
3
- "version": "2.2.1",
3
+ "version": "2.2.2",
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": {