@amaster.ai/pi-attachments 0.1.2-beta.13 → 0.1.2-beta.14

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/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @amaster.ai/pi-attachments
2
2
 
3
+ ![pi-attachments preview](https://raw.githubusercontent.com/TGYD-helige/pi/master/packages/pi-attachments/preview.png)
4
+
3
5
  Pi extension that intercepts user input, resolves `@`-references to local resources, and injects their content into the prompt before the model sees it.
4
6
 
5
7
  Hooks the `input` event of `@earendil-works/pi-coding-agent`. When a recognized mention appears in the user message, the original mention is stripped and replaced with structured context (skill block, attachment listing, or `<system-reminder>`). Image attachments are passed through as multimodal `ImageContent`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amaster.ai/pi-attachments",
3
- "version": "0.1.2-beta.13",
3
+ "version": "0.1.2-beta.14",
4
4
  "description": "Pi extension for attachment processing — classifies, parses, and renders file attachments into LLM-visible prompt context",
5
5
  "keywords": [
6
6
  "pi-package",
@@ -26,9 +26,11 @@
26
26
  },
27
27
  "files": [
28
28
  "dist",
29
+ "preview.png",
29
30
  "README.md"
30
31
  ],
31
32
  "pi": {
33
+ "image": "https://raw.githubusercontent.com/TGYD-helige/pi/master/packages/pi-attachments/preview.png",
32
34
  "extensions": [
33
35
  "./dist/index.js"
34
36
  ]
@@ -42,7 +44,7 @@
42
44
  "directory": "packages/pi-attachments"
43
45
  },
44
46
  "dependencies": {
45
- "@amaster.ai/pi-shared": "0.1.2-beta.13"
47
+ "@amaster.ai/pi-shared": "0.1.2-beta.14"
46
48
  },
47
49
  "peerDependencies": {
48
50
  "@earendil-works/pi-coding-agent": ">=0.74.0"
package/preview.png ADDED
Binary file