@khanglvm/relay 0.5.1 → 0.5.2
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 +6 -0
- package/docs/assets/demo.gif +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,6 +10,12 @@ JSON and keeps working.
|
|
|
10
10
|
|
|
11
11
|
## See it
|
|
12
12
|
|
|
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:
|
|
16
|
+
|
|
17
|
+

|
|
18
|
+
|
|
13
19
|
**Visual answer options** — every choice carries its own chart/image/diagram, so you pick by looking:
|
|
14
20
|
|
|
15
21
|

|
package/docs/assets/demo.gif
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@khanglvm/relay",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.2",
|
|
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",
|