Files
fusion/plugins/fusion-plugin-acp-runtime/manifest.json
gsxdsm a3292fb545 feat(acp): scaffold fusion-plugin-acp-runtime (U1)
New runtime plugin registering runtimeId 'acp', mirroring the
fusion-plugin-droid-runtime shape. Adds @agentclientprotocol/sdk@0.24.0
and an SDK smoke-import test that gates on the load-bearing exports
(ClientSideConnection, ndJsonStream, PROTOCOL_VERSION=1) so a breaking
SDK change surfaces at U1. Runtime adapter is a contract-conforming
skeleton (incl. describeModel); session driving lands in U2/U3.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-03 08:35:51 -07:00

14 lines
383 B
JSON

{
"id": "fusion-plugin-acp-runtime",
"name": "ACP Runtime Plugin",
"version": "0.1.0",
"description": "Drives any external Agent Client Protocol (ACP) agent for Fusion",
"author": "Fusion Team",
"runtime": {
"runtimeId": "acp",
"name": "ACP Runtime",
"description": "Drives any external ACP-compatible agent over JSON-RPC/stdio",
"version": "0.1.0"
}
}