@tutti-os/agent-gui 0.0.42 → 0.0.44
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 +4 -4
- package/dist/agent-message-center/index.js +4 -4
- package/dist/app/renderer/agentactivity.css +17 -3
- package/dist/{chunk-XTFRVACA.js → chunk-25VZHG6G.js} +22 -7
- package/dist/chunk-25VZHG6G.js.map +1 -0
- package/dist/{chunk-3WZWZHAJ.js → chunk-64OSXJRE.js} +2 -2
- package/dist/{chunk-3PVSIL3H.js → chunk-GMLK2EFU.js} +4 -4
- package/dist/{chunk-LKOPLDPM.js → chunk-IGXC7NRW.js} +51 -3
- package/dist/chunk-IGXC7NRW.js.map +1 -0
- package/dist/{chunk-42WP3P5C.js → chunk-J4MU53PH.js} +2 -2
- package/dist/{chunk-5U4SXENC.js → chunk-SF2PE7M6.js} +16 -5
- package/dist/{chunk-5U4SXENC.js.map → chunk-SF2PE7M6.js.map} +1 -1
- package/dist/{chunk-5LVFYNIP.js → chunk-ZORA4UAT.js} +2 -2
- package/dist/{chunk-OLZP2EFK.js → chunk-ZTQKIJ5J.js} +2 -2
- package/dist/context-mention-palette/index.d.ts +2 -1
- package/dist/context-mention-palette/index.js +5 -5
- package/dist/i18n/index.d.ts +50 -2
- package/dist/i18n/index.js +1 -1
- package/dist/index.js +1007 -450
- package/dist/index.js.map +1 -1
- package/dist/workspace-agent-generated-files.js +2 -2
- package/package.json +12 -12
- package/dist/chunk-LKOPLDPM.js.map +0 -1
- package/dist/chunk-XTFRVACA.js.map +0 -1
- /package/dist/{chunk-3WZWZHAJ.js.map → chunk-64OSXJRE.js.map} +0 -0
- /package/dist/{chunk-3PVSIL3H.js.map → chunk-GMLK2EFU.js.map} +0 -0
- /package/dist/{chunk-42WP3P5C.js.map → chunk-J4MU53PH.js.map} +0 -0
- /package/dist/{chunk-5LVFYNIP.js.map → chunk-ZORA4UAT.js.map} +0 -0
- /package/dist/{chunk-OLZP2EFK.js.map → chunk-ZTQKIJ5J.js.map} +0 -0
|
@@ -4,14 +4,14 @@ import {
|
|
|
4
4
|
resolveWorkspaceAgentActivityStatus,
|
|
5
5
|
resolveWorkspaceAgentActivityTitle,
|
|
6
6
|
reuseWorkspaceAgentActivityListViewModelIfUnchanged
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-ZORA4UAT.js";
|
|
8
8
|
import "./chunk-IBIMGLCD.js";
|
|
9
9
|
import "./chunk-Y35GDLP2.js";
|
|
10
10
|
import {
|
|
11
11
|
workspaceAgentProviderLabel
|
|
12
12
|
} from "./chunk-TYGL25EL.js";
|
|
13
13
|
import "./chunk-GCBDIQDX.js";
|
|
14
|
-
import "./chunk-
|
|
14
|
+
import "./chunk-IGXC7NRW.js";
|
|
15
15
|
export {
|
|
16
16
|
buildWorkspaceAgentActivityListViewModel,
|
|
17
17
|
collectWorkspaceAgentGeneratedFiles,
|
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.44",
|
|
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.44",
|
|
86
|
+
"@tutti-os/ui-i18n-runtime": "0.0.44",
|
|
87
|
+
"@tutti-os/ui-rich-text": "0.0.44",
|
|
88
|
+
"@tutti-os/ui-react-hooks": "0.0.44",
|
|
89
|
+
"@tutti-os/ui-system": "0.0.44",
|
|
90
|
+
"@tutti-os/workbench-surface": "0.0.44",
|
|
91
|
+
"@tutti-os/workspace-external-core": "0.0.44",
|
|
92
|
+
"@tutti-os/workspace-file-manager": "0.0.44",
|
|
93
|
+
"@tutti-os/workspace-file-reference": "0.0.44",
|
|
94
|
+
"@tutti-os/workspace-issue-manager": "0.0.44",
|
|
95
|
+
"@tutti-os/workspace-user-project": "0.0.44",
|
|
96
96
|
"@tanstack/react-virtual": "^3.13.12",
|
|
97
97
|
"@tiptap/core": "^3.11.1",
|
|
98
98
|
"@tiptap/pm": "^3.23.6",
|