@mono-agent/web 0.15.0 → 0.15.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/README.md
CHANGED
|
@@ -113,6 +113,11 @@ turn path, and cancelling the active turn also cancels its pending or queued
|
|
|
113
113
|
live follow-ups. Live follow-ups are capped at 8,000 characters and 100
|
|
114
114
|
unsettled messages per thread.
|
|
115
115
|
|
|
116
|
+
Once the provider applies a follow-up, the assistant's Activity disclosure also
|
|
117
|
+
receives one completed `↪️ Steered: “<safe preview>”` tool row with result
|
|
118
|
+
`Applied to current run`. The original follow-up remains the full human message;
|
|
119
|
+
the synthetic activity carries only a one-line, redacted, 40-code-point preview.
|
|
120
|
+
|
|
116
121
|
The header bell explicitly enables browser notifications for successful
|
|
117
122
|
responses that arrive while the console is hidden or unfocused. Notifications
|
|
118
123
|
include a short response preview and open the exact conversation. Permission
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mono-agent/web",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.1",
|
|
4
4
|
"description": "Always-on assistant-ui web console for discovering and chatting with local mono-agent instances.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "GPL-3.0-only",
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
"README.md"
|
|
28
28
|
],
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@mono-agent/agent-contracts": "0.15.
|
|
31
|
-
"@mono-agent/config": "0.15.
|
|
32
|
-
"@mono-agent/observability": "0.15.
|
|
30
|
+
"@mono-agent/agent-contracts": "0.15.1",
|
|
31
|
+
"@mono-agent/config": "0.15.1",
|
|
32
|
+
"@mono-agent/observability": "0.15.1",
|
|
33
33
|
"express": "^5.1.0"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|