@tutti-os/agent-gui 0.0.57 → 0.0.58
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 +9 -8
- package/dist/agent-conversation/index.js.map +1 -1
- package/dist/agent-env/index.d.ts +285 -0
- package/dist/agent-env/index.js +360 -0
- package/dist/agent-env/index.js.map +1 -0
- package/dist/agent-message-center/index.js +11 -11
- package/dist/app/renderer/agentactivity.css +8 -33
- package/dist/{chunk-RGVVHF7Q.js → chunk-2WUDORCV.js} +2 -2
- package/dist/{chunk-Z3AAQQFD.js → chunk-5SRRKWE4.js} +2 -2
- package/dist/{chunk-DZ76JPCV.js → chunk-BEFNWUOZ.js} +95 -154
- package/dist/chunk-BEFNWUOZ.js.map +1 -0
- package/dist/{chunk-IMZBRUP3.js → chunk-BT5WEZO5.js} +7 -7
- package/dist/{chunk-HFZOXSSQ.js → chunk-CEMXB7LA.js} +5 -5
- package/dist/{chunk-S6PCOX3S.js → chunk-HVU46DDA.js} +1 -1
- package/dist/chunk-HVU46DDA.js.map +1 -0
- package/dist/{chunk-33LWYV6O.js → chunk-IS6JUDDY.js} +9 -1
- package/dist/chunk-IS6JUDDY.js.map +1 -0
- package/dist/{chunk-VOXUYDQF.js → chunk-N756UO52.js} +11 -7
- package/dist/chunk-N756UO52.js.map +1 -0
- package/dist/{chunk-N37A5CJH.js → chunk-NX6T3DDS.js} +3 -3
- package/dist/{chunk-KOR6UVUJ.js → chunk-OFMORNBO.js} +5 -5
- package/dist/{chunk-QFHR527D.js → chunk-OLI2A3EM.js} +2 -2
- package/dist/chunk-PSLAWU25.js +145 -0
- package/dist/chunk-PSLAWU25.js.map +1 -0
- package/dist/{chunk-2VHP7KQ5.js → chunk-SLT5Q37C.js} +6 -6
- package/dist/{chunk-SZ7JGCS3.js → chunk-UCCUIUGK.js} +4 -4
- package/dist/context-mention-palette/index.js +7 -7
- package/dist/i18n/index.d.ts +8 -0
- package/dist/i18n/index.js +2 -2
- package/dist/index.d.ts +52 -0
- package/dist/index.js +570 -108
- package/dist/index.js.map +1 -1
- package/dist/workbench/contribution.js +2 -2
- package/dist/workbench/index.js +14 -14
- package/dist/workbench/sessionTitle.js +3 -3
- package/dist/workspace-agent-generated-files.js +3 -3
- package/package.json +19 -12
- package/dist/chunk-33LWYV6O.js.map +0 -1
- package/dist/chunk-DZ76JPCV.js.map +0 -1
- package/dist/chunk-S6PCOX3S.js.map +0 -1
- package/dist/chunk-VOXUYDQF.js.map +0 -1
- /package/dist/{chunk-RGVVHF7Q.js.map → chunk-2WUDORCV.js.map} +0 -0
- /package/dist/{chunk-Z3AAQQFD.js.map → chunk-5SRRKWE4.js.map} +0 -0
- /package/dist/{chunk-IMZBRUP3.js.map → chunk-BT5WEZO5.js.map} +0 -0
- /package/dist/{chunk-HFZOXSSQ.js.map → chunk-CEMXB7LA.js.map} +0 -0
- /package/dist/{chunk-N37A5CJH.js.map → chunk-NX6T3DDS.js.map} +0 -0
- /package/dist/{chunk-KOR6UVUJ.js.map → chunk-OFMORNBO.js.map} +0 -0
- /package/dist/{chunk-QFHR527D.js.map → chunk-OLI2A3EM.js.map} +0 -0
- /package/dist/{chunk-2VHP7KQ5.js.map → chunk-SLT5Q37C.js.map} +0 -0
- /package/dist/{chunk-SZ7JGCS3.js.map → chunk-UCCUIUGK.js.map} +0 -0
|
@@ -11,10 +11,10 @@ import {
|
|
|
11
11
|
resolveAgentGuiUnifiedDockLaunchPayload,
|
|
12
12
|
resolveAgentGuiWorkbenchContributionCopy,
|
|
13
13
|
resolveAgentGuiWorkbenchDefaultLaunchFrame
|
|
14
|
-
} from "../chunk-
|
|
14
|
+
} from "../chunk-N756UO52.js";
|
|
15
|
+
import "../chunk-OQJSZSYB.js";
|
|
15
16
|
import "../chunk-4PSDYKZQ.js";
|
|
16
17
|
import "../chunk-Z2BTIAOC.js";
|
|
17
|
-
import "../chunk-OQJSZSYB.js";
|
|
18
18
|
import "../chunk-22L4VWUR.js";
|
|
19
19
|
import "../chunk-Q75AK47T.js";
|
|
20
20
|
import "../chunk-7GM7UQXD.js";
|
package/dist/workbench/index.js
CHANGED
|
@@ -8,7 +8,17 @@ import {
|
|
|
8
8
|
createAgentGuiWorkbenchContribution,
|
|
9
9
|
resolveAgentGuiUnifiedDockLaunchPayload,
|
|
10
10
|
resolveAgentGuiWorkbenchContributionCopy
|
|
11
|
-
} from "../chunk-
|
|
11
|
+
} from "../chunk-N756UO52.js";
|
|
12
|
+
import {
|
|
13
|
+
agentGuiWorkbenchProviderFromInstanceId,
|
|
14
|
+
areAgentGuiWorkbenchNodeStatesEqual,
|
|
15
|
+
areAgentGuiWorkbenchStatesEqual,
|
|
16
|
+
createAgentGuiWorkbenchNodeStateSource,
|
|
17
|
+
createDefaultAgentGuiWorkbenchNodeState,
|
|
18
|
+
normalizeAgentGuiWorkbenchNodeState,
|
|
19
|
+
normalizeAgentGuiWorkbenchState,
|
|
20
|
+
projectAgentGuiWorkbenchState
|
|
21
|
+
} from "../chunk-OQJSZSYB.js";
|
|
12
22
|
import {
|
|
13
23
|
agentGuiWorkbenchDockEntryId,
|
|
14
24
|
agentGuiWorkbenchDockEntryIdForLayout,
|
|
@@ -27,16 +37,6 @@ import {
|
|
|
27
37
|
agentGuiWorkbenchOpenSessionActivationType,
|
|
28
38
|
agentGuiWorkbenchPrefillPromptActivationType
|
|
29
39
|
} from "../chunk-Z2BTIAOC.js";
|
|
30
|
-
import {
|
|
31
|
-
agentGuiWorkbenchProviderFromInstanceId,
|
|
32
|
-
areAgentGuiWorkbenchNodeStatesEqual,
|
|
33
|
-
areAgentGuiWorkbenchStatesEqual,
|
|
34
|
-
createAgentGuiWorkbenchNodeStateSource,
|
|
35
|
-
createDefaultAgentGuiWorkbenchNodeState,
|
|
36
|
-
normalizeAgentGuiWorkbenchNodeState,
|
|
37
|
-
normalizeAgentGuiWorkbenchState,
|
|
38
|
-
projectAgentGuiWorkbenchState
|
|
39
|
-
} from "../chunk-OQJSZSYB.js";
|
|
40
40
|
import {
|
|
41
41
|
agentGuiWorkbenchComingSoonProviders,
|
|
42
42
|
agentGuiWorkbenchDefaultDockProviders,
|
|
@@ -56,11 +56,11 @@ import {
|
|
|
56
56
|
formatAgentGuiConversationPlainTitle,
|
|
57
57
|
formatAgentGuiSessionPlainTitle,
|
|
58
58
|
resolveAgentGuiWorkbenchSessionTitle
|
|
59
|
-
} from "../chunk-
|
|
60
|
-
import "../chunk-
|
|
59
|
+
} from "../chunk-2WUDORCV.js";
|
|
60
|
+
import "../chunk-UCCUIUGK.js";
|
|
61
61
|
import "../chunk-MTFSQWZ6.js";
|
|
62
|
+
import "../chunk-IS6JUDDY.js";
|
|
62
63
|
import "../chunk-GCBDIQDX.js";
|
|
63
|
-
import "../chunk-33LWYV6O.js";
|
|
64
64
|
export {
|
|
65
65
|
AGENT_GUI_WORKBENCH_CONVERSATION_RAIL_TOGGLE_EVENT,
|
|
66
66
|
AGENT_GUI_WORKBENCH_NEW_CONVERSATION_EVENT,
|
|
@@ -2,10 +2,10 @@ import {
|
|
|
2
2
|
formatAgentGuiConversationPlainTitle,
|
|
3
3
|
formatAgentGuiSessionPlainTitle,
|
|
4
4
|
resolveAgentGuiWorkbenchSessionTitle
|
|
5
|
-
} from "../chunk-
|
|
6
|
-
import "../chunk-
|
|
5
|
+
} from "../chunk-2WUDORCV.js";
|
|
6
|
+
import "../chunk-UCCUIUGK.js";
|
|
7
|
+
import "../chunk-IS6JUDDY.js";
|
|
7
8
|
import "../chunk-GCBDIQDX.js";
|
|
8
|
-
import "../chunk-33LWYV6O.js";
|
|
9
9
|
export {
|
|
10
10
|
formatAgentGuiConversationPlainTitle,
|
|
11
11
|
formatAgentGuiSessionPlainTitle,
|
|
@@ -4,15 +4,15 @@ import {
|
|
|
4
4
|
resolveWorkspaceAgentActivityStatus,
|
|
5
5
|
resolveWorkspaceAgentActivityTitle,
|
|
6
6
|
reuseWorkspaceAgentActivityListViewModelIfUnchanged
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-CEMXB7LA.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-5SRRKWE4.js";
|
|
14
|
+
import "./chunk-IS6JUDDY.js";
|
|
13
15
|
import "./chunk-GCBDIQDX.js";
|
|
14
|
-
import "./chunk-Z3AAQQFD.js";
|
|
15
|
-
import "./chunk-33LWYV6O.js";
|
|
16
16
|
export {
|
|
17
17
|
buildWorkspaceAgentActivityListViewModel,
|
|
18
18
|
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.58",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -17,6 +17,10 @@
|
|
|
17
17
|
"types": "./dist/agent-conversation/index.d.ts",
|
|
18
18
|
"import": "./dist/agent-conversation/index.js"
|
|
19
19
|
},
|
|
20
|
+
"./agent-env": {
|
|
21
|
+
"types": "./dist/agent-env/index.d.ts",
|
|
22
|
+
"import": "./dist/agent-env/index.js"
|
|
23
|
+
},
|
|
20
24
|
"./context-mention-palette": {
|
|
21
25
|
"types": "./dist/context-mention-palette/index.d.ts",
|
|
22
26
|
"import": "./dist/context-mention-palette/index.js"
|
|
@@ -90,17 +94,17 @@
|
|
|
90
94
|
},
|
|
91
95
|
"dependencies": {
|
|
92
96
|
"@monaco-editor/react": "^4.7.0",
|
|
93
|
-
"@tutti-os/agent-activity-core": "0.0.
|
|
94
|
-
"@tutti-os/ui-i18n-runtime": "0.0.
|
|
95
|
-
"@tutti-os/ui-rich-text": "0.0.
|
|
96
|
-
"@tutti-os/ui-react-hooks": "0.0.
|
|
97
|
-
"@tutti-os/ui-system": "0.0.
|
|
98
|
-
"@tutti-os/workbench-surface": "0.0.
|
|
99
|
-
"@tutti-os/workspace-external-core": "0.0.
|
|
100
|
-
"@tutti-os/workspace-file-manager": "0.0.
|
|
101
|
-
"@tutti-os/workspace-file-reference": "0.0.
|
|
102
|
-
"@tutti-os/workspace-issue-manager": "0.0.
|
|
103
|
-
"@tutti-os/workspace-user-project": "0.0.
|
|
97
|
+
"@tutti-os/agent-activity-core": "0.0.58",
|
|
98
|
+
"@tutti-os/ui-i18n-runtime": "0.0.58",
|
|
99
|
+
"@tutti-os/ui-rich-text": "0.0.58",
|
|
100
|
+
"@tutti-os/ui-react-hooks": "0.0.58",
|
|
101
|
+
"@tutti-os/ui-system": "0.0.58",
|
|
102
|
+
"@tutti-os/workbench-surface": "0.0.58",
|
|
103
|
+
"@tutti-os/workspace-external-core": "0.0.58",
|
|
104
|
+
"@tutti-os/workspace-file-manager": "0.0.58",
|
|
105
|
+
"@tutti-os/workspace-file-reference": "0.0.58",
|
|
106
|
+
"@tutti-os/workspace-issue-manager": "0.0.58",
|
|
107
|
+
"@tutti-os/workspace-user-project": "0.0.58",
|
|
104
108
|
"@tanstack/react-virtual": "^3.13.12",
|
|
105
109
|
"@tiptap/core": "^3.11.1",
|
|
106
110
|
"@tiptap/pm": "^3.23.6",
|
|
@@ -157,6 +161,9 @@
|
|
|
157
161
|
"agent-conversation": [
|
|
158
162
|
"./dist/agent-conversation/index.d.ts"
|
|
159
163
|
],
|
|
164
|
+
"agent-env": [
|
|
165
|
+
"./dist/agent-env/index.d.ts"
|
|
166
|
+
],
|
|
160
167
|
"context-mention-palette": [
|
|
161
168
|
"./dist/context-mention-palette/index.d.ts"
|
|
162
169
|
],
|