feat(plugin): v2.0.0 — Opus 4.6 pin + Claude Desktop upload bundle#3
Merged
mrdulasolutions merged 1 commit intomainfrom Apr 20, 2026
Merged
feat(plugin): v2.0.0 — Opus 4.6 pin + Claude Desktop upload bundle#3mrdulasolutions merged 1 commit intomainfrom
mrdulasolutions merged 1 commit intomainfrom
Conversation
Two shifts, same commit:
1. Model: claude-sonnet-4-6 -> claude-opus-4-6 across all four sites
(plugin.json, .claude/settings.json, reva-crm SKILL.md, reva-memory
SKILL.md). Rationale text flipped to match — Opus's depth earns its
keep on the judgment-heavy PM tasks (SOW reads, NCR triage, export
routing).
2. Distribution: the primary install path is now Claude Desktop's
"Personal → Local uploads → +" picker, not curl|bash. Requires:
- plugin.json declares userConfig.mcp_url + userConfig.api_key
(sensitive, stored in OS keychain on enable).
- plugin.json declares mcpServers.reva with
Authorization: Bearer \${user_config.api_key} — Claude prompts on
enable and wires the MCP in automatically. No ~/.claude/mcp.json
surgery, no terminal.
- plugin/build-bundle.sh produces dist/reva-turbo-<version>.zip with
.claude-plugin/plugin.json at the archive root, which is what the
uploader expects.
- plugin/dist/ gitignored; bundle ships via GitHub Releases.
install.sh survives as a fallback for Claude Code CLI users and CI;
README reframes it as "legacy terminal path."
Bumped plugin version 1.3.0 -> 2.0.0 — breaking only for the MCP
server registration (moves from ~/.claude/mcp.json to plugin-owned).
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Two shifts, same commit:
Model: claude-sonnet-4-6 -> claude-opus-4-6 across all four sites (plugin.json, .claude/settings.json, reva-crm SKILL.md, reva-memory SKILL.md). Rationale text flipped to match — Opus's depth earns its keep on the judgment-heavy PM tasks (SOW reads, NCR triage, export routing).
Distribution: the primary install path is now Claude Desktop's "Personal → Local uploads → +" picker, not curl|bash. Requires:
install.sh survives as a fallback for Claude Code CLI users and CI; README reframes it as "legacy terminal path."
Bumped plugin version 1.3.0 -> 2.0.0 — breaking only for the MCP server registration (moves from ~/.claude/mcp.json to plugin-owned).