Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down Expand Up @@ -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)

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deliberation",
"version": "3.5.1",
"version": "3.5.2",
"private": true,
"workspaces": [
"server/mcp"
Expand Down
2 changes: 1 addition & 1 deletion plugins/deliberation/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions server.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
}
]
Expand Down
2 changes: 1 addition & 1 deletion server/mcp/package.json
Original file line number Diff line number Diff line change
@@ -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" },
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "3.5.1"
"version": "3.5.2"
}
Loading