diff --git a/navi/profiles/discuss/config.json b/navi/profiles/discuss/config.json index dbf5096..0648a10 100644 --- a/navi/profiles/discuss/config.json +++ b/navi/profiles/discuss/config.json @@ -3,7 +3,10 @@ "name": "Discussion", "description": "Creative partner for Q&A, brainstorming, and idea exploration. High creativity, free-form thinking.", "short_description": "Creative Q&A and idea discussion — best for open questions, brainstorming, and exploring concepts.", - "model": ["gemma4:31b-cloud", "gemma4:26b-a4b-it-q4_K_M"], + "model": [ + "gemma4:31b-cloud", + "gemma4:26b-a4b-it-q4_K_M" + ], "temperature": 1.0, "max_iterations": 12, "enabled_tools": [ @@ -24,9 +27,9 @@ "subagent_tools": [], "planning_enabled": false, "planning_mandatory": false, - "planning_phase1_enabled": false, + "planning_phase1_enabled": true, "planning_phase2_enabled": false, - "planning_phase3_enabled": true, + "planning_phase3_enabled": false, "think_enabled": true, "iteration_budget_enabled": true, "goal_anchoring_enabled": true,