@d3ara1n/pi-ask-user 2.1.0 → 2.1.1
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 +5 -1
- package/package.json +3 -2
- package/preview.png +0 -0
package/README.md
CHANGED
|
@@ -237,7 +237,11 @@ format, which could break when a custom answer contained a colon or newline.
|
|
|
237
237
|
| `Esc` | Cancel (or exit custom-input editor without saving) |
|
|
238
238
|
| `Ctrl+\` | Collapse / expand the panel |
|
|
239
239
|
|
|
240
|
-
##
|
|
240
|
+
## Dependencies
|
|
241
|
+
|
|
242
|
+
None.
|
|
243
|
+
|
|
244
|
+
## Installation
|
|
241
245
|
|
|
242
246
|
Add to `~/.pi/agent/settings.json`:
|
|
243
247
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@d3ara1n/pi-ask-user",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Ask-user tool for pi — renders in the bottom editor slot (not a screen overlay), so the transcript stays visible and scrollable above the panel while you decide",
|
|
6
6
|
"main": "src/index.ts",
|
|
@@ -23,7 +23,8 @@
|
|
|
23
23
|
"pi": {
|
|
24
24
|
"extensions": [
|
|
25
25
|
"./src/index.ts"
|
|
26
|
-
]
|
|
26
|
+
],
|
|
27
|
+
"image": "https://raw.githubusercontent.com/d3ara1n/pi-extensions/main/packages/pi-ask-user/preview.png"
|
|
27
28
|
},
|
|
28
29
|
"repository": {
|
|
29
30
|
"type": "git",
|
package/preview.png
ADDED
|
Binary file
|