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.4.0",
"version": "3.5.0",
"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.4.0",
"version": "3.5.0",
"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.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)


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

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.4.0",
"version": "3.5.0",
"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.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",
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.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" }
}
]
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.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" },
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.4.0"
"version": "3.5.0"
}
Loading