pi-edit-session-in-place 0.1.20 → 0.1.21

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 CHANGED
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
  ## Unreleased
6
6
 
7
+ ## [0.1.21] - 2026-06-23
8
+
9
+ ### Changed
10
+ - updated the local pi development baseline to `@earendil-works/pi-coding-agent` / `@earendil-works/pi-tui` `0.80.1` and refreshed the npm lockfile
11
+ - refreshed README compatibility notes for pi `0.80.1`
12
+ - reviewed the Pi 0.80.0/0.80.1 changelog; no runtime source migration was required
13
+
14
+ ### Validation
15
+ - Pending in this release train.
16
+
7
17
  ## [0.1.20] - 2026-06-22
8
18
 
9
19
  ### Changed
package/README.md CHANGED
@@ -6,11 +6,11 @@ A [pi](https://github.com/earendil-works/pi-mono) extension that lets you rewind
6
6
 
7
7
  Tested with:
8
8
 
9
- - `@earendil-works/pi-coding-agent` `0.79.10`
10
- - `@earendil-works/pi-tui` `0.79.10`
9
+ - `@earendil-works/pi-coding-agent` `0.80.1`
10
+ - `@earendil-works/pi-tui` `0.80.1`
11
11
  - Node.js `>=22.19.0`
12
12
 
13
- Local development and verification in this repo target pi `0.79.10` as the suggested minimum tested baseline. `@earendil-works/pi-coding-agent` and `@earendil-works/pi-tui` stay in `devDependencies` for local typechecking and tests, while pi core packages are declared as optional wildcard peers and the extension relies on pi's bundled runtime packages at execution time. That keeps installs forward-open for future pi releases: npm peer ranges should not block users from trying a newer pi, though runtime behavior is only verified against the tested baseline until a follow-up package release confirms it.
13
+ Local development and verification in this repo target pi `0.80.1` as the suggested minimum tested baseline. `@earendil-works/pi-coding-agent` and `@earendil-works/pi-tui` stay in `devDependencies` for local typechecking and tests, while pi core packages are declared as optional wildcard peers and the extension relies on pi's bundled runtime packages at execution time. That keeps installs forward-open for future pi releases: npm peer ranges should not block users from trying a newer pi, though runtime behavior is only verified against the tested baseline until a follow-up package release confirms it.
14
14
 
15
15
  ## What it does
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-edit-session-in-place",
3
- "version": "0.1.20",
3
+ "version": "0.1.21",
4
4
  "description": "pi extension that lets you re-edit or delete an earlier user message in the current session branch",
5
5
  "author": "Mitch Fultz (https://github.com/fitchmultz)",
6
6
  "license": "MIT",
@@ -45,8 +45,8 @@
45
45
  "node": ">=22 <25"
46
46
  },
47
47
  "devDependencies": {
48
- "@earendil-works/pi-coding-agent": "^0.79.10",
49
- "@earendil-works/pi-tui": "^0.79.10",
48
+ "@earendil-works/pi-coding-agent": "^0.80.1",
49
+ "@earendil-works/pi-tui": "^0.80.1",
50
50
  "@types/node": "^25.9.1",
51
51
  "typescript": "^6.0.3"
52
52
  },