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 } }