@tutti-os/agent-gui 0.0.20 → 0.0.21
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 +2 -2
- package/dist/agent-conversation/index.js +3 -3
- package/dist/agent-message-center/index.d.ts +1 -1
- package/dist/agent-message-center/index.js +3 -3
- package/dist/{agentConversationVM-D09Aw-Ei.d.ts → agentConversationVM-CGYkOuOP.d.ts} +0 -3
- package/dist/{chunk-5H4ISRJQ.js → chunk-2BGUS7DE.js} +3 -3
- package/dist/{chunk-DIBNU26G.js → chunk-4NGM7NFL.js} +8 -17
- package/dist/chunk-4NGM7NFL.js.map +1 -0
- package/dist/{chunk-7THDJWRR.js → chunk-BMGCH4JC.js} +2 -2
- package/dist/{chunk-IEBWFP7O.js → chunk-CCI6EK5W.js} +1 -1
- package/dist/chunk-CCI6EK5W.js.map +1 -0
- package/dist/{chunk-7IFIA3DC.js → chunk-WP7ZZ56R.js} +2 -2
- package/dist/context-mention-palette/index.js +2 -2
- package/dist/index.d.ts +0 -9
- package/dist/index.js +5 -17
- package/dist/index.js.map +1 -1
- package/dist/plan-decision-ops.d.ts +1 -1
- package/package.json +12 -12
- package/dist/chunk-DIBNU26G.js.map +0 -1
- package/dist/chunk-IEBWFP7O.js.map +0 -1
- /package/dist/{chunk-5H4ISRJQ.js.map → chunk-2BGUS7DE.js.map} +0 -0
- /package/dist/{chunk-7THDJWRR.js.map → chunk-BMGCH4JC.js.map} +0 -0
- /package/dist/{chunk-7IFIA3DC.js.map → chunk-WP7ZZ56R.js.map} +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as AgentConversationPromptVM } from './agentConversationVM-
|
|
1
|
+
import { A as AgentConversationPromptVM } from './agentConversationVM-CGYkOuOP.js';
|
|
2
2
|
import './workspaceAgentActivityListViewModel-BK_J3aNX.js';
|
|
3
3
|
import '@tutti-os/agent-activity-core';
|
|
4
4
|
|
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.21",
|
|
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.21",
|
|
86
|
+
"@tutti-os/ui-i18n-runtime": "0.0.21",
|
|
87
|
+
"@tutti-os/ui-rich-text": "0.0.21",
|
|
88
|
+
"@tutti-os/ui-react-hooks": "0.0.21",
|
|
89
|
+
"@tutti-os/ui-system": "0.0.21",
|
|
90
|
+
"@tutti-os/workbench-surface": "0.0.21",
|
|
91
|
+
"@tutti-os/workspace-external-core": "0.0.21",
|
|
92
|
+
"@tutti-os/workspace-file-manager": "0.0.21",
|
|
93
|
+
"@tutti-os/workspace-file-reference": "0.0.21",
|
|
94
|
+
"@tutti-os/workspace-issue-manager": "0.0.21",
|
|
95
|
+
"@tutti-os/workspace-user-project": "0.0.21",
|
|
96
96
|
"@tanstack/react-virtual": "^3.13.12",
|
|
97
97
|
"@tiptap/core": "^3.11.1",
|
|
98
98
|
"@tiptap/pm": "^3.23.6",
|