From d0a3cb3936f949e0e9aeef7ccee343a7c372a197 Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Mon, 20 Apr 2026 15:33:45 +0900 Subject: [PATCH] fix(delegate-task): align background-continuation title with args.description Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus --- src/tools/delegate-task/background-continuation.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/delegate-task/background-continuation.ts b/src/tools/delegate-task/background-continuation.ts index a425a4db4..0af49757e 100644 --- a/src/tools/delegate-task/background-continuation.ts +++ b/src/tools/delegate-task/background-continuation.ts @@ -35,7 +35,7 @@ export async function executeBackgroundContinuation( const resolvedModel = resolveMetadataModel(task.model, parentContext.model) const bgContMeta = { - title: `Continue: ${task.description}`, + title: `Continue: ${args.description}`, metadata: { prompt: args.prompt, agent: task.agent,