pi-qq 0.1.3 → 0.1.4

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 +1 -1
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -4,7 +4,7 @@ Ask quick side questions about your current [pi](https://pi.dev) session without
4
4
 
5
5
  `pi-qq` adds `/qq <question>` plus an **alt+q** / **Option+Q** shortcut that toggles `/qq ` in the editor. The answer appears ephemerally in a bottom overlay, using the current session as read-only context, and nothing is added to the main conversation.
6
6
 
7
- ![pi-qq bottom overlay answering a quick question](./docs/screenshot.png)
7
+ ![pi-qq bottom overlay answering a quick question](https://cdn.jsdelivr.net/npm/pi-qq/docs/screenshot.png)
8
8
 
9
9
  ## Why try it?
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-qq",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Pi extension. Ask context-aware side questions with /qq or alt+q without polluting the main transcript.",
5
5
  "keywords": [
6
6
  "pi-package",
@@ -33,7 +33,8 @@
33
33
  "pi": {
34
34
  "extensions": [
35
35
  "./index.ts"
36
- ]
36
+ ],
37
+ "image": "https://cdn.jsdelivr.net/npm/pi-qq/docs/screenshot.png"
37
38
  },
38
39
  "peerDependencies": {
39
40
  "@earendil-works/pi-ai": "*",