@henryqw/pi-undo 1.0.0 → 1.0.2
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 +6 -7
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,11 +1,6 @@
|
|
|
1
1
|
# `@henryqw/pi-undo`
|
|
2
2
|
|
|
3
|
-
Return to your latest user prompt so you can edit and retry it without later conversation context.
|
|
4
|
-
|
|
5
|
-
## Why
|
|
6
|
-
|
|
7
|
-
- **Created for**: Pi users who want to correct or retry their latest request.
|
|
8
|
-
- **Advantage**: Restore the prompt in place instead of copying it into a new turn.
|
|
3
|
+
Return to your latest user prompt so you can edit and retry it without later conversation context. The prompt returns in place instead of requiring a copied new turn.
|
|
9
4
|
|
|
10
5
|
## Install
|
|
11
6
|
|
|
@@ -17,4 +12,8 @@ pi install npm:@henryqw/pi-undo
|
|
|
17
12
|
|
|
18
13
|
Run `/undo` with no arguments. Pi stops active work and puts your latest prompt back in the editor.
|
|
19
14
|
|
|
20
|
-
Edit or submit it again.
|
|
15
|
+
Edit or submit it again.
|
|
16
|
+
|
|
17
|
+
## Limits and recovery
|
|
18
|
+
|
|
19
|
+
`/undo` does not revert filesystem changes.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@henryqw/pi-undo",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Rewind Pi conversation context to the latest user prompt.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pi-package",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"pack:check": "npm pack --dry-run"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
|
-
"@earendil-works/pi-coding-agent": "^0.85.
|
|
27
|
+
"@earendil-works/pi-coding-agent": "^0.85.1"
|
|
28
28
|
},
|
|
29
29
|
"repository": {
|
|
30
30
|
"type": "git",
|