feat(delegate-task): unify TUI metadata by adding model field to all 5 executor paths

This commit is contained in:
YeonGyu-Kim
2026-03-04 16:35:06 +09:00
parent 6897761b21
commit d6b0e564bf
6 changed files with 195 additions and 16 deletions
@@ -67,6 +67,7 @@ export async function executeBackgroundTask(
run_in_background: args.run_in_background,
sessionId: sessionId ?? "pending",
command: args.command,
model: categoryModel ? { providerID: categoryModel.providerID, modelID: categoryModel.modelID } : undefined,
},
}
await ctx.metadata?.(unstableMeta)