Reapply: Stop completed turns from appearing stuck (#2484)

This commit is contained in:
Mohamed Boudra
2026-07-29 12:28:08 +02:00
parent acb8506d1f
commit 24934b4bbe
39 changed files with 3416 additions and 1048 deletions

View File

@@ -3710,6 +3710,8 @@ export const SendAgentMessageResponseMessageSchema = z.object({
agentId: z.string(),
accepted: z.boolean(),
error: z.string().nullable(),
// COMPAT(messageSubmissionDisposition): added in v0.2.3, remove optional parsing after 2027-01-27.
outOfBand: z.boolean().optional(),
}),
});