pi-attention 0.3.0 → 0.3.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.
Files changed (1) hide show
  1. package/package.json +17 -4
package/package.json CHANGED
@@ -1,13 +1,26 @@
1
1
  {
2
2
  "name": "pi-attention",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Pi extension for iTerm2/Orca attention: title shows the first user request, notify on completion, and alert when pi is waiting for your selection (permission dialogs, plan-mode menus).",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
- "keywords": ["pi-package", "iterm2", "attention", "title", "notification", "macos"],
8
- "files": ["README.md", "docs", "extensions"],
7
+ "keywords": [
8
+ "pi-package",
9
+ "iterm2",
10
+ "attention",
11
+ "title",
12
+ "notification",
13
+ "macos"
14
+ ],
15
+ "files": [
16
+ "README.md",
17
+ "docs",
18
+ "extensions"
19
+ ],
9
20
  "pi": {
10
- "extensions": ["./extensions"]
21
+ "extensions": [
22
+ "./extensions"
23
+ ]
11
24
  },
12
25
  "peerDependencies": {
13
26
  "@earendil-works/pi-ai": "*",