llm-cli-gateway 1.16.1 → 1.16.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -4,6 +4,16 @@ All notable changes to the llm-cli-gateway project.
4
4
 
5
5
  ## Unreleased
6
6
 
7
+ ## [1.16.2] - 2026-05-29 — release formatting follow-up
8
+
9
+ Patch release that keeps the Mistral Vibe CLI contract fixes from `1.16.1`
10
+ and fixes the Prettier check failure on the release commit.
11
+
12
+ ### Fixed
13
+
14
+ - Formatted the new Vibe session-logging doctor tests so the repository CI
15
+ format gate passes.
16
+
7
17
  ## [1.16.1] - 2026-05-29 — align Mistral Vibe CLI contract
8
18
 
9
19
  Patch release for the current `mistral-vibe` CLI surface.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "llm-cli-gateway",
3
- "version": "1.16.1",
3
+ "version": "1.16.2",
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",