@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 +4 -18
- package/package.json +2 -1
- package/docs/assets/annotations.png +0 -0
- package/docs/assets/board-dark.png +0 -0
- package/docs/assets/board-light.png +0 -0
- package/docs/assets/demo.gif +0 -0
- package/docs/assets/feature-annotate.gif +0 -0
- package/docs/assets/feature-fullscreen.gif +0 -0
- package/docs/assets/feature-options.gif +0 -0
- package/docs/assets/mobile.png +0 -0
package/README.md
CHANGED
|
@@ -10,25 +10,11 @@ JSON and keeps working.
|
|
|
10
10
|
|
|
11
11
|
## See it
|
|
12
12
|
|
|
13
|
-
**
|
|
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
|
-

|
|
20
|
-
|
|
21
|
-
**Full-screen any visual** — one button above every chart, diagram, table, image, and prototype:
|
|
22
|
-
|
|
23
|
-

|
|
24
|
-
|
|
25
|
-
| Light theme | Dark theme |
|
|
26
|
-
|---|---|
|
|
27
|
-
|  |  |
|
|
28
|
-
|
|
29
|
-
| Annotation popover | Mobile |
|
|
30
|
-
|---|---|
|
|
31
|
-
|  |  |
|
|
17
|
+

|
|
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.
|
|
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
|
package/docs/assets/demo.gif
DELETED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/docs/assets/mobile.png
DELETED
|
Binary file
|