pi-edit-session-in-place 0.1.6 → 0.1.8

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 ADDED
@@ -0,0 +1,90 @@
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ ## Unreleased
6
+
7
+ ## [0.1.8] - 2026-05-01
8
+
9
+ ### Changed
10
+ - updated the local pi development baseline to `@mariozechner/pi-coding-agent` / `@mariozechner/pi-tui` `0.72.0`
11
+ - regenerated the npm lockfile against the current stable dependency graph
12
+ - aligned pi core peer metadata with current pi package guidance
13
+
14
+ ### Compatibility
15
+ - reviewed the pi `0.72.0` changelog and confirmed the extension still uses supported command, shortcut, and session APIs without relying on provider thinking metadata
16
+
17
+
18
+ ## [0.1.7] - 2026-05-01
19
+
20
+ ### Changed
21
+ - updated the local pi development baseline to `@mariozechner/pi-coding-agent` / `@mariozechner/pi-tui` `0.71.1`
22
+ - regenerated the npm lockfile against the current stable dependency graph
23
+
24
+ ### Compatibility
25
+ - reviewed the pi `0.71.1` changelog and confirmed the extension still uses supported command, shortcut, and session APIs without relying on removed providers or stale session-replacement objects
26
+
27
+
28
+ ## [0.1.6] - 2026-04-23
29
+
30
+ ### Changed
31
+ - updated the local pi development baseline to `@mariozechner/pi-coding-agent` `0.70.0`
32
+ - regenerated the npm lockfile against the current stable dependency graph
33
+
34
+ ### Compatibility
35
+ - reviewed the pi `0.70.0` changelog and confirmed the extension still relies on supported extension APIs without needing the TypeBox migration surface at runtime or the changed terminal progress defaults
36
+
37
+
38
+ ## [0.1.5] - 2026-04-21
39
+
40
+ ### Changed
41
+ - updated the local pi development baseline to `@mariozechner/pi-coding-agent` `0.68.0`
42
+ - regenerated the npm lockfile against the current stable dependency graph
43
+
44
+ ### Compatibility
45
+ - reviewed the pi `0.68.0` changelog and confirmed the extension already relies on current extension APIs rather than removed cwd-bound tool exports
46
+
47
+ ## [0.1.4] - 2026-04-18
48
+
49
+ ### Changed
50
+ - bumped the local pi development baseline to `@mariozechner/pi-coding-agent` / `@mariozechner/pi-tui` `0.67.68` and `typescript` `6.0.3`
51
+ - refreshed the release lockfile against the current stable pi patch line
52
+
53
+ ### Fixed
54
+ - pinned the transitive `basic-ftp` dependency to `5.3.0` to clear the current audit finding during verification and publish checks
55
+
56
+ ## [0.1.3] - 2026-04-16
57
+
58
+ ### Changed
59
+ - updated the local pi development baseline to `@mariozechner/pi-coding-agent` / `@mariozechner/pi-tui` `0.67.4`
60
+ - aligned `packageManager` metadata to `npm@10.9.8`, the latest stable npm line compatible with the declared Node runtime floor
61
+ - removed the published `@mariozechner/pi-coding-agent` peer dependency so installs rely on pi's bundled runtime while local development keeps the package in `devDependencies`
62
+
63
+ ## [0.1.2] - 2026-04-15
64
+
65
+ ### Changed
66
+ - refreshed the local development and release baseline to pi `0.67.2`, `typescript` `6.0.2`, and `@types/node` `25.6.0`
67
+ - pinned `packageManager` to `npm@11.12.1` and updated the README compatibility notes to match the verified pi baseline
68
+ - refreshed the compatible transitive development dependency set in the lockfile without changing the published `/edit-turn` runtime behavior
69
+
70
+ ## [0.1.1] - 2026-04-11
71
+
72
+ ### Changed
73
+ - tightened local release verification with `npm run verify`, including clean test builds, typechecking, and package dry-run validation
74
+ - documented tested runtime compatibility and local development/release workflow in `README.md`
75
+ - aligned published pi core package peer dependencies with current official pi package guidance
76
+
77
+ ### Fixed
78
+ - hardened external editor handling for `Ctrl+G` by parsing quoted editor commands more reliably and preserving Windows-style paths
79
+ - moved temporary editor files into a private temporary directory with safer cleanup
80
+ - kept `Ctrl+Shift+E` hotkey behavior working while also registering the shortcut for pi shortcut discovery/diagnostics
81
+ - added regression coverage for editor command parsing, environment resolution, and newline trimming
82
+ - patched the transitive `basic-ftp` vulnerability via `overrides`
83
+
84
+ ## [0.1.0] - 2026-04-11
85
+
86
+ ### Added
87
+ - initial public release of `pi-edit-session-in-place`
88
+ - `/edit-turn` command and `Ctrl+Shift+E` hotkey for rewinding and editing or deleting earlier user messages in the current session branch
89
+ - picker/editor UI for choosing and editing previous user messages
90
+ - regression tests for editable-message extraction and ordering
package/README.md CHANGED
@@ -6,11 +6,11 @@ A [pi](https://github.com/badlogic/pi-mono) extension that lets you rewind to an
6
6
 
7
7
  Tested with:
8
8
 
9
- - `@mariozechner/pi-coding-agent` `0.67.4`
10
- - `@mariozechner/pi-tui` `0.67.4`
9
+ - `@mariozechner/pi-coding-agent` `0.72.0`
10
+ - `@mariozechner/pi-tui` `0.72.0`
11
11
  - Node.js `>=20.6.0`
12
12
 
13
- Local development and verification in this repo target pi `0.67.4`. `@mariozechner/pi-coding-agent` stays in `devDependencies` for local typechecking and tests, while the extension relies on pi's bundled runtime packages at execution time.
13
+ Local development and verification in this repo target pi `0.72.0`. `@mariozechner/pi-coding-agent` stays in `devDependencies` for local typechecking and tests, while pi core packages are declared as wildcard peers and the extension relies on pi's bundled runtime packages at execution time.
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.6",
3
+ "version": "0.1.8",
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",
@@ -34,16 +34,19 @@
34
34
  "files": [
35
35
  "extensions",
36
36
  "README.md",
37
+ "CHANGELOG.md",
37
38
  "LICENSE"
38
39
  ],
39
40
  "peerDependencies": {
40
- "@mariozechner/pi-tui": "*"
41
+ "@mariozechner/pi-tui": "*",
42
+ "@mariozechner/pi-coding-agent": "*"
41
43
  },
42
44
  "engines": {
43
45
  "node": ">=20.6.0"
44
46
  },
45
47
  "devDependencies": {
46
- "@mariozechner/pi-coding-agent": "^0.70.0",
48
+ "@mariozechner/pi-coding-agent": "^0.72.0",
49
+ "@mariozechner/pi-tui": "^0.72.0",
47
50
  "@types/node": "^25.6.0",
48
51
  "typescript": "^6.0.3"
49
52
  },