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:
@@ -75,6 +75,7 @@ ${buildTaskMetadataBlock({
|
||||
return formatDetailedError(error, {
|
||||
operation: "Continue background task",
|
||||
args,
|
||||
category: task.category,
|
||||
sessionID: taskID,
|
||||
})
|
||||
}
|
||||
|
||||
@@ -156,6 +156,7 @@ ${buildTaskMetadataBlock({
|
||||
agent: resumeAgent,
|
||||
})}`
|
||||
} finally {
|
||||
category: args.category,
|
||||
if (toastManager) {
|
||||
toastManager.removeTask(taskId)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user