pi-next-cue 1.0.0 → 1.0.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 +10 -4
package/package.json CHANGED
@@ -1,8 +1,12 @@
1
1
  {
2
2
  "name": "pi-next-cue",
3
- "version": "1.0.0",
4
- "description": "Predicts your next prompt after each agent turn — shown as a hint above the editor",
5
- "keywords": ["pi", "pi-package", "pi-extension"],
3
+ "version": "1.0.1",
4
+ "description": "Predicts your next prompt after each agent turn — Tab to fill, Enter to send.",
5
+ "keywords": [
6
+ "pi",
7
+ "pi-package",
8
+ "pi-extension"
9
+ ],
6
10
  "license": "MIT",
7
11
  "author": "ouzhenkun",
8
12
  "repository": {
@@ -17,6 +21,8 @@
17
21
  "@earendil-works/pi-coding-agent": "*"
18
22
  },
19
23
  "pi": {
20
- "extensions": ["./index.ts"]
24
+ "extensions": [
25
+ "./index.ts"
26
+ ]
21
27
  }
22
28
  }