chore(subagents): switch memory workers to sonnet (#1193)

This commit is contained in:
Sarah Wooders
2026-02-27 15:41:59 -08:00
committed by GitHub
parent fb5157c7a6
commit 1dd2281e2c
2 changed files with 2 additions and 2 deletions

View File

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

View File

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