channels.tools 0.1.2 → 0.1.3
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 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -50,11 +50,10 @@ speak this protocol.
|
|
|
50
50
|
- A server that crashes is retried with backoff; its tools re-register on
|
|
51
51
|
reconnect. A misbehaving or non-conforming process is killed and logged.
|
|
52
52
|
|
|
53
|
-
## The protocol
|
|
53
|
+
## The protocol
|
|
54
54
|
|
|
55
55
|
A channel server is a subprocess speaking **newline-delimited JSON-RPC 2.0
|
|
56
|
-
over stdio** (no `Content-Length` framing
|
|
57
|
-
convention's wire name.
|
|
56
|
+
over stdio** (no `Content-Length` framing, no network, no ports).
|
|
58
57
|
|
|
59
58
|
1. **Handshake** — client sends `initialize`; the server's result must
|
|
60
59
|
declare `capabilities.experimental["claude/channel"]` and may include an
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "channels.tools",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "Channels for the pi coding agent: connect channel servers that push events into a live session — wake it when idle, queue when busy — and proxy their tools. A client for the claude/channel convention.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|