llm-cli-gateway 1.17.5 → 1.17.6
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/CHANGELOG.md +20 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,26 @@ All notable changes to the llm-cli-gateway project.
|
|
|
4
4
|
|
|
5
5
|
## Unreleased
|
|
6
6
|
|
|
7
|
+
## [1.17.6] - 2026-06-03: website front door and public demo workflow
|
|
8
|
+
|
|
9
|
+
Patch release for the public front-door launch and agent-facing workflow docs.
|
|
10
|
+
The gateway runtime is unchanged from 1.17.5.
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
|
|
14
|
+
- Added the Cloudflare Pages front door at `llm-cli-gateway.dev`, including the
|
|
15
|
+
agent-readable `/install.md`, `/llms.txt`, `/sitemap.md`, and
|
|
16
|
+
`/.well-known/agent.json` surfaces.
|
|
17
|
+
- Added the "Upstreams + front door" launch post and the @xstate/store v4
|
|
18
|
+
integration plan.
|
|
19
|
+
- Added the `public-demo-session` skill for clean, redacted demo recordings.
|
|
20
|
+
|
|
21
|
+
### Updated
|
|
22
|
+
|
|
23
|
+
- Refreshed the Grok upstream snapshot with the 2026-06-03 scan report.
|
|
24
|
+
- Taught the security workflow's lychee scan to resolve root-relative website
|
|
25
|
+
links against the checked-in Pages output directory.
|
|
26
|
+
|
|
7
27
|
## [1.17.5] - 2026-06-02: Socket networkAccess cleanup
|
|
8
28
|
|
|
9
29
|
Patch release that stops the recurring Socket `networkAccess` (`globalThis["fetch"]`)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "llm-cli-gateway",
|
|
3
|
-
"version": "1.17.
|
|
3
|
+
"version": "1.17.6",
|
|
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",
|