@khanglvm/relay 0.5.1 → 0.5.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
@@ -10,25 +10,11 @@ JSON and keeps working.
10
10
 
11
11
  ## See it
12
12
 
13
- **Visual answer options** — every choice carries its own chart/image/diagram, so you pick by looking:
13
+ **The whole loop** — your agent asks in the terminal, a board opens in your
14
+ browser; you pick a style, expand the chart, comment on a data point, leave a
15
+ note, Submit — and the agent picks up your answers and keeps going:
14
16
 
15
- ![Visual answer options: clicking between two options that each carry their own chart](https://raw.githubusercontent.com/khanglvm/relay/main/docs/assets/feature-options.gif)
16
-
17
- **Comment on anything** — click a chart bar, diagram node, table cell, or sentence; comments return to the agent with the answers:
18
-
19
- ![Clicking a chart bar and leaving an inline comment](https://raw.githubusercontent.com/khanglvm/relay/main/docs/assets/feature-annotate.gif)
20
-
21
- **Full-screen any visual** — one button above every chart, diagram, table, image, and prototype:
22
-
23
- ![Expanding a diagram into the full-screen overlay](https://raw.githubusercontent.com/khanglvm/relay/main/docs/assets/feature-fullscreen.gif)
24
-
25
- | Light theme | Dark theme |
26
- |---|---|
27
- | ![relay board light theme](https://raw.githubusercontent.com/khanglvm/relay/main/docs/assets/board-light.png) | ![relay board dark theme](https://raw.githubusercontent.com/khanglvm/relay/main/docs/assets/board-dark.png) |
28
-
29
- | Annotation popover | Mobile |
30
- |---|---|
31
- | ![Annotation comment on a chart bar](https://raw.githubusercontent.com/khanglvm/relay/main/docs/assets/annotations.png) | ![Mobile view at 375px](https://raw.githubusercontent.com/khanglvm/relay/main/docs/assets/mobile.png) |
17
+ ![Full flow: Claude Code opens a relay board, the user answers, comments and submits, the agent continues](https://raw.githubusercontent.com/khanglvm/relay/main/docs/assets/demo.gif)
32
18
 
33
19
  ## Quick start
34
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@khanglvm/relay",
3
- "version": "0.5.1",
3
+ "version": "0.5.3",
4
4
  "description": "Browser-based question boards with rich blocks (markdown, charts, mermaid, tables, code, sandboxed HTML) and element-level annotations for AI coding agents (Claude Code, Codex, …): ask users structured questions, present interactive visuals, collect inline comments, wait for submit, read answers as JSON.",
5
5
  "keywords": [
6
6
  "ai-agents",
@@ -34,6 +34,7 @@
34
34
  "vendor",
35
35
  "skills",
36
36
  "docs",
37
+ "!docs/assets",
37
38
  "README.md",
38
39
  "LICENSE"
39
40
  ],
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file