Claude Code rejects `defaultModel` in plugin.json and `model` in agent frontmatter with "Unrecognized key" validation error. Removed: - defaultModel from 6 plugin.json files - model from 7 agent frontmatter files - docs/MODEL-RECOMMENDATIONS.md (deleted) - Model config sections from CONFIGURATION.md and CLAUDE.md - Model validation from validate-marketplace.sh This reverts Sprint 7 (v5.4.0) multi-model feature that was never supported by Claude Code's plugin schema. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
24 lines
652 B
JSON
24 lines
652 B
JSON
{
|
|
"name": "viz-platform",
|
|
"version": "1.1.0",
|
|
"description": "Visualization tools with Dash Mantine Components validation, Plotly charts, and theming",
|
|
"author": {
|
|
"name": "Leo Miranda",
|
|
"email": "leobmiranda@gmail.com"
|
|
},
|
|
"homepage": "https://gitea.hotserv.cloud/personal-projects/leo-claude-mktplace/src/branch/main/plugins/viz-platform/README.md",
|
|
"repository": "https://gitea.hotserv.cloud/personal-projects/leo-claude-mktplace.git",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"dash",
|
|
"plotly",
|
|
"mantine",
|
|
"charts",
|
|
"dashboards",
|
|
"theming",
|
|
"visualization",
|
|
"dmc"
|
|
],
|
|
"commands": ["./commands/"]
|
|
}
|