fix(delegate-task): align continuation task metadata titles
This commit is contained in:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user