Understand pi-acp limitations
mainWhen using pi-acp, be aware of the following current limitations:
- No Filesystem or Terminal Delegation:
pi-acpdoes not support ACPfs/*orterminal/*delegation. Thepiagent reads, writes, and executes commands locally on your machine. - MCP Support: While MCP servers are accepted in ACP parameters and stored in session state, they are not automatically wired through to
piby this adapter. To use MCP withpi, you must use the pi-mcp-adapter. - Streaming: Assistant streaming is sent as
agent_message_chunk. There is currently no separate stream for 'thoughts'. - Queueing: The queueing mechanism is implemented client-side and behaves like
pi'sone-at-a-timemode.