From 7e60b0dcab05a494a482ad03ee29001da1897c62 Mon Sep 17 00:00:00 2001 From: gsxdsm Date: Sat, 11 Jul 2026 23:44:47 -0700 Subject: [PATCH] docs: note chat image ContentBlocks on Grok ACP promptWithFallback --- docs/grok-cli-contract.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/grok-cli-contract.md b/docs/grok-cli-contract.md index 7050ae668a..e5e082a5a1 100644 --- a/docs/grok-cli-contract.md +++ b/docs/grok-cli-contract.md @@ -74,7 +74,7 @@ mcpServers through createResolvedAgentSession. Grok ACP must not drop them. ### Session lifecycle 1. `createSession` — spawn `grok agent stdio`, ACP `initialize`, `session/new` over the task cwd. -2. `promptWithFallback` — ACP `session/prompt`; stream `session/update` notifications until terminal `stopReason`. +2. `promptWithFallback` — ACP `session/prompt` with text + optional chat image ContentBlocks from prompt options; stream `session/update` notifications until terminal `stopReason`. 3. `dispose` — best-effort `session/cancel` + process-registry SIGKILL (authoritative no-orphan guarantee). ### Streamed update mapping