Releases: manishiitg/llm-provider-mcp
Releases · manishiitg/llm-provider-mcp
Release list
llm-provider-mcp v0.6.1
What's Changed
Other changes
- Harden CI runtimes and patch vulnerable dependencies by @manishiitg in #17
- Fix secret scanning and prepare v0.6.1 by @manishiitg in #18
Full Changelog: v0.6.0...v0.6.1
llm-provider-mcp v0.6.0
What's Changed
Other changes
- Add cross-CLI asynchronous coding-agent delegation by @manishiitg in #14
- Launch llm-provider-mcp as the coding-agent delegation product by @manishiitg in #15
Full Changelog: v0.5.20...v0.6.0
v0.5.20
Cost-conscious Codex role defaults.
- Default High, Maintenance/Goal Advisor, and Chief of Staff to GPT-5.6 Sol with xhigh reasoning.
- Keep max reasoning available for explicit selection without using it in defaults.
- Default Pulse to GPT-5.6 Terra with high reasoning.
v0.5.18
v0.5.17 - CLI tmux runtime self-checks
Summary
- Merged CLI tmux runtime reliability fixes for Claude Code, Codex CLI, Cursor CLI, and Pi CLI.
- Added real runtime self-check contracts for MCP bridge access, system prompt visibility, and attached skill visibility across the four CLI providers.
- Removed deprecated structured/stream-json paths for Claude Code, Codex CLI, and Cursor CLI; coding-agent contracts now mark these as tmux-only.
Cursor CLI
- Normalize project MCP config with required
type: "stdio". - Add project allowlist for
Mcp(api-bridge:*)when MCP config is generated. - Keep tmux-pane approval handling for Cursor MCP/tool approval prompts.
- Avoid generated deny-list
cli.jsonin bridge-only mode because it can hide MCP bridge tools.
Claude/Codex/Pi
- Claude Code now uses the known
--session-iddirectly for resume metadata and has a hardened/exitclose path. - Codex tmux turns clear stale pane/history before follow-up prompts.
- Pi runtime self-checks use fresh sessions and tighter smoke-test prompts to avoid long reasoning loops.
Verification
- Real E2E matrix passed for Claude Code, Codex CLI, Cursor CLI, and Pi CLI.
go test ./...passed with Gemini judge env loaded and ZAI-specific keys unset for the key-routing test.
v0.5.13
v0.5.9
What's Changed
- feat(agycli): Normalize session variables in MCP config lease fingerprint (Approach C) by @manishiitg in #5
Full Changelog: v0.5.8...v0.5.9
v0.5.8
Highlights
- Added Kimi Code CLI provider support.
- Added audio and music provider support.
- Added Codex CLI image adapter support.
- Improved Kimi model metadata and tests.
- Set
GEMINI_CLI_TRUST_WORKSPACE=trueon Gemini subprocesses. - Included adapter updates for Kimi and ClaudeCode.
Included commits
- Add Kimi Code CLI provider support
- Add audio and music provider support
- Add Codex CLI image adapter support
- Refine Kimi model metadata and tests
- Set GEMINI_CLI_TRUST_WORKSPACE=true on gemini subprocess
- Add Kimi and ClaudeCode adapter updates
Full Changelog
v0.5.7
Highlights
- Add Vertex Veo video generation support
Commits
- 7ae4ecb Add Vertex Veo video generation support