@bacnh85/pi-attachments 0.2.0 → 0.2.1
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 +4 -0
- package/package.json +7 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.2.1 (2026-09-05)
|
|
4
|
+
|
|
5
|
+
- Widen Pi SDK peer range to `>=0.85.0 <0.86.0` and bump devDep to `^0.85.0` for Pi 0.85.0 compatibility (no breaking changes; peer cap widening only).
|
|
6
|
+
|
|
3
7
|
## 0.2.0
|
|
4
8
|
|
|
5
9
|
- **Readable path references by default (read on demand).** `[[attach:name]]`
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bacnh85/pi-attachments",
|
|
3
|
-
"version": "0.2.
|
|
4
|
-
"description": "Image and file attachments for Pi
|
|
3
|
+
"version": "0.2.1",
|
|
4
|
+
"description": "Image and file attachments for Pi — converts pasted/dropped file paths into real image attachments, inlines text files, and pastes clipboard file references.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
@@ -39,12 +39,13 @@
|
|
|
39
39
|
"typecheck": "tsc --noEmit"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
|
-
"@earendil-works/pi-coding-agent": ">=0.84.3 <0.
|
|
42
|
+
"@earendil-works/pi-coding-agent": ">=0.84.3 <0.86.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@earendil-works/pi-
|
|
46
|
-
"@earendil-works/pi-
|
|
47
|
-
"@earendil-works/pi-
|
|
45
|
+
"@earendil-works/pi-ai": "^0.85.0",
|
|
46
|
+
"@earendil-works/pi-coding-agent": "^0.85.0",
|
|
47
|
+
"@earendil-works/pi-server": "^0.85.0",
|
|
48
|
+
"@earendil-works/pi-tui": "^0.85.0",
|
|
48
49
|
"@types/mocha": "^10.0.10",
|
|
49
50
|
"@types/node": "^20.19.43",
|
|
50
51
|
"chai": "^4.5.0",
|