From f132398151f16febeff6589f8e80ec3fa75f5167 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 2 Jun 2026 13:13:14 +0000 Subject: [PATCH] chore(release): v3.5.0 --- .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 c010dea..7144c5d 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.4.0", + "version": "3.5.0", "author": { "name": "Anton Babenko", "url": "https://github.com/antonbabenko" diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 585ede0..85e8ad7 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.4.0", + "version": "3.5.0", "author": { "name": "Anton Babenko", "url": "https://github.com/antonbabenko" diff --git a/CHANGELOG.md b/CHANGELOG.md index 6969917..1c77778 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.5.0](https://github.com/antonbabenko/deliberation/compare/v3.4.0...v3.5.0) (2026-06-02) + + +### Features + +* register MCP servers via plugin manifest so updates need no setup re-run ([#123](https://github.com/antonbabenko/deliberation/issues/123)) ([00be051](https://github.com/antonbabenko/deliberation/commit/00be051c9f37fe395da0dac2c5c9ff2e341dcac7)) + ## [3.4.0](https://github.com/antonbabenko/deliberation/compare/v3.3.0...v3.4.0) (2026-06-02) @@ -26,10 +33,3 @@ * pin mcp-publisher asset name in the registry publish step ([#115](https://github.com/antonbabenko/deliberation/issues/115)) ([78e5d05](https://github.com/antonbabenko/deliberation/commit/78e5d05412d61f15e0b8c7a160923368384c017c)) -## [3.1.0](https://github.com/antonbabenko/deliberation/compare/v3.0.0...v3.1.0) (2026-06-01) - - -### Features - -* auto-publish on release, npm README, per-tenant key seam (extras A) ([#113](https://github.com/antonbabenko/deliberation/issues/113)) ([bf0355b](https://github.com/antonbabenko/deliberation/commit/bf0355b43703d27e7376493b37c58b52e8074a27)) - diff --git a/package.json b/package.json index 537d9e6..22ad430 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "deliberation", - "version": "3.4.0", + "version": "3.5.0", "private": true, "workspaces": [ "server/mcp" diff --git a/plugins/deliberation/.codex-plugin/plugin.json b/plugins/deliberation/.codex-plugin/plugin.json index f2a4b9e..b43a1e2 100644 --- a/plugins/deliberation/.codex-plugin/plugin.json +++ b/plugins/deliberation/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "deliberation", - "version": "3.4.0", + "version": "3.5.0", "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 1637fd6..c2f0dca 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.4.0", + "version": "3.5.0", "packages": [ { "registryType": "npm", "registryBaseUrl": "https://registry.npmjs.org", "identifier": "@antonbabenko/deliberation-mcp", - "version": "3.4.0", + "version": "3.5.0", "transport": { "type": "stdio" } } ] diff --git a/server/mcp/package.json b/server/mcp/package.json index e3a67d6..53304ae 100644 --- a/server/mcp/package.json +++ b/server/mcp/package.json @@ -1,6 +1,6 @@ { "name": "@antonbabenko/deliberation-mcp", - "version": "3.4.0", + "version": "3.5.0", "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 2d946b1..80fb8d1 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "3.4.0" + "version": "3.5.0" }