fix(atlas): use raw agent key instead of display name for API calls (#3138)

This commit is contained in:
YeonGyu-Kim
2026-04-05 17:03:11 +09:00
parent 60ccba38e1
commit 1f4ed0057a
+1 -1
View File
@@ -1804,7 +1804,7 @@ session_id: ses_untrusted_999
// then - should call prompt for sisyphus
expect(mockInput._promptMock).toHaveBeenCalled()
const callArgs = mockInput._promptMock.mock.calls[0][0]
expect(callArgs.body.agent).toBe("Sisyphus (Ultraworker)")
expect(callArgs.body.agent).toBe("sisyphus")
})
test("should preserve display-name agent in continuation prompt when boulder agent uses display form", async () => {