From 89cd0533a9a8b3f43d39136093aacc0045224386 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 2 Jun 2026 14:14:32 +0000 Subject: [PATCH] chore(release): v3.5.2 --- .claude-plugin/marketplace.json | 2 +- .claude-plugin/plugin.json | 2 +- CHANGELOG.md | 14 +++++++------- package.json | 2 +- plugins/deliberation/.codex-plugin/plugin.json | 2 +- server.json | 4 ++-- server/mcp/package.json | 2 +- version.json | 2 +- 8 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index d1e6632..e2fd28f 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -9,7 +9,7 @@ "name": "deliberation", "source": "./", "description": "Use when you want a delegated second opinion or implementation from GPT (Codex), Gemini, Grok (xAI), or OpenRouter (config-driven, 400+ models) - seven expert subagents (Architect, Plan Reviewer, Scope Analyst, Code Reviewer, Security Analyst, Researcher, Debugger) and bundled ask-gpt/ask-gemini/ask-grok/ask-openrouter/ask-all/consensus commands, advisory (read-only) or implementation (write; Grok and OpenRouter are advisory-only).", - "version": "3.5.1", + "version": "3.5.2", "author": { "name": "Anton Babenko", "url": "https://github.com/antonbabenko" diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 9bd2e3d..a237fb0 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "deliberation", "description": "Use when you want a delegated second opinion or implementation from GPT (Codex), Gemini, Grok (xAI), or OpenRouter (config-driven, 400+ models) - seven expert subagents (Architect, Plan Reviewer, Scope Analyst, Code Reviewer, Security Analyst, Researcher, Debugger) and bundled ask-gpt/ask-gemini/ask-grok/ask-openrouter/ask-all/consensus commands, advisory (read-only) or implementation (write; Grok and OpenRouter are advisory-only).", - "version": "3.5.1", + "version": "3.5.2", "author": { "name": "Anton Babenko", "url": "https://github.com/antonbabenko" diff --git a/CHANGELOG.md b/CHANGELOG.md index a1c78ca..e976329 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.5.2](https://github.com/antonbabenko/deliberation/compare/v3.5.1...v3.5.2) (2026-06-02) + + +### Bug Fixes + +* register MCP servers inline in plugin.json, drop root .mcp.json ([#127](https://github.com/antonbabenko/deliberation/issues/127)) ([f3aa1c9](https://github.com/antonbabenko/deliberation/commit/f3aa1c990dc2bbec75a66f5c3817f6062ef9ee10)) + ## [3.5.1](https://github.com/antonbabenko/deliberation/compare/v3.5.0...v3.5.1) (2026-06-02) @@ -26,10 +33,3 @@ * single-source command fallbacks + capability-gate expert personas ([#119](https://github.com/antonbabenko/deliberation/issues/119)) ([ba5b5ba](https://github.com/antonbabenko/deliberation/commit/ba5b5ba319bea61161075027618ca16731f81deb)) -## [3.2.0](https://github.com/antonbabenko/deliberation/compare/v3.1.1...v3.2.0) (2026-06-02) - - -### Features - -* performance observability + per-provider progress for ask-all/consensus ([#117](https://github.com/antonbabenko/deliberation/issues/117)) ([a4e1617](https://github.com/antonbabenko/deliberation/commit/a4e161730e971e2a84c2ed083267e8a9c0b6a23c)), closes [#8](https://github.com/antonbabenko/deliberation/issues/8) - diff --git a/package.json b/package.json index 4f05bd5..e635cae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "deliberation", - "version": "3.5.1", + "version": "3.5.2", "private": true, "workspaces": [ "server/mcp" diff --git a/plugins/deliberation/.codex-plugin/plugin.json b/plugins/deliberation/.codex-plugin/plugin.json index cc4178a..60a0c53 100644 --- a/plugins/deliberation/.codex-plugin/plugin.json +++ b/plugins/deliberation/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "deliberation", - "version": "3.5.1", + "version": "3.5.2", "description": "GPT, Gemini, Grok, and OpenRouter as expert subagents - second opinions, cross-model consensus, and review.", "author": { "name": "Anton Babenko", diff --git a/server.json b/server.json index b72a132..f8fae58 100644 --- a/server.json +++ b/server.json @@ -2,13 +2,13 @@ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json", "name": "io.github.antonbabenko/deliberation", "description": "Second opinions in Claude Code and any MCP host from GPT, Gemini, Grok, and 400+ OpenRouter models.", - "version": "3.5.1", + "version": "3.5.2", "packages": [ { "registryType": "npm", "registryBaseUrl": "https://registry.npmjs.org", "identifier": "@antonbabenko/deliberation-mcp", - "version": "3.5.1", + "version": "3.5.2", "transport": { "type": "stdio" } } ] diff --git a/server/mcp/package.json b/server/mcp/package.json index 7e48060..d83bac1 100644 --- a/server/mcp/package.json +++ b/server/mcp/package.json @@ -1,6 +1,6 @@ { "name": "@antonbabenko/deliberation-mcp", - "version": "3.5.1", + "version": "3.5.2", "description": "Deliberation for Claude Code and any MCP host - GPT, Gemini, Grok, and OpenRouter expert subagents.", "mcpName": "io.github.antonbabenko/deliberation", "repository": { "type": "git", "url": "git+https://github.com/antonbabenko/deliberation.git", "directory": "server/mcp" }, diff --git a/version.json b/version.json index a48434f..7ff17a0 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "3.5.1" + "version": "3.5.2" }