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