@tutti-os/agent-gui 0.0.180 → 0.0.182
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 +3 -3
- package/dist/agent-gui.d.ts +5 -1
- package/dist/agent-gui.js +8 -7
- package/dist/agent-message-center/index.js +3 -3
- package/dist/{chunk-BYWOKSHZ.js → chunk-FO4G2K6B.js} +2 -2
- package/dist/{chunk-V7V7PU7Z.js → chunk-KAF6JPGL.js} +1 -1
- package/dist/chunk-KAF6JPGL.js.map +1 -0
- package/dist/chunk-LB4AGT7B.js +57 -0
- package/dist/chunk-LB4AGT7B.js.map +1 -0
- package/dist/{chunk-XF4D65QH.js → chunk-SOR55JUN.js} +2 -2
- package/dist/{chunk-5WIB6ZUL.js → chunk-SUZQHAFB.js} +3 -3
- package/dist/{chunk-W6UJE2OS.js → chunk-SXYACIJA.js} +2 -2
- package/dist/{chunk-G5JCVOF3.js → chunk-XN65KAE3.js} +344 -249
- package/dist/chunk-XN65KAE3.js.map +1 -0
- package/dist/{chunk-5UVD3YKW.js → chunk-XV2EXX7S.js} +3 -3
- package/dist/context-mention-palette/index.js +3 -3
- package/dist/conversation-rail-runtime.d.ts +356 -0
- package/dist/conversation-rail-runtime.js +12 -0
- package/dist/conversation-rail-runtime.js.map +1 -0
- package/dist/index.d.ts +21 -2
- package/dist/index.js +15 -7
- package/dist/index.js.map +1 -1
- package/dist/mention-search.js +2 -2
- package/package.json +20 -13
- package/dist/chunk-G5JCVOF3.js.map +0 -1
- package/dist/chunk-V7V7PU7Z.js.map +0 -1
- /package/dist/{chunk-BYWOKSHZ.js.map → chunk-FO4G2K6B.js.map} +0 -0
- /package/dist/{chunk-XF4D65QH.js.map → chunk-SOR55JUN.js.map} +0 -0
- /package/dist/{chunk-5WIB6ZUL.js.map → chunk-SUZQHAFB.js.map} +0 -0
- /package/dist/{chunk-W6UJE2OS.js.map → chunk-SXYACIJA.js.map} +0 -0
- /package/dist/{chunk-5UVD3YKW.js.map → chunk-XV2EXX7S.js.map} +0 -0
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.182",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -81,6 +81,10 @@
|
|
|
81
81
|
"types": "./dist/workspace-agent-generated-files.d.ts",
|
|
82
82
|
"import": "./dist/workspace-agent-generated-files.js"
|
|
83
83
|
},
|
|
84
|
+
"./conversation-rail-runtime": {
|
|
85
|
+
"types": "./dist/conversation-rail-runtime.d.ts",
|
|
86
|
+
"import": "./dist/conversation-rail-runtime.js"
|
|
87
|
+
},
|
|
84
88
|
"./workspace-query-cache": {
|
|
85
89
|
"types": "./dist/workspace-query-cache.d.ts",
|
|
86
90
|
"import": "./dist/workspace-query-cache.js"
|
|
@@ -139,18 +143,18 @@
|
|
|
139
143
|
"dependencies": {
|
|
140
144
|
"@monaco-editor/react": "^4.7.0",
|
|
141
145
|
"@tanstack/react-virtual": "^3.13.12",
|
|
142
|
-
"@tutti-os/agent-activity-core": "0.0.
|
|
143
|
-
"@tutti-os/browser-node": "0.0.
|
|
144
|
-
"@tutti-os/ui-i18n-runtime": "0.0.
|
|
145
|
-
"@tutti-os/ui-react-hooks": "0.0.
|
|
146
|
-
"@tutti-os/ui-rich-text": "0.0.
|
|
147
|
-
"@tutti-os/ui-system": "0.0.
|
|
148
|
-
"@tutti-os/workbench-surface": "0.0.
|
|
149
|
-
"@tutti-os/workspace-external-core": "0.0.
|
|
150
|
-
"@tutti-os/workspace-file-manager": "0.0.
|
|
151
|
-
"@tutti-os/workspace-file-reference": "0.0.
|
|
152
|
-
"@tutti-os/workspace-issue-manager": "0.0.
|
|
153
|
-
"@tutti-os/workspace-user-project": "0.0.
|
|
146
|
+
"@tutti-os/agent-activity-core": "0.0.182",
|
|
147
|
+
"@tutti-os/browser-node": "0.0.182",
|
|
148
|
+
"@tutti-os/ui-i18n-runtime": "0.0.182",
|
|
149
|
+
"@tutti-os/ui-react-hooks": "0.0.182",
|
|
150
|
+
"@tutti-os/ui-rich-text": "0.0.182",
|
|
151
|
+
"@tutti-os/ui-system": "0.0.182",
|
|
152
|
+
"@tutti-os/workbench-surface": "0.0.182",
|
|
153
|
+
"@tutti-os/workspace-external-core": "0.0.182",
|
|
154
|
+
"@tutti-os/workspace-file-manager": "0.0.182",
|
|
155
|
+
"@tutti-os/workspace-file-reference": "0.0.182",
|
|
156
|
+
"@tutti-os/workspace-issue-manager": "0.0.182",
|
|
157
|
+
"@tutti-os/workspace-user-project": "0.0.182",
|
|
154
158
|
"clsx": "^2.1.1",
|
|
155
159
|
"framer-motion": "^12.40.0",
|
|
156
160
|
"lodash": "^4.17.21",
|
|
@@ -261,6 +265,9 @@
|
|
|
261
265
|
"workspace-agent-generated-files": [
|
|
262
266
|
"./dist/workspace-agent-generated-files.d.ts"
|
|
263
267
|
],
|
|
268
|
+
"conversation-rail-runtime": [
|
|
269
|
+
"./dist/conversation-rail-runtime.d.ts"
|
|
270
|
+
],
|
|
264
271
|
"workspace-query-cache": [
|
|
265
272
|
"./dist/workspace-query-cache.d.ts"
|
|
266
273
|
],
|