@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.
Files changed (2) hide show
  1. package/README.md +5 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,11 +1,11 @@
1
1
  # `@henryqw/pi-undo`
2
2
 
3
- `/undo` rewinds conversation context and restores your latest prompt.
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**: People who need to retry their latest user prompt.
8
- - **Advantage**: It restores that prompt without later conversation context.
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
- It stops active work and restores your latest prompt.
21
- It does not revert filesystem changes.
20
+ Edit or submit it again. `/undo` does not revert filesystem changes.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@henryqw/pi-undo",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Rewind Pi conversation context to the latest user prompt.",
5
5
  "keywords": [
6
6
  "pi-package",