From 103dc4eaf1257acc7d99f9d2d5197a858d91bc26 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 23 Jun 2026 17:01:24 +0000 Subject: [PATCH] chore(release): v3.10.1 --- .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 d98b32c..e66ef25 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.10.0", + "version": "3.10.1", "author": { "name": "Anton Babenko", "url": "https://github.com/antonbabenko" diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 77acaa1..33c04aa 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.10.0", + "version": "3.10.1", "author": { "name": "Anton Babenko", "url": "https://github.com/antonbabenko" diff --git a/CHANGELOG.md b/CHANGELOG.md index d4c38ad..f3c6cff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.10.1](https://github.com/antonbabenko/deliberation/compare/v3.10.0...v3.10.1) (2026-06-23) + + +### Performance Improvements + +* **consensus:** overlap arbiter adjudication and revision on dissent rounds ([#157](https://github.com/antonbabenko/deliberation/issues/157)) ([da18ab9](https://github.com/antonbabenko/deliberation/commit/da18ab9ba4bb795b552f94767e4577bc871a51a4)) + ## [3.10.0](https://github.com/antonbabenko/deliberation/compare/v3.9.0...v3.10.0) (2026-06-22) @@ -26,10 +33,3 @@ * **commands:** /deliberation:help + /deliberation:doctor + analyze drift diagnostic ([#147](https://github.com/antonbabenko/deliberation/issues/147)) ([06ed697](https://github.com/antonbabenko/deliberation/commit/06ed6972b54fc8510f81adbe231334a630001227)) -## [3.7.1](https://github.com/antonbabenko/deliberation/compare/v3.7.0...v3.7.1) (2026-06-17) - - -### Bug Fixes - -* **core:** cap peer opinions in arbiter + adjudication prompts ([#145](https://github.com/antonbabenko/deliberation/issues/145)) ([55aab8b](https://github.com/antonbabenko/deliberation/commit/55aab8b9fca3028bc3f352efa2d2c9607a4df3b1)) - diff --git a/package.json b/package.json index 2dad0c8..d3a8510 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "deliberation", - "version": "3.10.0", + "version": "3.10.1", "private": true, "workspaces": [ "server/mcp" diff --git a/plugins/deliberation/.codex-plugin/plugin.json b/plugins/deliberation/.codex-plugin/plugin.json index f8324a5..80def5b 100644 --- a/plugins/deliberation/.codex-plugin/plugin.json +++ b/plugins/deliberation/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "deliberation", - "version": "3.10.0", + "version": "3.10.1", "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 998db39..8b8bc91 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.10.0", + "version": "3.10.1", "packages": [ { "registryType": "npm", "registryBaseUrl": "https://registry.npmjs.org", "identifier": "@antonbabenko/deliberation-mcp", - "version": "3.10.0", + "version": "3.10.1", "transport": { "type": "stdio" } } ] diff --git a/server/mcp/package.json b/server/mcp/package.json index c99df4d..f36ec2f 100644 --- a/server/mcp/package.json +++ b/server/mcp/package.json @@ -1,6 +1,6 @@ { "name": "@antonbabenko/deliberation-mcp", - "version": "3.10.0", + "version": "3.10.1", "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 36b865f..b270007 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "3.10.0" + "version": "3.10.1" }