fix(delegate-task): include category in continuation task_metadata blocks

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
YeonGyu-Kim
2026-04-20 15:33:05 +09:00
parent b5bc4cd404
commit 83c8ffbe01
2 changed files with 2 additions and 0 deletions
@@ -156,6 +156,7 @@ ${buildTaskMetadataBlock({
agent: resumeAgent,
})}`
} finally {
category: args.category,
if (toastManager) {
toastManager.removeTask(taskId)
}