llm-cli-gateway 1.5.20 → 1.5.22

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/CHANGELOG.md +16 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,22 @@
2
2
 
3
3
  All notable changes to the llm-cli-gateway project.
4
4
 
5
+ ## [1.5.22] - 2026-05-24
6
+
7
+ ### Added
8
+
9
+ - Add desktop `tunnel start`, `tunnel status`, and `tunnel stop` commands for a managed Cloudflare Quick Tunnel path to ChatGPT/web-client HTTPS MCP setup.
10
+ - Make `tunnel start` launch the local gateway if needed, parse the generated `https://*.trycloudflare.com` address, persist the normalized `/mcp` public URL, and enable doctor verification.
11
+ - Make `tunnel stop` stop the managed tunnel and clear the persisted URL only when it still matches the managed tunnel URL.
12
+
13
+ ## [1.5.21] - 2026-05-24
14
+
15
+ ### Fixed
16
+
17
+ - Add a desktop `public-url` command that persists a public HTTPS `/mcp` endpoint for ChatGPT and other web clients.
18
+ - Pass the persisted public URL and verification flag into managed gateway starts and `doctor --json`, instead of relying on one-off shell environment state.
19
+ - Make `print-client-config` prefer the persisted public HTTPS URL while still reporting the local URL separately.
20
+
5
21
  ## [1.5.20] - 2026-05-24
6
22
 
7
23
  ### Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "llm-cli-gateway",
3
- "version": "1.5.20",
3
+ "version": "1.5.22",
4
4
  "mcpName": "io.github.verivus-oss/llm-cli-gateway",
5
5
  "description": "MCP server providing unified access to Claude Code, Codex, Gemini, Grok, and Mistral Vibe CLIs with session management, retry logic, async job orchestration, durable job results, and cross-LLM validation.",
6
6
  "license": "MIT",