@tutti-os/agent-gui 0.0.160 → 0.0.162
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/dist/agent-conversation/index.d.ts +1 -1
- package/dist/agent-gui.d.ts +1 -1
- package/dist/agent-gui.js +1 -1
- package/dist/{agentGuiNodeTypes-2xRyhPBD.d.ts → agentGuiNodeTypes-BxyRdJ8A.d.ts} +2 -0
- package/dist/{chunk-HP4RM2SM.js → chunk-MVVZPLI6.js} +33 -12
- package/dist/chunk-MVVZPLI6.js.map +1 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +1 -1
- package/package.json +13 -13
- package/dist/chunk-HP4RM2SM.js.map +0 -1
package/dist/index.d.ts
CHANGED
|
@@ -2184,6 +2184,7 @@ interface AgentGUIComposerViewModel {
|
|
|
2184
2184
|
}
|
|
2185
2185
|
interface AgentGUIInteractionViewModel {
|
|
2186
2186
|
isRespondingApproval: boolean;
|
|
2187
|
+
isRuntimeBlocked: boolean;
|
|
2187
2188
|
pendingApproval: AgentGUIApprovalRequest | null;
|
|
2188
2189
|
pendingInteractivePrompt: AgentGUIInteractivePrompt | null;
|
|
2189
2190
|
sessionChrome: AgentGUISessionChrome;
|
|
@@ -2193,6 +2194,7 @@ interface AgentGUIReadinessViewModel {
|
|
|
2193
2194
|
activeLiveState: "inactive" | "activating" | "active" | "failed";
|
|
2194
2195
|
activationError: string | null;
|
|
2195
2196
|
activeConversationBusy: boolean;
|
|
2197
|
+
sessionRuntimeBlocked: boolean;
|
|
2196
2198
|
providerReadinessGate: AgentGUIProviderReadinessGate | null;
|
|
2197
2199
|
}
|
|
2198
2200
|
interface AgentGUIOperationsViewModel {
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tutti-os/agent-gui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.162",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -144,18 +144,18 @@
|
|
|
144
144
|
"@tiptap/react": "^3.11.1",
|
|
145
145
|
"@tiptap/starter-kit": "^3.11.1",
|
|
146
146
|
"@tiptap/suggestion": "^3.11.1",
|
|
147
|
-
"@tutti-os/agent-activity-core": "0.0.
|
|
148
|
-
"@tutti-os/browser-node": "0.0.
|
|
149
|
-
"@tutti-os/ui-i18n-runtime": "0.0.
|
|
150
|
-
"@tutti-os/ui-react-hooks": "0.0.
|
|
151
|
-
"@tutti-os/ui-rich-text": "0.0.
|
|
152
|
-
"@tutti-os/ui-system": "0.0.
|
|
153
|
-
"@tutti-os/workbench-surface": "0.0.
|
|
154
|
-
"@tutti-os/workspace-external-core": "0.0.
|
|
155
|
-
"@tutti-os/workspace-file-manager": "0.0.
|
|
156
|
-
"@tutti-os/workspace-file-reference": "0.0.
|
|
157
|
-
"@tutti-os/workspace-issue-manager": "0.0.
|
|
158
|
-
"@tutti-os/workspace-user-project": "0.0.
|
|
147
|
+
"@tutti-os/agent-activity-core": "0.0.162",
|
|
148
|
+
"@tutti-os/browser-node": "0.0.162",
|
|
149
|
+
"@tutti-os/ui-i18n-runtime": "0.0.162",
|
|
150
|
+
"@tutti-os/ui-react-hooks": "0.0.162",
|
|
151
|
+
"@tutti-os/ui-rich-text": "0.0.162",
|
|
152
|
+
"@tutti-os/ui-system": "0.0.162",
|
|
153
|
+
"@tutti-os/workbench-surface": "0.0.162",
|
|
154
|
+
"@tutti-os/workspace-external-core": "0.0.162",
|
|
155
|
+
"@tutti-os/workspace-file-manager": "0.0.162",
|
|
156
|
+
"@tutti-os/workspace-file-reference": "0.0.162",
|
|
157
|
+
"@tutti-os/workspace-issue-manager": "0.0.162",
|
|
158
|
+
"@tutti-os/workspace-user-project": "0.0.162",
|
|
159
159
|
"clsx": "^2.1.1",
|
|
160
160
|
"framer-motion": "^12.40.0",
|
|
161
161
|
"lodash": "^4.17.21",
|