fix(delegate-task): propagate agent and category in sync 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:11 +09:00
parent 9bf89deee3
commit 9bd5829a76
@@ -76,6 +76,8 @@ export async function executeSyncContinuation(
title: `Continue: ${args.description}`,
metadata: {
prompt: args.prompt,
...(resumeAgent !== undefined ? { agent: resumeAgent } : {}),
...(args.category !== undefined ? { category: args.category } : {}),
load_skills: args.load_skills,
description: args.description,
run_in_background: args.run_in_background,