fix(delegate-task): propagate category in background continuation

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 14:50:18 +09:00
parent 9bd5829a76
commit 8a2a11b210
@@ -36,6 +36,7 @@ export async function executeBackgroundContinuation(
metadata: {
prompt: args.prompt,
agent: task.agent,
...(task.category !== undefined ? { category: task.category } : {}),
load_skills: args.load_skills,
description: args.description,
run_in_background: args.run_in_background,