@hyperspaceng/neural-web-ui 0.60.0 → 0.62.1

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/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [0.61.0] - 2026-03-20
6
+
5
7
  ## [0.60.0] - 2026-03-18
6
8
 
7
9
  ## [0.59.0] - 2026-03-17
package/README.md CHANGED
@@ -88,7 +88,7 @@ document.body.appendChild(chatPanel);
88
88
 
89
89
  ```
90
90
  ┌─────────────────────────────────────────────────────┐
91
- │ ChatPanel
91
+ │ ChatPanel
92
92
  │ ┌─────────────────────┐ ┌─────────────────────┐ │
93
93
  │ │ AgentInterface │ │ ArtifactsPanel │ │
94
94
  │ │ (messages, input) │ │ (HTML, SVG, MD) │ │
@@ -97,19 +97,19 @@ document.body.appendChild(chatPanel);
97
97
 
98
98
 
99
99
  ┌─────────────────────────────────────────────────────┐
100
- │ Agent (from pi-agent-core)
101
- │ - State management (messages, model, tools)
102
- │ - Event emission (agent_start, message_update, ...)
103
- │ - Tool execution
100
+ │ Agent (from pi-agent-core)
101
+ │ - State management (messages, model, tools)
102
+ │ - Event emission (agent_start, message_update, ...)│
103
+ │ - Tool execution
104
104
  └─────────────────────────────────────────────────────┘
105
105
 
106
106
 
107
107
  ┌─────────────────────────────────────────────────────┐
108
- │ AppStorage
109
- │ ┌──────────┐ ┌──────────┐ ┌──────────┐
110
- │ │ Settings │ │ Provider │ │ Sessions │
111
- │ │ Store │ │Keys Store│ │ Store │
112
- │ └──────────┘ └──────────┘ └──────────┘
108
+ │ AppStorage
109
+ │ ┌──────────┐ ┌──────────┐ ┌──────────┐
110
+ │ │ Settings │ │ Provider │ │ Sessions │
111
+ │ │ Store │ │Keys Store│ │ Store │
112
+ │ └──────────┘ └──────────┘ └──────────┘
113
113
  │ │ │
114
114
  │ IndexedDBStorageBackend │
115
115
  └─────────────────────────────────────────────────────┘
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-web-ui-example",
3
- "version": "1.48.0",
3
+ "version": "0.62.1",
4
4
  "private": true,
5
5
  "type": "module",
6
6
  "scripts": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hyperspaceng/neural-web-ui",
3
- "version": "0.60.0",
3
+ "version": "0.62.1",
4
4
  "description": "Reusable web UI components for AI chat interfaces powered by @mariozechner/pi-ai",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -18,8 +18,8 @@
18
18
  },
19
19
  "dependencies": {
20
20
  "@lmstudio/sdk": "^1.5.0",
21
- "@hyperspaceng/neural-ai": "^0.60.0",
22
- "@hyperspaceng/neural-tui": "^0.60.0",
21
+ "@mariozechner/pi-ai": "^0.62.1",
22
+ "@mariozechner/pi-tui": "^0.62.1",
23
23
  "docx-preview": "^0.3.7",
24
24
  "jszip": "^3.10.1",
25
25
  "lucide": "^0.544.0",