@henryqw/pi-undo 0.1.0 → 0.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 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
# `@henryqw/pi-undo`
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Return to your latest user prompt so you can edit and retry it without later conversation context.
|
|
4
4
|
|
|
5
5
|
## Why
|
|
6
6
|
|
|
7
|
-
- **Created for**:
|
|
8
|
-
- **Advantage**:
|
|
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.
|
|
9
9
|
|
|
10
10
|
## Install
|
|
11
11
|
|
|
@@ -15,7 +15,6 @@ pi install npm:@henryqw/pi-undo
|
|
|
15
15
|
|
|
16
16
|
## Use
|
|
17
17
|
|
|
18
|
-
Run `/undo` with no arguments.
|
|
18
|
+
Run `/undo` with no arguments. Pi stops active work and puts your latest prompt back in the editor.
|
|
19
19
|
|
|
20
|
-
|
|
21
|
-
It does not revert filesystem changes.
|
|
20
|
+
Edit or submit it again. `/undo` does not revert filesystem changes.
|