pi-side-chat 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 -0
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -13,6 +13,8 @@
|
|
|
13
13
|
pi install npm:pi-side-chat
|
|
14
14
|
```
|
|
15
15
|
|
|
16
|
+
https://github.com/user-attachments/assets/3a359f47-c706-46b9-8b16-d05f430d402c
|
|
17
|
+
|
|
16
18
|
You're in the middle of a longer task and want to ask something small without derailing the main thread — check an API detail, sanity-check an approach, search something, or peek at what the main agent is doing. Open the overlay, ask, close it. Main thread never gets interrupted.
|
|
17
19
|
|
|
18
20
|
## Quick Start
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-side-chat",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "Pi extension that forks the current conversation into a temporary side chat",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.js",
|
|
@@ -18,7 +18,8 @@
|
|
|
18
18
|
"license": "MIT",
|
|
19
19
|
"repository": {
|
|
20
20
|
"type": "git",
|
|
21
|
-
"url": "git+https://github.com/nicobailon/pi-side-chat.git"
|
|
21
|
+
"url": "git+https://github.com/nicobailon/pi-side-chat.git",
|
|
22
|
+
"video": "https://github.com/nicobailon/pi-side-chat/raw/refs/heads/main/side-chat.mp4"
|
|
22
23
|
},
|
|
23
24
|
"peerDependencies": {
|
|
24
25
|
"@mariozechner/pi-coding-agent": "*",
|