@signal9/era-ui 2.3.0 → 2.4.0

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.
@@ -0,0 +1,3 @@
1
+ # LLM Shell
2
+
3
+ Streaming chat built from the AI suite — reasoning, tools, markdown.
@@ -55,6 +55,14 @@ Make any element draggable with @neodrag/svelte v3.
55
55
 
56
56
  <!-- end: draggable -->
57
57
 
58
+ <!-- begin: llm-shell -->
59
+
60
+ # LLM Shell
61
+
62
+ Streaming chat built from the AI suite — reasoning, tools, markdown.
63
+
64
+ <!-- end: llm-shell -->
65
+
58
66
  <!-- begin: os -->
59
67
 
60
68
  # OS Shell
@@ -31,4 +31,4 @@ Full concatenated reference: `{{ORIGIN}}/llms-full.txt`.
31
31
 
32
32
  ## Components
33
33
 
34
- spacing, surfaces, draggable, os, aspect-ratio, badge, avatar, bar, button, button-group, pane, card, chip, code-block, kv, separator, sheet, skeleton, switch, toggle, accordion, alert-dialog, calendar, checkbox, collapsible, combobox, command, command-bar, step, context-menu, date-field, date-picker, date-range-field, date-range-picker, dialog, dropdown-menu, file-upload, scroll-area, input, link-preview, label, menu, menubar, meter, navigation-menu, mode, pagination, pin-input, popover, progress, range-calendar, radio-group, rating-group, select, slider, table, tabs, time-field, time-range-field, toggle-group, toolbar, video-player, tooltip
34
+ spacing, surfaces, draggable, llm-shell, os, aspect-ratio, badge, avatar, bar, button, button-group, pane, card, chip, code-block, kv, separator, sheet, skeleton, switch, toggle, accordion, alert-dialog, calendar, checkbox, collapsible, combobox, command, command-bar, step, context-menu, date-field, date-picker, date-range-field, date-range-picker, dialog, dropdown-menu, file-upload, scroll-area, input, link-preview, label, menu, menubar, meter, navigation-menu, mode, pagination, pin-input, popover, progress, range-calendar, radio-group, rating-group, select, slider, table, tabs, time-field, time-range-field, toggle-group, toolbar, video-player, tooltip
@@ -24,6 +24,14 @@
24
24
  "sections": [],
25
25
  "file": "draggable.md"
26
26
  },
27
+ {
28
+ "slug": "llm-shell",
29
+ "title": "LLM Shell",
30
+ "summary": "Streaming chat built from the AI suite — reasoning, tools, markdown.",
31
+ "tokenEstimate": 21,
32
+ "sections": [],
33
+ "file": "llm-shell.md"
34
+ },
27
35
  {
28
36
  "slug": "os",
29
37
  "title": "OS Shell",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signal9/era-ui",
3
- "version": "2.3.0",
3
+ "version": "2.4.0",
4
4
  "scripts": {
5
5
  "dev": "vite dev --host",
6
6
  "build": "vite build && npm run prepack",