@tutti-os/agent-gui 0.0.82 → 0.0.84
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 +5 -5
- package/dist/agent-message-center/index.js +7 -7
- package/dist/app/renderer/agentactivity.css +65 -137
- package/dist/{chunk-AIYGF64O.js → chunk-3355GEBI.js} +2 -2
- package/dist/{chunk-PVLUSXH5.js → chunk-6YLA7R4S.js} +2 -2
- package/dist/{chunk-Z7KHS6LK.js → chunk-A2JPL5N6.js} +2 -2
- package/dist/{chunk-5WZEOARY.js → chunk-AA75BOX3.js} +3 -1
- package/dist/chunk-AA75BOX3.js.map +1 -0
- package/dist/{chunk-5BFYTHJB.js → chunk-CVPWQHQH.js} +2 -2
- package/dist/{chunk-3PB2FL74.js → chunk-CXJEQQR5.js} +2 -2
- package/dist/{chunk-CCJUGHQQ.js → chunk-FIH7IYLX.js} +8 -7
- package/dist/chunk-FIH7IYLX.js.map +1 -0
- package/dist/{chunk-FYSYKWN6.js → chunk-HUNUSBQQ.js} +2 -2
- package/dist/{chunk-T56L2H2H.js → chunk-MQ6WW3CD.js} +2 -2
- package/dist/{chunk-U4F3VJ5C.js → chunk-N7EX6XK3.js} +3 -3
- package/dist/{chunk-GE4CCOWC.js → chunk-UNLTQUPO.js} +4 -4
- package/dist/context-mention-palette/index.js +6 -6
- package/dist/i18n/index.d.ts +2 -0
- package/dist/i18n/index.js +2 -2
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1947 -1313
- package/dist/index.js.map +1 -1
- package/dist/workbench/index.js +3 -3
- package/dist/workbench/sessionTitle.js +3 -3
- package/dist/workspace-agent-generated-files.js +3 -3
- package/package.json +17 -15
- package/dist/chunk-5WZEOARY.js.map +0 -1
- package/dist/chunk-CCJUGHQQ.js.map +0 -1
- /package/dist/{chunk-AIYGF64O.js.map → chunk-3355GEBI.js.map} +0 -0
- /package/dist/{chunk-PVLUSXH5.js.map → chunk-6YLA7R4S.js.map} +0 -0
- /package/dist/{chunk-Z7KHS6LK.js.map → chunk-A2JPL5N6.js.map} +0 -0
- /package/dist/{chunk-5BFYTHJB.js.map → chunk-CVPWQHQH.js.map} +0 -0
- /package/dist/{chunk-3PB2FL74.js.map → chunk-CXJEQQR5.js.map} +0 -0
- /package/dist/{chunk-FYSYKWN6.js.map → chunk-HUNUSBQQ.js.map} +0 -0
- /package/dist/{chunk-T56L2H2H.js.map → chunk-MQ6WW3CD.js.map} +0 -0
- /package/dist/{chunk-U4F3VJ5C.js.map → chunk-N7EX6XK3.js.map} +0 -0
- /package/dist/{chunk-GE4CCOWC.js.map → chunk-UNLTQUPO.js.map} +0 -0
package/dist/workbench/index.js
CHANGED
|
@@ -53,10 +53,10 @@ import {
|
|
|
53
53
|
formatAgentGuiConversationPlainTitle,
|
|
54
54
|
formatAgentGuiSessionPlainTitle,
|
|
55
55
|
resolveAgentGuiWorkbenchSessionTitle
|
|
56
|
-
} from "../chunk-
|
|
57
|
-
import "../chunk-
|
|
56
|
+
} from "../chunk-6YLA7R4S.js";
|
|
57
|
+
import "../chunk-3355GEBI.js";
|
|
58
58
|
import "../chunk-XDV4ZRVK.js";
|
|
59
|
-
import "../chunk-
|
|
59
|
+
import "../chunk-AA75BOX3.js";
|
|
60
60
|
import "../chunk-GCBDIQDX.js";
|
|
61
61
|
export {
|
|
62
62
|
AGENT_GUI_WORKBENCH_CONVERSATION_RAIL_TOGGLE_EVENT,
|
|
@@ -2,9 +2,9 @@ import {
|
|
|
2
2
|
formatAgentGuiConversationPlainTitle,
|
|
3
3
|
formatAgentGuiSessionPlainTitle,
|
|
4
4
|
resolveAgentGuiWorkbenchSessionTitle
|
|
5
|
-
} from "../chunk-
|
|
6
|
-
import "../chunk-
|
|
7
|
-
import "../chunk-
|
|
5
|
+
} from "../chunk-6YLA7R4S.js";
|
|
6
|
+
import "../chunk-3355GEBI.js";
|
|
7
|
+
import "../chunk-AA75BOX3.js";
|
|
8
8
|
import "../chunk-GCBDIQDX.js";
|
|
9
9
|
export {
|
|
10
10
|
formatAgentGuiConversationPlainTitle,
|
|
@@ -4,14 +4,14 @@ import {
|
|
|
4
4
|
resolveWorkspaceAgentActivityStatus,
|
|
5
5
|
resolveWorkspaceAgentActivityTitle,
|
|
6
6
|
reuseWorkspaceAgentActivityListViewModelIfUnchanged
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-A2JPL5N6.js";
|
|
8
8
|
import "./chunk-IBIMGLCD.js";
|
|
9
9
|
import "./chunk-Y35GDLP2.js";
|
|
10
10
|
import {
|
|
11
11
|
workspaceAgentProviderLabel
|
|
12
12
|
} from "./chunk-4HP6V2YA.js";
|
|
13
|
-
import "./chunk-
|
|
14
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-MQ6WW3CD.js";
|
|
14
|
+
import "./chunk-AA75BOX3.js";
|
|
15
15
|
import "./chunk-GCBDIQDX.js";
|
|
16
16
|
export {
|
|
17
17
|
buildWorkspaceAgentActivityListViewModel,
|
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.84",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -94,31 +94,32 @@
|
|
|
94
94
|
},
|
|
95
95
|
"dependencies": {
|
|
96
96
|
"@monaco-editor/react": "^4.7.0",
|
|
97
|
-
"@tutti-os/agent-activity-core": "0.0.82",
|
|
98
|
-
"@tutti-os/ui-i18n-runtime": "0.0.82",
|
|
99
|
-
"@tutti-os/ui-rich-text": "0.0.82",
|
|
100
|
-
"@tutti-os/ui-react-hooks": "0.0.82",
|
|
101
|
-
"@tutti-os/ui-system": "0.0.82",
|
|
102
|
-
"@tutti-os/workbench-surface": "0.0.82",
|
|
103
|
-
"@tutti-os/workspace-external-core": "0.0.82",
|
|
104
|
-
"@tutti-os/workspace-file-manager": "0.0.82",
|
|
105
|
-
"@tutti-os/workspace-file-reference": "0.0.82",
|
|
106
|
-
"@tutti-os/workspace-issue-manager": "0.0.82",
|
|
107
|
-
"@tutti-os/workspace-user-project": "0.0.82",
|
|
108
97
|
"@tanstack/react-virtual": "^3.13.12",
|
|
109
98
|
"@tiptap/core": "^3.11.1",
|
|
110
99
|
"@tiptap/pm": "^3.23.6",
|
|
111
100
|
"@tiptap/react": "^3.11.1",
|
|
112
101
|
"@tiptap/starter-kit": "^3.11.1",
|
|
113
102
|
"@tiptap/suggestion": "^3.11.1",
|
|
103
|
+
"@tutti-os/agent-activity-core": "0.0.84",
|
|
104
|
+
"@tutti-os/ui-i18n-runtime": "0.0.84",
|
|
105
|
+
"@tutti-os/ui-react-hooks": "0.0.84",
|
|
106
|
+
"@tutti-os/ui-rich-text": "0.0.84",
|
|
107
|
+
"@tutti-os/ui-system": "0.0.84",
|
|
108
|
+
"@tutti-os/workbench-surface": "0.0.84",
|
|
109
|
+
"@tutti-os/workspace-external-core": "0.0.84",
|
|
110
|
+
"@tutti-os/workspace-file-manager": "0.0.84",
|
|
111
|
+
"@tutti-os/workspace-file-reference": "0.0.84",
|
|
112
|
+
"@tutti-os/workspace-issue-manager": "0.0.84",
|
|
113
|
+
"@tutti-os/workspace-user-project": "0.0.84",
|
|
114
114
|
"clsx": "^2.1.1",
|
|
115
|
-
"lodash": "^4.17.21",
|
|
116
115
|
"framer-motion": "^12.40.0",
|
|
116
|
+
"lodash": "^4.17.21",
|
|
117
117
|
"lucide-react": "^0.511.0",
|
|
118
118
|
"react-markdown": "^10.1.0",
|
|
119
119
|
"rehype-sanitize": "^6.0.0",
|
|
120
120
|
"remark-gfm": "^4.0.1",
|
|
121
121
|
"tailwind-merge": "^3.6.0",
|
|
122
|
+
"three": "^0.185.1",
|
|
122
123
|
"valtio": "^2.3.2",
|
|
123
124
|
"zustand": "^5.0.14"
|
|
124
125
|
},
|
|
@@ -129,13 +130,14 @@
|
|
|
129
130
|
"@types/node": "^24.0.1",
|
|
130
131
|
"@types/react": "^19.1.6",
|
|
131
132
|
"@types/react-dom": "^19.1.5",
|
|
133
|
+
"@types/three": "^0.185.1",
|
|
132
134
|
"jsdom": "^27.2.0",
|
|
133
135
|
"tsup": "8.5.1",
|
|
134
136
|
"typescript": "^5.8.3",
|
|
135
137
|
"vite": "^6.4.2",
|
|
136
138
|
"vitest": "^4.0.13",
|
|
137
|
-
"@tutti-os/
|
|
138
|
-
"@tutti-os/
|
|
139
|
+
"@tutti-os/config-tsconfig": "0.0.0",
|
|
140
|
+
"@tutti-os/client-tuttid-ts": "0.0.0"
|
|
139
141
|
},
|
|
140
142
|
"peerDependencies": {
|
|
141
143
|
"react": "^19.1.0",
|