[Sprint 7] feat: add defaultModel to plugin manifests #307

Merged
lmiranda merged 4 commits from feat/305-plugin-defaults into development 2026-01-29 02:56:08 +00:00
6 changed files with 12 additions and 6 deletions
Showing only changes of commit 4983cc9feb - Show all commits

View File

@@ -1,7 +1,8 @@
{
"name": "code-sentinel",
"description": "Security scanning and code refactoring tools",
"version": "1.0.0",
"version": "1.0.1",
"defaultModel": "sonnet",
"author": {
"name": "Leo Miranda",
"email": "leobmiranda@gmail.com"

View File

@@ -1,6 +1,7 @@
{
"name": "contract-validator",
"version": "1.0.0",
"version": "1.1.0",
"defaultModel": "sonnet",
"description": "Cross-plugin compatibility validation and Claude.md agent verification",
"author": {
"name": "Leo Miranda",

View File

@@ -1,6 +1,7 @@
{
"name": "data-platform",
"version": "1.0.0",
"version": "1.1.0",
"defaultModel": "sonnet",
"description": "Data engineering tools with pandas, PostgreSQL/PostGIS, and dbt integration",
"author": {
"name": "Leo Miranda",

View File

@@ -1,6 +1,7 @@
{
"name": "pr-review",
"version": "1.0.0",
"version": "1.1.0",
"defaultModel": "sonnet",
"description": "Multi-agent pull request review with confidence scoring and actionable feedback",
"author": {
"name": "Leo Miranda",

View File

@@ -1,6 +1,7 @@
{
"name": "projman",
"version": "3.2.0",
"version": "3.3.0",
"defaultModel": "sonnet",
"description": "Sprint planning and project management with Gitea integration",
"author": {
"name": "Leo Miranda",

View File

@@ -1,6 +1,7 @@
{
"name": "viz-platform",
"version": "1.0.0",
"version": "1.1.0",
"defaultModel": "sonnet",
"description": "Visualization tools with Dash Mantine Components validation, Plotly charts, and theming",
"author": {
"name": "Leo Miranda",