@mariozechner/pi-web-ui 0.31.0 → 0.32.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.
- package/CHANGELOG.md +4 -0
- package/example/package.json +1 -1
- package/example/src/main.ts +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/example/package.json
CHANGED
package/example/src/main.ts
CHANGED
|
@@ -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.
|
|
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.
|
|
3
|
+
"version": "0.32.0",
|
|
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.
|
|
22
|
-
"@mariozechner/pi-tui": "^0.
|
|
21
|
+
"@mariozechner/pi-ai": "^0.32.0",
|
|
22
|
+
"@mariozechner/pi-tui": "^0.32.0",
|
|
23
23
|
"docx-preview": "^0.3.7",
|
|
24
24
|
"jszip": "^3.10.1",
|
|
25
25
|
"lucide": "^0.544.0",
|