@tutti-os/agent-gui 0.0.193 → 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/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-B23ubO8n.d.ts → agentGuiNodeTypes-CAdPKW7W.d.ts} +1 -0
- package/dist/{chunk-CUIJXYHG.js → chunk-U3ZWUTTQ.js} +226 -59
- package/dist/chunk-U3ZWUTTQ.js.map +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -1
- package/package.json +14 -14
- package/dist/chunk-CUIJXYHG.js.map +0 -1
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-
|
|
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.
|
|
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.
|
|
147
|
-
"@tutti-os/browser-node": "0.0.
|
|
148
|
-
"@tutti-os/ui-i18n-runtime": "0.0.
|
|
149
|
-
"@tutti-os/ui-react-hooks": "0.0.
|
|
150
|
-
"@tutti-os/ui-rich-text": "0.0.
|
|
151
|
-
"@tutti-os/ui-system": "0.0.
|
|
152
|
-
"@tutti-os/workbench-surface": "0.0.
|
|
153
|
-
"@tutti-os/workspace-external-core": "0.0.
|
|
154
|
-
"@tutti-os/workspace-file-manager": "0.0.
|
|
155
|
-
"@tutti-os/workspace-file-preview": "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.
|
|
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",
|