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 agents/doc-updater.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: doc-updater
description: Documentation and codemap specialist. Use PROACTIVELY for updating codemaps and documentation. Runs /update-codemaps and /update-docs, generates docs/CODEMAPS/*, updates READMEs and guides.
tools: ["Read", "Write", "Edit", "Bash", "Grep", "Glob"]
model: gemini-2.0-flash
model: gemini-3.6-flash
stack: ["*"]
---

Expand Down
2 changes: 1 addition & 1 deletion scripts/ci/validate-agents.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const AGENTS_DIR = path.join(__dirname, '../../agents');
const REQUIRED_FIELDS = ['model', 'tools'];
const VALID_MODELS = [
'haiku', 'sonnet', 'opus', 'pro', 'flash', 'lite', 'ultra',
'gemini-3.1-pro',
'gemini-3.1-pro', 'gemini-3.6-flash',
'gemini-2.5-pro', 'gemini-2.5-flash', 'gemini-2.5-flash-lite',
'gemini-2.0-pro', 'gemini-2.0-flash', 'gemini-2.0-flash-lite',
'gemini-1.5-pro', 'gemini-1.5-flash', 'gemini-1.5-flash-8b'
Expand Down
Loading