From cce9f025b14bc1cc065691d63918bc9a6edf0511 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 26 Jun 2026 14:14:17 +0000 Subject: [PATCH] chore(release): v3.11.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 e66ef25..126bea8 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.1", + "version": "3.11.0", "author": { "name": "Anton Babenko", "url": "https://github.com/antonbabenko" diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 33c04aa..4dd6a21 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.1", + "version": "3.11.0", "author": { "name": "Anton Babenko", "url": "https://github.com/antonbabenko" diff --git a/CHANGELOG.md b/CHANGELOG.md index f3c6cff..a26ad52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.11.0](https://github.com/antonbabenko/deliberation/compare/v3.10.1...v3.11.0) (2026-06-26) + + +### Features + +* **consensus:** bound worst-case wall-time without truncating slow-but-good responses ([#159](https://github.com/antonbabenko/deliberation/issues/159)) ([3073a9e](https://github.com/antonbabenko/deliberation/commit/3073a9e9acbde37dad31a40d17daaf53b2742fcd)) + ## [3.10.1](https://github.com/antonbabenko/deliberation/compare/v3.10.0...v3.10.1) (2026-06-23) @@ -26,10 +33,3 @@ * **mcp:** accurate tool annotations + full schema descriptions ([#150](https://github.com/antonbabenko/deliberation/issues/150)) ([115be33](https://github.com/antonbabenko/deliberation/commit/115be33cc910d12ec2e6999827c6fd4119345bf5)) -## [3.8.0](https://github.com/antonbabenko/deliberation/compare/v3.7.1...v3.8.0) (2026-06-17) - - -### Features - -* **commands:** /deliberation:help + /deliberation:doctor + analyze drift diagnostic ([#147](https://github.com/antonbabenko/deliberation/issues/147)) ([06ed697](https://github.com/antonbabenko/deliberation/commit/06ed6972b54fc8510f81adbe231334a630001227)) - diff --git a/package.json b/package.json index d3a8510..739ff7e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "deliberation", - "version": "3.10.1", + "version": "3.11.0", "private": true, "workspaces": [ "server/mcp" diff --git a/plugins/deliberation/.codex-plugin/plugin.json b/plugins/deliberation/.codex-plugin/plugin.json index 80def5b..42df4ed 100644 --- a/plugins/deliberation/.codex-plugin/plugin.json +++ b/plugins/deliberation/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "deliberation", - "version": "3.10.1", + "version": "3.11.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 8b8bc91..209b611 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.1", + "version": "3.11.0", "packages": [ { "registryType": "npm", "registryBaseUrl": "https://registry.npmjs.org", "identifier": "@antonbabenko/deliberation-mcp", - "version": "3.10.1", + "version": "3.11.0", "transport": { "type": "stdio" } } ] diff --git a/server/mcp/package.json b/server/mcp/package.json index f36ec2f..d5943b3 100644 --- a/server/mcp/package.json +++ b/server/mcp/package.json @@ -1,6 +1,6 @@ { "name": "@antonbabenko/deliberation-mcp", - "version": "3.10.1", + "version": "3.11.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 b270007..ddbddcd 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "3.10.1" + "version": "3.11.0" }