pi-qq 0.1.1 → 0.1.3

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,14 +4,14 @@ 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)
8
+
7
9
  ## Why try it?
8
10
 
9
11
  - **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.
10
12
  - **Context-aware, intentionally constrained:** `/qq` passes a read-only clone of the main session, treats ambiguous references like “this”, “that”, “we”, and “the plan” as references to the active session, gives the side call no tools, and keeps no `/qq` history.
11
13
  - **Fast, low-friction UX:** press **alt+q** / **Option+Q** to toggle `/qq `, submit your question, then use **Esc** to cancel/dismiss or **↑/↓** to scroll longer answers.
12
14
 
13
- Do not install this alongside another package that registers `/qq`, because command names must be unique.
14
-
15
15
  ## Demo
16
16
 
17
17
  ```text
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-qq",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
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,6 +25,7 @@
25
25
  "qq.ts",
26
26
  "qq-ui.ts",
27
27
  "prompts/",
28
+ "docs/",
28
29
  "README.md",
29
30
  "LICENSE",
30
31
  "NOTICE"