pi-qq 0.1.4 → 0.1.5

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
@@ -4,8 +4,6 @@ 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](https://cdn.jsdelivr.net/npm/pi-qq/docs/screenshot.png)
8
-
9
7
  ## Why try it?
10
8
 
11
9
  - **A real side channel:** ask `/qq why are we changing this file?` while the main agent keeps working. The answer shows in a bottom overlay and does not enter the main transcript.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-qq",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
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",
@@ -25,7 +25,6 @@
25
25
  "qq.ts",
26
26
  "qq-ui.ts",
27
27
  "prompts/",
28
- "docs/",
29
28
  "README.md",
30
29
  "LICENSE",
31
30
  "NOTICE"
@@ -33,8 +32,7 @@
33
32
  "pi": {
34
33
  "extensions": [
35
34
  "./index.ts"
36
- ],
37
- "image": "https://cdn.jsdelivr.net/npm/pi-qq/docs/screenshot.png"
35
+ ]
38
36
  },
39
37
  "peerDependencies": {
40
38
  "@earendil-works/pi-ai": "*",
Binary file