summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Stone <thepeterstone@gmail.com>2026-03-09 04:56:48 +0000
committerPeter Stone <thepeterstone@gmail.com>2026-03-09 04:56:48 +0000
commitfc1459be18d4718f2c5f15325e1a1d07fb0b3a9e (patch)
tree360918c8d04e63d36a694792f5bc1162c784e6ef
parentcdfdc30b9658694c633bee4560b6c65886ea86a3 (diff)
executor: update classifier model list to Claude 4.x and current Gemini models
-rw-r--r--internal/executor/classifier.go12
1 files changed, 5 insertions, 7 deletions
diff --git a/internal/executor/classifier.go b/internal/executor/classifier.go
index bab3ea9..123f92d 100644
--- a/internal/executor/classifier.go
+++ b/internal/executor/classifier.go
@@ -33,16 +33,14 @@ Agent Types:
Available Models:
Claude:
-- claude-3-5-sonnet-latest (balanced)
-- claude-3-5-sonnet-20241022 (stable)
-- claude-3-opus-20240229 (most powerful, expensive)
-- claude-3-5-haiku-20241022 (fast, cheap)
+- claude-sonnet-4-6 (default, balanced, best for most coding tasks)
+- claude-opus-4-6 (most powerful, expensive, use for hardest tasks only)
+- claude-haiku-4-5-20251001 (fast, cheap, use for simple tasks)
Gemini:
- gemini-2.5-flash-lite (fastest, most efficient, best for simple tasks)
-- gemini-3-flash-preview (fast, multimodal)
-- gemini-1.5-flash (fast, balanced)
-- gemini-1.5-pro (more powerful, larger context)
+- gemini-2.5-flash (fast, balanced)
+- gemini-2.5-pro (most powerful Gemini, larger context)
Selection Criteria:
- Agent: You MUST prefer an agent that is NOT rate limited. If an agent is rate limited, do NOT select it unless all available agents are rate limited.