@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/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
@@ -8,7 +8,7 @@ import {
8
8
  localAgentGUIAgentTargetId,
9
9
  normalizeAgentGUIAgentTargets,
10
10
  resolveAgentGUIAgentTarget
11
- } from "./chunk-HP4RM2SM.js";
11
+ } from "./chunk-MVVZPLI6.js";
12
12
  import "./chunk-A4WCTHWS.js";
13
13
  import {
14
14
  AGENT_GUI_DETAIL_MIN_WIDTH_PX,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tutti-os/agent-gui",
3
- "version": "0.0.160",
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.160",
148
- "@tutti-os/browser-node": "0.0.160",
149
- "@tutti-os/ui-i18n-runtime": "0.0.160",
150
- "@tutti-os/ui-react-hooks": "0.0.160",
151
- "@tutti-os/ui-rich-text": "0.0.160",
152
- "@tutti-os/ui-system": "0.0.160",
153
- "@tutti-os/workbench-surface": "0.0.160",
154
- "@tutti-os/workspace-external-core": "0.0.160",
155
- "@tutti-os/workspace-file-manager": "0.0.160",
156
- "@tutti-os/workspace-file-reference": "0.0.160",
157
- "@tutti-os/workspace-issue-manager": "0.0.160",
158
- "@tutti-os/workspace-user-project": "0.0.160",
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",