pi-copy-message 1.0.5 → 1.0.7
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 +12 -0
- package/README.md +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.0.7 - 2026-06-23
|
|
4
|
+
|
|
5
|
+
- updated the local pi development baseline to `@earendil-works/pi-coding-agent` / `@earendil-works/pi-tui` `0.80.1` and refreshed the npm lockfile
|
|
6
|
+
- refreshed the README compatibility note for pi `0.80.1`
|
|
7
|
+
- reviewed the Pi 0.80.0/0.80.1 changelog; no runtime source migration was required
|
|
8
|
+
|
|
9
|
+
## 1.0.6 - 2026-06-22
|
|
10
|
+
|
|
11
|
+
- updated the local pi development baseline to `@earendil-works/pi-coding-agent` / `@earendil-works/pi-tui` `0.79.10` and refreshed the npm lockfile
|
|
12
|
+
- refreshed the README compatibility note for pi `0.79.10` and removed the obsolete fleet-tested marker
|
|
13
|
+
- validated with `npm run check` and an isolated Pi package-load smoke under pi `0.79.10`
|
|
14
|
+
|
|
3
15
|
## 1.0.5 - 2026-06-15
|
|
4
16
|
|
|
5
17
|
- updated the local pi development baseline to `@earendil-works/pi-coding-agent` / `@earendil-works/pi-tui` `0.79.4` and refreshed the npm lockfile
|
package/README.md
CHANGED
|
@@ -119,7 +119,7 @@ Copy with role and timestamp metadata instead of raw text only:
|
|
|
119
119
|
|
|
120
120
|
## Compatibility
|
|
121
121
|
|
|
122
|
-
- Tested with pi 0.
|
|
122
|
+
- Tested with pi 0.80.1
|
|
123
123
|
- Supported Node.js range for local repo tooling: `>=22.19.0`
|
|
124
124
|
- `.nvmrc` pins Node 22.19.0 for local development
|
|
125
125
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-copy-message",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.7",
|
|
4
4
|
"description": "Pi extension with a searchable TUI picker for copying raw session messages",
|
|
5
5
|
"author": "Mitch Fultz (https://github.com/fitchmultz)",
|
|
6
6
|
"license": "MIT",
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
"LICENSE"
|
|
45
45
|
],
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@earendil-works/pi-coding-agent": "0.
|
|
48
|
-
"@earendil-works/pi-tui": "0.
|
|
47
|
+
"@earendil-works/pi-coding-agent": "^0.80.1",
|
|
48
|
+
"@earendil-works/pi-tui": "^0.80.1",
|
|
49
49
|
"@types/node": "^25.9.1",
|
|
50
50
|
"tsx": "^4.22.4",
|
|
51
51
|
"typescript": "^6.0.3"
|