@automatalabs/pi-acp 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@ The package entry exports the value APIs `runAcp(options?)`, `PiAcpAgent`, and `
|
|
|
12
12
|
|
|
13
13
|
## Custom backend registration
|
|
14
14
|
|
|
15
|
-
|
|
15
|
+
With `@automatalabs/acp-agents`, register pi-acp through the custom-backend registry with both required capability fields (a built-in `pi` backend id is tracked in [VikashLoomba/agentprism-workflows#213](https://github.com/VikashLoomba/agentprism-workflows/issues/213)):
|
|
16
16
|
|
|
17
17
|
```json
|
|
18
18
|
{
|
|
@@ -46,7 +46,7 @@ pi-acp owns the `mcp__` prefix for bridged MCP tools and the exact `__acp_struct
|
|
|
46
46
|
|
|
47
47
|
## Version 1 limitations
|
|
48
48
|
|
|
49
|
-
Only stdio MCP servers are supported. Load replay is the active linear branch and excludes branch topology and compaction summaries. `additionalDirectories` is accepted but ignored because pi is not root-confined. Audio is degraded to a text note. Mid-turn steering and terminal-login authentication are not exposed. Promotion to a built-in `
|
|
49
|
+
Only stdio MCP servers are supported. Load replay is the active linear branch and excludes branch topology and compaction summaries. `additionalDirectories` is accepted but ignored because pi is not root-confined. Audio is degraded to a text note. Mid-turn steering and terminal-login authentication are not exposed. Promotion to a built-in `pi` backend id in `@automatalabs/acp-agents` is tracked in [VikashLoomba/agentprism-workflows#213](https://github.com/VikashLoomba/agentprism-workflows/issues/213).
|
|
50
50
|
|
|
51
51
|
## Development
|
|
52
52
|
|