@tutti-os/agent-gui 0.0.61 → 0.0.63
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 +13 -1
- package/dist/{chunk-SXML6H77.js → chunk-4UTWOSHP.js} +3 -1
- package/dist/chunk-4UTWOSHP.js.map +1 -0
- package/dist/{chunk-JLJIAKI3.js → chunk-6MUKWI6Z.js} +4 -4
- package/dist/{chunk-I5ZIKJVN.js → chunk-7P6CUYQT.js} +2 -2
- package/dist/{chunk-6VVBG4BF.js → chunk-CA25GD5Q.js} +5 -3
- package/dist/chunk-CA25GD5Q.js.map +1 -0
- package/dist/{chunk-4OPTXOOZ.js → chunk-CVSCZ3CK.js} +2 -2
- package/dist/{chunk-2LGUBUEJ.js → chunk-FQQDBBNI.js} +2 -2
- package/dist/{chunk-6TEPDMX6.js → chunk-G6UO6JVM.js} +2 -2
- package/dist/{chunk-JSIA4K67.js → chunk-K4UUEG7X.js} +13 -7
- package/dist/chunk-K4UUEG7X.js.map +1 -0
- package/dist/{chunk-JBWFRSFQ.js → chunk-NZN43XT5.js} +2 -2
- package/dist/{chunk-CZSMZRAV.js → chunk-QC642RAG.js} +4 -4
- package/dist/{chunk-24CUBQKJ.js → chunk-RO6KQD3J.js} +2 -2
- package/dist/{chunk-CUMZV32B.js → chunk-SGXYVGQT.js} +4 -4
- package/dist/{chunk-B6YDXIZW.js → chunk-SW6JCJCO.js} +2 -2
- package/dist/{chunk-74TIEA6X.js → chunk-ZUVEBW5T.js} +2 -2
- package/dist/context-mention-palette/index.js +6 -6
- package/dist/i18n/index.d.ts +4 -2
- package/dist/i18n/index.js +2 -2
- package/dist/index.d.ts +15 -3
- package/dist/index.js +254 -59
- package/dist/index.js.map +1 -1
- package/dist/workbench/contribution.js +3 -3
- package/dist/workbench/index.js +6 -6
- package/dist/workbench/sessionTitle.js +3 -3
- package/dist/workbench/state.js +2 -2
- package/dist/workspace-agent-generated-files.js +3 -3
- package/package.json +12 -12
- package/dist/chunk-6VVBG4BF.js.map +0 -1
- package/dist/chunk-JSIA4K67.js.map +0 -1
- package/dist/chunk-SXML6H77.js.map +0 -1
- /package/dist/{chunk-JLJIAKI3.js.map → chunk-6MUKWI6Z.js.map} +0 -0
- /package/dist/{chunk-I5ZIKJVN.js.map → chunk-7P6CUYQT.js.map} +0 -0
- /package/dist/{chunk-4OPTXOOZ.js.map → chunk-CVSCZ3CK.js.map} +0 -0
- /package/dist/{chunk-2LGUBUEJ.js.map → chunk-FQQDBBNI.js.map} +0 -0
- /package/dist/{chunk-6TEPDMX6.js.map → chunk-G6UO6JVM.js.map} +0 -0
- /package/dist/{chunk-JBWFRSFQ.js.map → chunk-NZN43XT5.js.map} +0 -0
- /package/dist/{chunk-CZSMZRAV.js.map → chunk-QC642RAG.js.map} +0 -0
- /package/dist/{chunk-24CUBQKJ.js.map → chunk-RO6KQD3J.js.map} +0 -0
- /package/dist/{chunk-CUMZV32B.js.map → chunk-SGXYVGQT.js.map} +0 -0
- /package/dist/{chunk-B6YDXIZW.js.map → chunk-SW6JCJCO.js.map} +0 -0
- /package/dist/{chunk-74TIEA6X.js.map → chunk-ZUVEBW5T.js.map} +0 -0
|
@@ -12,13 +12,13 @@ import {
|
|
|
12
12
|
resolveAgentGuiUnifiedDockLaunchPayload,
|
|
13
13
|
resolveAgentGuiWorkbenchContributionCopy,
|
|
14
14
|
resolveAgentGuiWorkbenchDefaultLaunchFrame
|
|
15
|
-
} from "../chunk-
|
|
16
|
-
import "../chunk-
|
|
15
|
+
} from "../chunk-K4UUEG7X.js";
|
|
16
|
+
import "../chunk-NZN43XT5.js";
|
|
17
17
|
import "../chunk-3KS22CG2.js";
|
|
18
18
|
import "../chunk-IIVHPXAB.js";
|
|
19
19
|
import "../chunk-22L4VWUR.js";
|
|
20
20
|
import "../chunk-5WB3NGIN.js";
|
|
21
|
-
import "../chunk-
|
|
21
|
+
import "../chunk-4UTWOSHP.js";
|
|
22
22
|
import "../chunk-V4JGVBUN.js";
|
|
23
23
|
export {
|
|
24
24
|
AGENT_GUI_WORKBENCH_CONVERSATION_RAIL_TOGGLE_EVENT,
|
package/dist/workbench/index.js
CHANGED
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
createAgentGuiWorkbenchContribution,
|
|
9
9
|
resolveAgentGuiUnifiedDockLaunchPayload,
|
|
10
10
|
resolveAgentGuiWorkbenchContributionCopy
|
|
11
|
-
} from "../chunk-
|
|
11
|
+
} from "../chunk-K4UUEG7X.js";
|
|
12
12
|
import {
|
|
13
13
|
agentGuiWorkbenchProviderFromInstanceId,
|
|
14
14
|
areAgentGuiWorkbenchNodeStatesEqual,
|
|
@@ -18,7 +18,7 @@ import {
|
|
|
18
18
|
normalizeAgentGuiWorkbenchNodeState,
|
|
19
19
|
normalizeAgentGuiWorkbenchState,
|
|
20
20
|
projectAgentGuiWorkbenchState
|
|
21
|
-
} from "../chunk-
|
|
21
|
+
} from "../chunk-NZN43XT5.js";
|
|
22
22
|
import {
|
|
23
23
|
agentGuiWorkbenchDockEntryId,
|
|
24
24
|
agentGuiWorkbenchDockIdentityFromIdentifier,
|
|
@@ -50,15 +50,15 @@ import {
|
|
|
50
50
|
resolveAgentGuiWorkbenchProviderLabel
|
|
51
51
|
} from "../chunk-22L4VWUR.js";
|
|
52
52
|
import "../chunk-5WB3NGIN.js";
|
|
53
|
-
import "../chunk-
|
|
53
|
+
import "../chunk-4UTWOSHP.js";
|
|
54
54
|
import {
|
|
55
55
|
formatAgentGuiConversationPlainTitle,
|
|
56
56
|
formatAgentGuiSessionPlainTitle,
|
|
57
57
|
resolveAgentGuiWorkbenchSessionTitle
|
|
58
|
-
} from "../chunk-
|
|
59
|
-
import "../chunk-
|
|
58
|
+
} from "../chunk-G6UO6JVM.js";
|
|
59
|
+
import "../chunk-CVSCZ3CK.js";
|
|
60
60
|
import "../chunk-V4JGVBUN.js";
|
|
61
|
-
import "../chunk-
|
|
61
|
+
import "../chunk-CA25GD5Q.js";
|
|
62
62
|
import "../chunk-GCBDIQDX.js";
|
|
63
63
|
export {
|
|
64
64
|
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-G6UO6JVM.js";
|
|
6
|
+
import "../chunk-CVSCZ3CK.js";
|
|
7
|
+
import "../chunk-CA25GD5Q.js";
|
|
8
8
|
import "../chunk-GCBDIQDX.js";
|
|
9
9
|
export {
|
|
10
10
|
formatAgentGuiConversationPlainTitle,
|
package/dist/workbench/state.js
CHANGED
|
@@ -7,9 +7,9 @@ import {
|
|
|
7
7
|
normalizeAgentGuiWorkbenchNodeState,
|
|
8
8
|
normalizeAgentGuiWorkbenchState,
|
|
9
9
|
projectAgentGuiWorkbenchState
|
|
10
|
-
} from "../chunk-
|
|
10
|
+
} from "../chunk-NZN43XT5.js";
|
|
11
11
|
import "../chunk-22L4VWUR.js";
|
|
12
|
-
import "../chunk-
|
|
12
|
+
import "../chunk-4UTWOSHP.js";
|
|
13
13
|
export {
|
|
14
14
|
agentGuiWorkbenchProviderFromInstanceId,
|
|
15
15
|
areAgentGuiWorkbenchNodeStatesEqual,
|
|
@@ -4,14 +4,14 @@ import {
|
|
|
4
4
|
resolveWorkspaceAgentActivityStatus,
|
|
5
5
|
resolveWorkspaceAgentActivityTitle,
|
|
6
6
|
reuseWorkspaceAgentActivityListViewModelIfUnchanged
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-7P6CUYQT.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
|
-
import "./chunk-
|
|
14
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-RO6KQD3J.js";
|
|
14
|
+
import "./chunk-CA25GD5Q.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.63",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -94,17 +94,17 @@
|
|
|
94
94
|
},
|
|
95
95
|
"dependencies": {
|
|
96
96
|
"@monaco-editor/react": "^4.7.0",
|
|
97
|
-
"@tutti-os/agent-activity-core": "0.0.
|
|
98
|
-
"@tutti-os/ui-i18n-runtime": "0.0.
|
|
99
|
-
"@tutti-os/ui-rich-text": "0.0.
|
|
100
|
-
"@tutti-os/ui-react-hooks": "0.0.
|
|
101
|
-
"@tutti-os/ui-system": "0.0.
|
|
102
|
-
"@tutti-os/workbench-surface": "0.0.
|
|
103
|
-
"@tutti-os/workspace-external-core": "0.0.
|
|
104
|
-
"@tutti-os/workspace-file-manager": "0.0.
|
|
105
|
-
"@tutti-os/workspace-file-reference": "0.0.
|
|
106
|
-
"@tutti-os/workspace-issue-manager": "0.0.
|
|
107
|
-
"@tutti-os/workspace-user-project": "0.0.
|
|
97
|
+
"@tutti-os/agent-activity-core": "0.0.63",
|
|
98
|
+
"@tutti-os/ui-i18n-runtime": "0.0.63",
|
|
99
|
+
"@tutti-os/ui-rich-text": "0.0.63",
|
|
100
|
+
"@tutti-os/ui-react-hooks": "0.0.63",
|
|
101
|
+
"@tutti-os/ui-system": "0.0.63",
|
|
102
|
+
"@tutti-os/workbench-surface": "0.0.63",
|
|
103
|
+
"@tutti-os/workspace-external-core": "0.0.63",
|
|
104
|
+
"@tutti-os/workspace-file-manager": "0.0.63",
|
|
105
|
+
"@tutti-os/workspace-file-reference": "0.0.63",
|
|
106
|
+
"@tutti-os/workspace-issue-manager": "0.0.63",
|
|
107
|
+
"@tutti-os/workspace-user-project": "0.0.63",
|
|
108
108
|
"@tanstack/react-virtual": "^3.13.12",
|
|
109
109
|
"@tiptap/core": "^3.11.1",
|
|
110
110
|
"@tiptap/pm": "^3.23.6",
|