chore(subagents): switch memory workers to sonnet (#1193)
This commit is contained in:
@@ -3,7 +3,7 @@ name: history-analyzer
|
||||
description: Analyze Claude Code or Codex conversation history and directly update agent memory files with insights
|
||||
tools: Read, Write, Bash, Glob, Grep
|
||||
skills: migrating-from-codex-and-claude-code
|
||||
model: glm-5
|
||||
model: sonnet
|
||||
memoryBlocks: none
|
||||
mode: stateless
|
||||
permissionMode: bypassPermissions
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: reflection
|
||||
description: Background agent that reflects on recent conversations and updates memory files
|
||||
tools: Read, Edit, Write, Glob, Grep, Bash, TaskOutput
|
||||
model: glm-5
|
||||
model: sonnet
|
||||
memoryBlocks: none
|
||||
skills: searching-messages
|
||||
mode: stateless
|
||||
|
||||
Reference in New Issue
Block a user