@dbx-tools/ui-mastra 0.3.10 → 0.3.11

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 +9 -1
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -24,7 +24,12 @@ Key features:
24
24
  - Inline embed rendering for `[chart:<id>]` and `[data:<id>]` markers produced by
25
25
  the server plugin.
26
26
  - Conversation sidebar with new, select, rename, delete, active-thread, and
27
- background-streaming states.
27
+ background-streaming states, plus a per-row cancel for a running thread.
28
+ - Concurrent threads: run several conversations at once, switch between them
29
+ while each keeps streaming, and cancel any one independently (per-thread abort
30
+ + routing, no shared client state).
31
+ - Mid-turn steering: submit a message while a turn streams to fold it into the
32
+ live run (Mastra queue-message), with an immediate interrupt-and-resend option.
28
33
  - Export menu for PDF and Markdown, resolving charts and tables so
29
34
  exported conversations remain useful offline.
30
35
 
@@ -44,6 +49,9 @@ understand Mastra-specific behavior:
44
49
  answer.
45
50
  - `[chart:<id>]` and `[data:<id>]` assistant markers rendered as ECharts charts
46
51
  and sortable tables.
52
+ - Concurrent multi-thread streaming, per-thread cancel, and mid-turn steering
53
+ (queue-message with interrupt fallback) - the native AppKit chat surface runs
54
+ one turn at a time and has no steering.
47
55
  - Conversation export that resolves those embeds into Markdown or PDF.
48
56
 
49
57
  ## Add The Styles
package/package.json CHANGED
@@ -26,19 +26,19 @@
26
26
  "shiki": "^3.0.0",
27
27
  "sql-formatter": "^15.6.9",
28
28
  "streamdown": "^2.5.0",
29
- "@dbx-tools/shared-core": "0.3.10",
30
- "@dbx-tools/shared-genie": "0.3.10",
31
- "@dbx-tools/ui-appkit": "0.3.10",
32
- "@dbx-tools/ui-branding": "0.3.10",
33
- "@dbx-tools/shared-mastra": "0.3.10",
34
- "@dbx-tools/shared-model": "0.3.10"
29
+ "@dbx-tools/shared-core": "0.3.11",
30
+ "@dbx-tools/shared-genie": "0.3.11",
31
+ "@dbx-tools/shared-mastra": "0.3.11",
32
+ "@dbx-tools/shared-model": "0.3.11",
33
+ "@dbx-tools/ui-appkit": "0.3.11",
34
+ "@dbx-tools/ui-branding": "0.3.11"
35
35
  },
36
36
  "main": "index.ts",
37
37
  "license": "UNLICENSED",
38
38
  "publishConfig": {
39
39
  "access": "public"
40
40
  },
41
- "version": "0.3.10",
41
+ "version": "0.3.11",
42
42
  "types": "index.ts",
43
43
  "type": "module",
44
44
  "exports": {