@pi-archimedes/image-paste 2.0.1 → 2.2.0

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.
Files changed (2) hide show
  1. package/README.md +7 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,20 +2,22 @@
2
2
 
3
3
  Paste images from your clipboard directly into the Pi chat with inline previews.
4
4
 
5
- ## Features
5
+ Paste images directly from clipboard into Pi chats without manually saving files to disk first. Sharing visual context like UI mockups or error screenshots becomes instant, while inline previews keep your prompt clean and predictable.
6
+
7
+ ## What you get
6
8
 
7
9
  - **Clipboard image paste** — grab a screenshot and paste it straight into the prompt
8
10
  - **Inline previews** — images render in the TUI so you can see what you attached
9
11
  - **Marker-based attachment** — placeholder markers (`[Image #1]`) are matched and attached on submit
10
12
  - **Size guard** — rejects images over 20MB with a clear warning
11
13
 
12
- ## Installation
14
+ ## Install
13
15
 
14
16
  ```bash
15
17
  pi install npm:@pi-archimedes/image-paste
16
18
  ```
17
19
 
18
- Or install the full meta package:
20
+ Or install full meta package:
19
21
 
20
22
  ```bash
21
23
  pi install npm:pi-archimedes
@@ -56,3 +58,5 @@ Extension shortcut conflict: 'ctrl+v' is built-in shortcut for app.clipboard.pas
56
58
  ```
57
59
 
58
60
  This lets archimedes' handler take over (it does the same thing plus inline previews) without the warning.
61
+
62
+ ← Back to [pi-archimedes](../../README.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-archimedes/image-paste",
3
- "version": "2.0.1",
3
+ "version": "2.2.0",
4
4
  "type": "module",
5
5
  "keywords": [
6
6
  "pi-package"