test(scaffold-server): expect absent lastAssistantMessage for a childless result
The subagent/end edge now encodes 'no output' as an absent field, never an empty array; the wire projection forwards only present fields.
This commit is contained in:
@@ -736,6 +736,8 @@ describe('HarnessSdkServer', () => {
|
||||
stopReason: 'error',
|
||||
})
|
||||
|
||||
// A childless result carries NO lastAssistantMessage on the wire: the
|
||||
// end edge encodes "no output" as an absent field, never `[]`.
|
||||
expect(transport.notifications).toContainEqual({
|
||||
method: 'subagent.finished',
|
||||
params: {
|
||||
@@ -745,7 +747,6 @@ describe('HarnessSdkServer', () => {
|
||||
childSessionId: 'fallback-child-session',
|
||||
status: 'ok',
|
||||
stopReason: 'max-tokens',
|
||||
lastAssistantMessage: [],
|
||||
},
|
||||
})
|
||||
expect(transport.notifications).toContainEqual({
|
||||
|
||||
Reference in New Issue
Block a user