Skip to content

Releases: manishiitg/llm-provider-mcp

llm-provider-mcp v0.6.1

Choose a tag to compare

@github-actions github-actions released this 11 Jul 03:28
49900fe

What's Changed

Other changes

Full Changelog: v0.6.0...v0.6.1

llm-provider-mcp v0.6.0

Choose a tag to compare

@github-actions github-actions released this 11 Jul 02:59
8ae9634

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

Choose a tag to compare

@manishiitg manishiitg released this 10 Jul 15:52

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

Choose a tag to compare

@manishiitg manishiitg released this 09 Jul 06:23

Release v0.5.18.

Changes since v0.5.17:

  • Set Claude builder defaults for maintenance split (5fbe30e)
  • Set Cursor tier defaults for Grok 4.5 (8336efd)
  • Add Cursor Grok 4.5 model option (ede9fd2)

v0.5.17 - CLI tmux runtime self-checks

Choose a tag to compare

@manishiitg manishiitg released this 08 Jul 08:38

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.json in bridge-only mode because it can hide MCP bridge tools.

Claude/Codex/Pi

  • Claude Code now uses the known --session-id directly for resume metadata and has a hardened /exit close 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

Choose a tag to compare

@manishiitg manishiitg released this 02 Jul 07:36

Full Changelog: v0.5.12...v0.5.13

v0.5.9

Choose a tag to compare

@manishiitg manishiitg released this 06 Jun 11:53

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

Choose a tag to compare

@manishiitg manishiitg released this 04 May 08:48

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=true on 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

Choose a tag to compare

@manishiitg manishiitg released this 21 Apr 10:52

Highlights

  • Add Vertex Veo video generation support

Commits

  • 7ae4ecb Add Vertex Veo video generation support

v0.5.6

Choose a tag to compare

@manishiitg manishiitg released this 20 Apr 17:39

Highlights

  • Add ZAI adapter support
  • Refine ZAI model defaults
  • Claude Code now always uses OAuth and ignores Anthropic API keys

Commits

  • 8d00ca9 Refine ZAI model defaults
  • 00e66a0 Add ZAI adapter support
  • ee810ec claude-code: always use OAuth, ignore any Anthropic API key