@mariozechner/pi-web-ui 0.31.1 → 0.32.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
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.32.1] - 2026-01-03
4
+
5
+ ## [0.32.0] - 2026-01-03
6
+
3
7
  ## [0.31.1] - 2026-01-02
4
8
 
5
9
  ## [0.31.0] - 2026-01-02
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-web-ui-example",
3
- "version": "1.19.1",
3
+ "version": "1.20.1",
4
4
  "private": true,
5
5
  "type": "module",
6
6
  "scripts": {
@@ -346,7 +346,7 @@ const renderApp = () => {
346
346
  onClick: () => {
347
347
  // Demo: Inject custom message (will appear on next agent run)
348
348
  if (agent) {
349
- agent.queueMessage(
349
+ agent.steer(
350
350
  createSystemNotification(
351
351
  "This is a custom message! It appears in the UI but is never sent to the LLM.",
352
352
  ),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mariozechner/pi-web-ui",
3
- "version": "0.31.1",
3
+ "version": "0.32.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
- "@mariozechner/pi-ai": "^0.31.1",
22
- "@mariozechner/pi-tui": "^0.31.1",
21
+ "@mariozechner/pi-ai": "^0.32.1",
22
+ "@mariozechner/pi-tui": "^0.32.1",
23
23
  "docx-preview": "^0.3.7",
24
24
  "jszip": "^3.10.1",
25
25
  "lucide": "^0.544.0",