Files
fusion/plugins/fusion-plugin-grok-runtime/manifest.json
gsxdsm 6267a762a4 feat: drive Grok CLI sessions over ACP with tools, skills, and MCP
Replace one-shot grok -p JSON with native grok agent stdio (ACP) for realtime
streaming, tool visibility, and multi-turn sessions. Vendor the ACP client
into fusion-plugin-grok-runtime, forward Fusion fn_* tools and operator MCP,
stage Fusion skills via --plugin-dir, authenticate per xAI headless docs, and
align project chat manager store resolution so Grok chat sessions can send.
2026-07-11 23:23:31 -07:00

7 lines
203 B
JSON

{
"id": "fusion-plugin-grok-runtime",
"name": "Grok Runtime Plugin",
"version": "0.2.0",
"description": "Provides Grok CLI-backed model provider and runtime integration over ACP (agent stdio)"
}