fix(delegate-task): align continuation task metadata titles

This commit is contained in:
YeonGyu-Kim
2026-05-11 12:21:37 +09:00
parent 5bb0b0140e
commit ac9e375d85
4 changed files with 54 additions and 3 deletions
@@ -171,7 +171,7 @@ describe("delegate-task Oracle gap closure", () => {
//#then
const published = ctx.captured.find((item) => item.metadata?.sessionId === "ses_bg_title")
expect(published?.title).toBe("Continue: new desc")
expect(published?.title).toBe("new desc")
})
test("#given sync continuation receives system content #when prompt is sent #then system content reaches prompt body", async () => {