From 366dfe123e1a9b5e2c3c50645e41327af264ddbd Mon Sep 17 00:00:00 2001 From: gsxdsm Date: Wed, 12 Aug 2026 15:40:14 -0700 Subject: [PATCH] FN-9015: refresh Grok runtime model example Refresh the Grok runtime README with the current flagship model invocation. - Update the optional Grok ACP command to use grok-4.6. - Document why the illustrative model identifier tracks the provider default. Files changed: plugins/fusion-plugin-grok-runtime/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Fusion-Task-Id: FN-9015 Fusion-Task-Lineage: 6dd04810-fe06-4462-82b9-5abb38e229c0 Co-authored-by: Fusion (runfusion.ai) --- plugins/fusion-plugin-grok-runtime/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/fusion-plugin-grok-runtime/README.md b/plugins/fusion-plugin-grok-runtime/README.md index f3450ea5c9..ceab5f8a54 100644 --- a/plugins/fusion-plugin-grok-runtime/README.md +++ b/plugins/fusion-plugin-grok-runtime/README.md @@ -29,10 +29,11 @@ The previously assumed `superagent-ai/grok-cli` contract is a different product `GrokRuntimeAdapter` drives xAI's native ACP server with a **vendored** ACP client (copied under `src/acp/`, not imported from `fusion-plugin-acp-runtime`): + ```bash grok agent stdio # optional model: -grok agent -m grok-4.5 stdio +grok agent -m grok-4.6 stdio ``` - **Realtime streaming** — ACP `session/update` notifications map to Fusion `onText` / `onThinking` / `onToolStart` / `onToolEnd` as chunks arrive (not buffered until process exit).