fix(prompts): normalize agent names for continuation injections
This commit is contained in:
@@ -889,7 +889,7 @@ describe("BackgroundManager.notifyParentSession - dynamic message lookup", () =>
|
||||
.notifyParentSession(task)
|
||||
|
||||
//#then
|
||||
expect(capturedBody?.agent).toBe("sisyphus")
|
||||
expect(capturedBody?.agent).toBe("Sisyphus (Ultraworker)")
|
||||
expect(capturedBody?.model).toEqual({ providerID: "anthropic", modelID: "claude-opus-4.6" })
|
||||
|
||||
manager.shutdown()
|
||||
|
||||
Reference in New Issue
Block a user