@juicesharp/rpiv-warp 1.10.2 → 1.12.0
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 +7 -0
- package/README.md +3 -3
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,13 @@ All notable changes to `@juicesharp/rpiv-warp` are documented here.
|
|
|
5
5
|
Format: [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
|
|
6
6
|
Versioning: [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [1.12.0] - 2026-05-21
|
|
9
|
+
|
|
10
|
+
## [1.11.0] - 2026-05-20
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
- Relocate npm + MIT badges from the cover area to the License section in README.
|
|
14
|
+
|
|
8
15
|
## [1.10.2] - 2026-05-20
|
|
9
16
|
|
|
10
17
|
### Changed
|
package/README.md
CHANGED
|
@@ -8,9 +8,6 @@
|
|
|
8
8
|
</a>
|
|
9
9
|
</div>
|
|
10
10
|
|
|
11
|
-
[](https://www.npmjs.com/package/@juicesharp/rpiv-warp)
|
|
12
|
-
[](https://opensource.org/licenses/MIT)
|
|
13
|
-
|
|
14
11
|
Native [Warp terminal](https://www.warp.dev/) toasts for [Pi Agent](https://github.com/badlogic/pi-mono) lifecycle events. When Pi finishes a long task, asks for your input, or completes a turn, `rpiv-warp` emits Warp's `OSC 777` escape sequence and Warp surfaces a native OS notification. Outside Warp it does nothing - install it everywhere, it only fires where it's useful.
|
|
15
12
|
|
|
16
13
|
## Features
|
|
@@ -84,4 +81,7 @@ Missing or malformed file falls back to defaults - no config required.
|
|
|
84
81
|
|
|
85
82
|
## License
|
|
86
83
|
|
|
84
|
+
[](https://www.npmjs.com/package/@juicesharp/rpiv-warp)
|
|
85
|
+
[](https://opensource.org/licenses/MIT)
|
|
86
|
+
|
|
87
87
|
MIT - see [LICENSE](./LICENSE).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@juicesharp/rpiv-warp",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.12.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Pi extension. Native Warp terminal notifications, dispatched via OSC 777 on Pi lifecycle events.",
|
|
6
6
|
"keywords": [
|
|
@@ -50,6 +50,6 @@
|
|
|
50
50
|
"@earendil-works/pi-coding-agent": "*"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@juicesharp/rpiv-config": "^1.
|
|
53
|
+
"@juicesharp/rpiv-config": "^1.12.0"
|
|
54
54
|
}
|
|
55
55
|
}
|