pi-rewind-hook 1.8.1 → 1.8.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/CHANGELOG.md +5 -0
- package/README.md +0 -2
- package/install.js +0 -0
- package/package.json +1 -4
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
|
|
|
4
4
|
|
|
5
5
|
## [Unreleased]
|
|
6
6
|
|
|
7
|
+
## [1.8.2] - 2026-04-05
|
|
8
|
+
|
|
9
|
+
### Changed
|
|
10
|
+
- Dropped `npx pi-rewind-hook` installer support; package install path is now `pi install npm:pi-rewind-hook`
|
|
11
|
+
|
|
7
12
|
## [1.8.1] - 2026-04-05
|
|
8
13
|
|
|
9
14
|
### Fixed
|
package/README.md
CHANGED
|
@@ -29,8 +29,6 @@ This will:
|
|
|
29
29
|
4. Remove legacy hooks/explicit rewind extension entries from `settings.json` if present
|
|
30
30
|
5. Clean up old `hooks/rewind` directory (if present)
|
|
31
31
|
|
|
32
|
-
You can also install with `npx pi-rewind-hook`.
|
|
33
|
-
|
|
34
32
|
## Configuration
|
|
35
33
|
|
|
36
34
|
Optionally add settings to `~/.pi/agent/settings.json`. For example:
|
package/install.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-rewind-hook",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.2",
|
|
4
4
|
"description": "Rewind extension for Pi agent - automatic git checkpoints with file/conversation restore",
|
|
5
|
-
"bin": {
|
|
6
|
-
"pi-rewind-hook": "./install.js"
|
|
7
|
-
},
|
|
8
5
|
"repository": {
|
|
9
6
|
"type": "git",
|
|
10
7
|
"url": "https://github.com/nicobailon/pi-rewind-hook"
|