@ryan_nookpi/pi-extension-generative-ui 0.1.0 → 0.1.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 (2) hide show
  1. package/README.md +19 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,16 +1,29 @@
1
1
  # @ryan_nookpi/pi-extension-generative-ui
2
2
 
3
- Generative UI widget extension for pi.
3
+ This extension lets pi open visual results in a separate native window.
4
+
5
+ Use it for charts, diagrams, mockups, mini apps, or other interactive HTML/SVG output when plain text is not enough.
4
6
 
5
7
  ## Install
6
8
 
7
9
  ```bash
8
- pi install /Users/creatrip/Documents/pi-extension/packages/generative-ui
9
10
  pi install npm:@ryan_nookpi/pi-extension-generative-ui
10
11
  ```
11
12
 
12
- ## What it provides
13
+ ## Great for
14
+
15
+ - showing a flowchart or system diagram
16
+ - opening a chart or dashboard in its own window
17
+ - previewing a quick UI mockup or interactive prototype
18
+
19
+ ## Example prompts
20
+
21
+ - "Show the signup flow as a diagram."
22
+ - "Open a chart for this revenue trend."
23
+ - "Make a simple form mockup and show it in a window."
24
+
25
+ ## Notes
13
26
 
14
- - `visualize_read_me` tool
15
- - `show_widget` tool
16
- - `./index.ts` entry
27
+ - It works through the `visualize_read_me` and `show_widget` tools.
28
+ - Previously created widgets can be reopened with the `/widgets` command.
29
+ - It can render HTML, SVG, Canvas, and Chart.js-based output.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ryan_nookpi/pi-extension-generative-ui",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Generative UI widget extension for pi.",
5
5
  "type": "module",
6
6
  "keywords": [