@tutti-os/agent-gui 0.0.41 → 0.0.42
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.js +1 -1
- package/dist/app/renderer/agentactivity.css +253 -20
- package/dist/{chunk-QIPMH6XO.js → chunk-5UD2YEBX.js} +21 -4
- package/dist/{chunk-QIPMH6XO.js.map → chunk-5UD2YEBX.js.map} +1 -1
- package/dist/{chunk-MUJYJDZH.js → chunk-XTFRVACA.js} +13 -6
- package/dist/chunk-XTFRVACA.js.map +1 -0
- package/dist/index.js +1526 -1202
- package/dist/index.js.map +1 -1
- package/dist/workbench/contribution.js +1 -1
- package/dist/workbench/index.js +1 -1
- package/package.json +12 -12
- package/dist/chunk-MUJYJDZH.js.map +0 -1
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
createAgentGuiWorkbenchContribution,
|
|
9
9
|
resolveAgentGuiWorkbenchContributionCopy,
|
|
10
10
|
resolveAgentGuiWorkbenchDefaultLaunchFrame
|
|
11
|
-
} from "../chunk-
|
|
11
|
+
} from "../chunk-5UD2YEBX.js";
|
|
12
12
|
import "../chunk-EU7RWKHE.js";
|
|
13
13
|
import "../chunk-EFDGMXTB.js";
|
|
14
14
|
import "../chunk-22L4VWUR.js";
|
package/dist/workbench/index.js
CHANGED
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
agentGuiWorkbenchDefaultNodeFrame,
|
|
7
7
|
createAgentGuiWorkbenchContribution,
|
|
8
8
|
resolveAgentGuiWorkbenchContributionCopy
|
|
9
|
-
} from "../chunk-
|
|
9
|
+
} from "../chunk-5UD2YEBX.js";
|
|
10
10
|
import {
|
|
11
11
|
agentGuiWorkbenchDockEntryId,
|
|
12
12
|
agentGuiWorkbenchInstanceId,
|
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.42",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -82,17 +82,17 @@
|
|
|
82
82
|
},
|
|
83
83
|
"dependencies": {
|
|
84
84
|
"@monaco-editor/react": "^4.7.0",
|
|
85
|
-
"@tutti-os/agent-activity-core": "0.0.
|
|
86
|
-
"@tutti-os/ui-i18n-runtime": "0.0.
|
|
87
|
-
"@tutti-os/ui-rich-text": "0.0.
|
|
88
|
-
"@tutti-os/ui-react-hooks": "0.0.
|
|
89
|
-
"@tutti-os/ui-system": "0.0.
|
|
90
|
-
"@tutti-os/workbench-surface": "0.0.
|
|
91
|
-
"@tutti-os/workspace-external-core": "0.0.
|
|
92
|
-
"@tutti-os/workspace-file-manager": "0.0.
|
|
93
|
-
"@tutti-os/workspace-file-reference": "0.0.
|
|
94
|
-
"@tutti-os/workspace-issue-manager": "0.0.
|
|
95
|
-
"@tutti-os/workspace-user-project": "0.0.
|
|
85
|
+
"@tutti-os/agent-activity-core": "0.0.42",
|
|
86
|
+
"@tutti-os/ui-i18n-runtime": "0.0.42",
|
|
87
|
+
"@tutti-os/ui-rich-text": "0.0.42",
|
|
88
|
+
"@tutti-os/ui-react-hooks": "0.0.42",
|
|
89
|
+
"@tutti-os/ui-system": "0.0.42",
|
|
90
|
+
"@tutti-os/workbench-surface": "0.0.42",
|
|
91
|
+
"@tutti-os/workspace-external-core": "0.0.42",
|
|
92
|
+
"@tutti-os/workspace-file-manager": "0.0.42",
|
|
93
|
+
"@tutti-os/workspace-file-reference": "0.0.42",
|
|
94
|
+
"@tutti-os/workspace-issue-manager": "0.0.42",
|
|
95
|
+
"@tutti-os/workspace-user-project": "0.0.42",
|
|
96
96
|
"@tanstack/react-virtual": "^3.13.12",
|
|
97
97
|
"@tiptap/core": "^3.11.1",
|
|
98
98
|
"@tiptap/pm": "^3.23.6",
|