Version
little-coder 1.9.9
bundled pi 0.79.10
Zed 1.8.2
What I'm trying to do
I'm trying to use Little-Coder as a custom External Agent in Zed, he was asking for a new home.
Zed's documentation says custom agents must implement ACP (Agent Client Protocol).
I configured:
{
"agent_servers": {
"little-coder": {
"type": "custom",
"command": "C:\Users\charl\AppData\Roaming\npm\little-coder.cmd"
}
}
}
The thread appears in Zed, but stays on:
Loading...
and ACP logs show:
ACP: Disconnected
No active connection
Observations
Little-Coder launches successfully.
Running:
little-coder --mode rpc
produces structured JSON messages such as:
{"type":"extension_ui_request","method":"setTitle"}
{"type":"extension_ui_request","method":"notify"}
{"type":"extension_ui_request","method":"setWidget"}
Running the bundled Pi directly:
"C:\Users\charl\AppData\Roaming\npm\node_modules\little-coder\node_modules.bin\pi.cmd" --version
returns:
0.79.10
I searched the Little-Coder installation for ACP support and couldn't find anything that appears related to ACP integration.
Question
Does Little-Coder currently support ACP / Zed External Agent integration?
If not, is ACP support planned, or is there a recommended way to integrate Little-Coder with editors such as Zed while preserving the Little-Coder extensions and workflow?
Version
little-coder 1.9.9
bundled pi 0.79.10
Zed 1.8.2
What I'm trying to do
I'm trying to use Little-Coder as a custom External Agent in Zed, he was asking for a new home.
Zed's documentation says custom agents must implement ACP (Agent Client Protocol).
I configured:
{
"agent_servers": {
"little-coder": {
"type": "custom",
"command": "C:\Users\charl\AppData\Roaming\npm\little-coder.cmd"
}
}
}
The thread appears in Zed, but stays on:
Loading...
and ACP logs show:
ACP: Disconnected
No active connection
Observations
Little-Coder launches successfully.
Running:
little-coder --mode rpc
produces structured JSON messages such as:
{"type":"extension_ui_request","method":"setTitle"}
{"type":"extension_ui_request","method":"notify"}
{"type":"extension_ui_request","method":"setWidget"}
Running the bundled Pi directly:
"C:\Users\charl\AppData\Roaming\npm\node_modules\little-coder\node_modules.bin\pi.cmd" --version
returns:
0.79.10
I searched the Little-Coder installation for ACP support and couldn't find anything that appears related to ACP integration.
Question
Does Little-Coder currently support ACP / Zed External Agent integration?
If not, is ACP support planned, or is there a recommended way to integrate Little-Coder with editors such as Zed while preserving the Little-Coder extensions and workflow?