From 3fec4ed8485220b194cd26ff7ba4ba02699b9bb6 Mon Sep 17 00:00:00 2001 From: Mikkel Georgsen Date: Wed, 4 Feb 2026 18:03:35 +0000 Subject: [PATCH] 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 --- telegram/personas/brainstorm.json | 2 +- telegram/personas/default.json | 2 +- telegram/personas/planner.json | 2 +- telegram/personas/research.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/telegram/personas/brainstorm.json b/telegram/personas/brainstorm.json index 24defef..a3c098b 100644 --- a/telegram/personas/brainstorm.json +++ b/telegram/personas/brainstorm.json @@ -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 } } diff --git a/telegram/personas/default.json b/telegram/personas/default.json index 28472b8..bfd7edd 100644 --- a/telegram/personas/default.json +++ b/telegram/personas/default.json @@ -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 } } diff --git a/telegram/personas/planner.json b/telegram/personas/planner.json index 34f94a9..5927b0f 100644 --- a/telegram/personas/planner.json +++ b/telegram/personas/planner.json @@ -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 } } diff --git a/telegram/personas/research.json b/telegram/personas/research.json index 98c9e0c..49eaf66 100644 --- a/telegram/personas/research.json +++ b/telegram/personas/research.json @@ -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 } }