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