pi-acp 0.0.17 → 0.0.19
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 +1 -1
- package/dist/index.js +960 -85
- package/dist/index.js.map +1 -1
- package/package.json +4 -2
package/README.md
CHANGED
|
@@ -17,7 +17,7 @@ This is an MVP-style adapter intended to be useful today and easy to iterate on.
|
|
|
17
17
|
High-level mapping:
|
|
18
18
|
|
|
19
19
|
- `session/new` → spawn `pi --mode rpc` (working directory = `cwd`)
|
|
20
|
-
- `session/prompt` → send `{ type: "prompt", message,
|
|
20
|
+
- `session/prompt` → send `{ type: "prompt", message, images }` to pi and stream events back as `session/update`
|
|
21
21
|
- `session/cancel` → send `{ type: "abort" }`
|
|
22
22
|
|
|
23
23
|
## Features
|