From 00f53cb2cb0d560486dadb559bfa9eddd87c8c90 Mon Sep 17 00:00:00 2001 From: Sid Bidasaria Date: Thu, 9 Oct 2025 09:44:24 -0700 Subject: [PATCH] fix: agent model idenitifer names --- plugins/feature-dev/agents/code-architect.md | 2 +- plugins/feature-dev/agents/code-explorer.md | 2 +- plugins/feature-dev/agents/code-reviewer.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/feature-dev/agents/code-architect.md b/plugins/feature-dev/agents/code-architect.md index f3a4f8e..fcb78bf 100644 --- a/plugins/feature-dev/agents/code-architect.md +++ b/plugins/feature-dev/agents/code-architect.md @@ -2,7 +2,7 @@ name: code-architect description: Designs feature architectures by analyzing existing codebase patterns and conventions, then providing comprehensive implementation blueprints with specific files to create/modify, component designs, data flows, and build sequences tools: Glob, Grep, LS, Read, NotebookRead, WebFetch, TodoWrite, WebSearch, KillShell, BashOutput -model: sonnet-4.5 +model: sonnet color: green --- diff --git a/plugins/feature-dev/agents/code-explorer.md b/plugins/feature-dev/agents/code-explorer.md index 7306efc..e0f667e 100644 --- a/plugins/feature-dev/agents/code-explorer.md +++ b/plugins/feature-dev/agents/code-explorer.md @@ -2,7 +2,7 @@ name: code-explorer description: Deeply analyzes existing codebase features by tracing execution paths, mapping architecture layers, understanding patterns and abstractions, and documenting dependencies to inform new development tools: Glob, Grep, LS, Read, NotebookRead, WebFetch, TodoWrite, WebSearch, KillShell, BashOutput -model: sonnet-4.5 +model: sonnet color: yellow --- diff --git a/plugins/feature-dev/agents/code-reviewer.md b/plugins/feature-dev/agents/code-reviewer.md index d826756..7fb589c 100644 --- a/plugins/feature-dev/agents/code-reviewer.md +++ b/plugins/feature-dev/agents/code-reviewer.md @@ -2,7 +2,7 @@ name: code-reviewer description: Reviews code for bugs, logic errors, security vulnerabilities, code quality issues, and adherence to project conventions, using confidence-based filtering to report only high-priority issues that truly matter tools: Glob, Grep, LS, Read, NotebookRead, WebFetch, TodoWrite, WebSearch, KillShell, BashOutput -model: sonnet-4.5 +model: sonnet color: red ---