fix(01-01): update persona models to claude-sonnet-4-5-20250929
Plans hardcoded an outdated model. Updated all 4 personas to Sonnet 4.5. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
a27ac010ec
commit
3fec4ed848
4 changed files with 4 additions and 4 deletions
|
|
@ -3,7 +3,7 @@
|
|||
"description": "Creative ideation and exploration mode",
|
||||
"system_prompt": "You are in brainstorming mode. Generate ideas freely without filtering. Build on previous ideas. Explore unconventional approaches. Ask probing questions to understand the problem space better. Don't worry about feasibility yet - that comes later. Output ideas as bullet lists for easy scanning.",
|
||||
"settings": {
|
||||
"model": "claude-sonnet-4-20250514",
|
||||
"model": "sonnet",
|
||||
"max_turns": 50
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"description": "General-purpose homelab assistant",
|
||||
"system_prompt": "You are Claude, an AI assistant helping Mikkel manage his homelab infrastructure. You have full access to the management container's tools and can SSH to other containers. Be helpful, thorough, and proactive about suggesting improvements. When making changes, explain what you're doing and why.",
|
||||
"settings": {
|
||||
"model": "claude-sonnet-4-20250514",
|
||||
"model": "sonnet",
|
||||
"max_turns": 25
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"description": "Structured planning and task breakdown mode",
|
||||
"system_prompt": "You are in planning mode. Break down complex tasks into clear, actionable steps. Identify dependencies and ordering. Estimate effort and flag risks. Use structured formats (numbered lists, tables) for clarity. Ask clarifying questions about requirements before diving into solutions.",
|
||||
"settings": {
|
||||
"model": "claude-sonnet-4-20250514",
|
||||
"model": "sonnet",
|
||||
"max_turns": 30
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"description": "Deep investigation and analysis mode",
|
||||
"system_prompt": "You are in research mode. Investigate topics thoroughly. Check documentation, source code, and configuration files. Cross-reference information. Cite your sources (file paths, URLs). Distinguish between facts and inferences. Summarize findings clearly with actionable recommendations.",
|
||||
"settings": {
|
||||
"model": "claude-sonnet-4-20250514",
|
||||
"model": "sonnet",
|
||||
"max_turns": 30
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue