From 1dd2281e2cff07abe12375c558f28e412a0df1d9 Mon Sep 17 00:00:00 2001 From: Sarah Wooders Date: Fri, 27 Feb 2026 15:41:59 -0800 Subject: [PATCH] chore(subagents): switch memory workers to sonnet (#1193) --- src/agent/subagents/builtin/history-analyzer.md | 2 +- src/agent/subagents/builtin/reflection.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/agent/subagents/builtin/history-analyzer.md b/src/agent/subagents/builtin/history-analyzer.md index 903b2ee..edb3838 100644 --- a/src/agent/subagents/builtin/history-analyzer.md +++ b/src/agent/subagents/builtin/history-analyzer.md @@ -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 diff --git a/src/agent/subagents/builtin/reflection.md b/src/agent/subagents/builtin/reflection.md index f3b26fe..7e80823 100644 --- a/src/agent/subagents/builtin/reflection.md +++ b/src/agent/subagents/builtin/reflection.md @@ -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