@tutti-os/agent-gui 0.0.192 → 0.0.194

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
@@ -2280,6 +2280,7 @@ interface AgentGUIQueuedPromptVM {
2280
2280
  }
2281
2281
  type AgentGUIQueueStatus = "active" | "paused_by_user";
2282
2282
  interface AgentGUIShellViewModel {
2283
+ nodeId?: string | null;
2283
2284
  workspaceId: string;
2284
2285
  workspacePath?: string | null;
2285
2286
  currentUserId?: string | null;
package/dist/index.js CHANGED
@@ -10,7 +10,7 @@ import {
10
10
  normalizeAgentGUIAgentTargets,
11
11
  resolveAgentGUIAgentTarget,
12
12
  selectAgentStatusControllerSnapshot
13
- } from "./chunk-CUIJXYHG.js";
13
+ } from "./chunk-U3ZWUTTQ.js";
14
14
  import {
15
15
  AGENT_CONVERSATION_RAIL_RUNTIME_METHODS,
16
16
  createAgentConversationRailRuntime,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tutti-os/agent-gui",
3
- "version": "0.0.192",
3
+ "version": "0.0.194",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -143,19 +143,19 @@
143
143
  "dependencies": {
144
144
  "@monaco-editor/react": "^4.7.0",
145
145
  "@tanstack/react-virtual": "^3.13.12",
146
- "@tutti-os/agent-activity-core": "0.0.192",
147
- "@tutti-os/browser-node": "0.0.192",
148
- "@tutti-os/ui-i18n-runtime": "0.0.192",
149
- "@tutti-os/ui-react-hooks": "0.0.192",
150
- "@tutti-os/ui-rich-text": "0.0.192",
151
- "@tutti-os/ui-system": "0.0.192",
152
- "@tutti-os/workbench-surface": "0.0.192",
153
- "@tutti-os/workspace-external-core": "0.0.192",
154
- "@tutti-os/workspace-file-manager": "0.0.192",
155
- "@tutti-os/workspace-file-preview": "0.0.192",
156
- "@tutti-os/workspace-file-reference": "0.0.192",
157
- "@tutti-os/workspace-issue-manager": "0.0.192",
158
- "@tutti-os/workspace-user-project": "0.0.192",
146
+ "@tutti-os/agent-activity-core": "0.0.194",
147
+ "@tutti-os/browser-node": "0.0.194",
148
+ "@tutti-os/ui-i18n-runtime": "0.0.194",
149
+ "@tutti-os/ui-react-hooks": "0.0.194",
150
+ "@tutti-os/ui-rich-text": "0.0.194",
151
+ "@tutti-os/ui-system": "0.0.194",
152
+ "@tutti-os/workbench-surface": "0.0.194",
153
+ "@tutti-os/workspace-external-core": "0.0.194",
154
+ "@tutti-os/workspace-file-manager": "0.0.194",
155
+ "@tutti-os/workspace-file-preview": "0.0.194",
156
+ "@tutti-os/workspace-file-reference": "0.0.194",
157
+ "@tutti-os/workspace-issue-manager": "0.0.194",
158
+ "@tutti-os/workspace-user-project": "0.0.194",
159
159
  "clsx": "^2.1.1",
160
160
  "framer-motion": "^12.40.0",
161
161
  "lodash": "^4.17.21",