@tutti-os/agent-gui 0.0.215 → 0.0.216
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/README.md +3 -5
- package/dist/{AgentRichTextReadonly-56TZAJ47.js → AgentRichTextReadonly-IPPNAAWG.js} +5 -5
- package/dist/agent-conversation/index.d.ts +0 -2
- package/dist/agent-conversation/index.js +7 -7
- package/dist/agent-gui.d.ts +0 -7
- package/dist/agent-gui.js +14 -14
- package/dist/agent-message-center/index.d.ts +1 -2
- package/dist/agent-message-center/index.js +6 -6
- package/dist/app/renderer/agentactivity.css +0 -24
- package/dist/{chunk-ISC67YBJ.js → chunk-6A6OVD66.js} +4 -4
- package/dist/{chunk-AD2RTSMS.js → chunk-AOK22J62.js} +2 -2
- package/dist/{chunk-2HYADTQP.js → chunk-B4TM2HYJ.js} +2 -2
- package/dist/{chunk-MWAUXAD2.js → chunk-DLN33TPF.js} +2 -2
- package/dist/{chunk-XERDRMSF.js → chunk-DTP2OMCE.js} +4 -4
- package/dist/{chunk-AQ7CRDGX.js → chunk-EZRQMJTX.js} +8 -14
- package/dist/chunk-EZRQMJTX.js.map +1 -0
- package/dist/{chunk-JOUEYIV3.js → chunk-KJA3HHUJ.js} +363 -684
- package/dist/chunk-KJA3HHUJ.js.map +1 -0
- package/dist/{chunk-GUD5NOHO.js → chunk-MOCBHFJ2.js} +5 -74
- package/dist/chunk-MOCBHFJ2.js.map +1 -0
- package/dist/{chunk-QVLEP54U.js → chunk-P2RIZAK5.js} +3 -3
- package/dist/chunk-P2RIZAK5.js.map +1 -0
- package/dist/{chunk-YBIT37P5.js → chunk-QFYOJMEQ.js} +2 -2
- package/dist/{chunk-BYHNJQYH.js → chunk-UERICUWM.js} +2 -2
- package/dist/{chunk-KVFBUOKZ.js → chunk-VMPPZO5C.js} +2 -2
- package/dist/{chunk-YTU6IUO2.js → chunk-YY5WM3OE.js} +39 -143
- package/dist/chunk-YY5WM3OE.js.map +1 -0
- package/dist/{chunk-KNSLQO52.js → chunk-Z5UJC4Q3.js} +7 -13
- package/dist/chunk-Z5UJC4Q3.js.map +1 -0
- package/dist/context-mention-palette/index.js +7 -7
- package/dist/{contribution-DfeuQHH6.d.ts → contribution-D4lcOjSU.d.ts} +2 -14
- package/dist/i18n/index.d.ts +2 -2
- package/dist/i18n/index.js +2 -2
- package/dist/index.d.ts +2 -9
- package/dist/index.js +14 -14
- package/dist/mention-search.js +5 -5
- package/dist/workbench/contribution.d.ts +1 -1
- package/dist/workbench/contribution.js +3 -5
- package/dist/workbench/index.d.ts +2 -2
- package/dist/workbench/index.js +3 -5
- package/dist/workbench/sessionTitle.js +2 -2
- package/package.json +14 -14
- package/dist/chunk-AQ7CRDGX.js.map +0 -1
- package/dist/chunk-GUD5NOHO.js.map +0 -1
- package/dist/chunk-JOUEYIV3.js.map +0 -1
- package/dist/chunk-KNSLQO52.js.map +0 -1
- package/dist/chunk-QVLEP54U.js.map +0 -1
- package/dist/chunk-YTU6IUO2.js.map +0 -1
- /package/dist/{AgentRichTextReadonly-56TZAJ47.js.map → AgentRichTextReadonly-IPPNAAWG.js.map} +0 -0
- /package/dist/{chunk-ISC67YBJ.js.map → chunk-6A6OVD66.js.map} +0 -0
- /package/dist/{chunk-AD2RTSMS.js.map → chunk-AOK22J62.js.map} +0 -0
- /package/dist/{chunk-2HYADTQP.js.map → chunk-B4TM2HYJ.js.map} +0 -0
- /package/dist/{chunk-MWAUXAD2.js.map → chunk-DLN33TPF.js.map} +0 -0
- /package/dist/{chunk-XERDRMSF.js.map → chunk-DTP2OMCE.js.map} +0 -0
- /package/dist/{chunk-YBIT37P5.js.map → chunk-QFYOJMEQ.js.map} +0 -0
- /package/dist/{chunk-BYHNJQYH.js.map → chunk-UERICUWM.js.map} +0 -0
- /package/dist/{chunk-KVFBUOKZ.js.map → chunk-VMPPZO5C.js.map} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ReactNode } from 'react';
|
|
2
2
|
import { AgentSessionEngineState, AgentSessionEngine } from '@tutti-os/agent-activity-core';
|
|
3
|
-
import { WorkbenchFrame, WorkbenchHostDockEntry,
|
|
3
|
+
import { WorkbenchFrame, WorkbenchHostDockEntry, WorkbenchHostLaunchRequest, WorkbenchHostNodeBodyContext, WorkbenchContribution } from '@tutti-os/workbench-surface';
|
|
4
4
|
import { AgentGuiWorkbenchProvider, AgentGuiWorkbenchState } from './workbench/types.js';
|
|
5
5
|
|
|
6
6
|
/**
|
|
@@ -159,7 +159,6 @@ interface BuildAgentGuiDockEntriesInput {
|
|
|
159
159
|
label?: string;
|
|
160
160
|
order?: number;
|
|
161
161
|
providerAvailability?: AgentGuiWorkbenchProviderAvailability;
|
|
162
|
-
renderPreview?: CreateAgentGuiWorkbenchContributionInput["renderPreview"];
|
|
163
162
|
resolveDockPopupIdentity?: CreateAgentGuiWorkbenchContributionInput["resolveDockPopupIdentity"];
|
|
164
163
|
resolveDockPopupTitle?: CreateAgentGuiWorkbenchContributionInput["resolveDockPopupTitle"];
|
|
165
164
|
sectionId?: string;
|
|
@@ -175,15 +174,6 @@ declare function resolveAgentGuiWorkbenchDefaultLaunchFrame(input: {
|
|
|
175
174
|
request: Pick<WorkbenchHostLaunchRequest, "layoutConstraints" | "surfaceSize">;
|
|
176
175
|
}): WorkbenchFrame;
|
|
177
176
|
declare function resolveAgentGuiWorkbenchContributionCopy(copy?: AgentGuiWorkbenchContributionCopyOverrides): AgentGuiWorkbenchContributionCopy;
|
|
178
|
-
declare function createAgentGuiWorkbenchPreviewContent(input: {
|
|
179
|
-
agentDirectory: AgentGUIAgentDirectoryPort;
|
|
180
|
-
item: WorkbenchHostDockPopupItemInput;
|
|
181
|
-
label?: string;
|
|
182
|
-
provider?: AgentGuiWorkbenchProvider;
|
|
183
|
-
renderPreview: NonNullable<CreateAgentGuiWorkbenchContributionInput["renderPreview"]>;
|
|
184
|
-
resolveDockPopupIdentity?: CreateAgentGuiWorkbenchContributionInput["resolveDockPopupIdentity"];
|
|
185
|
-
resolveDockPopupTitle?: CreateAgentGuiWorkbenchContributionInput["resolveDockPopupTitle"];
|
|
186
|
-
}): WorkbenchDockPreviewContent;
|
|
187
177
|
|
|
188
178
|
declare const AGENT_GUI_WORKBENCH_CONVERSATION_RAIL_TOGGLE_EVENT = "tutti:agent-gui-workbench-conversation-rail-toggle";
|
|
189
179
|
declare const AGENT_GUI_WORKBENCH_NEW_CONVERSATION_EVENT = "tutti:agent-gui-workbench-new-conversation";
|
|
@@ -233,8 +223,6 @@ interface CreateAgentGuiWorkbenchContributionInput {
|
|
|
233
223
|
id?: string;
|
|
234
224
|
providerAvailability?: AgentGuiWorkbenchProviderAvailability;
|
|
235
225
|
renderBody(context: WorkbenchHostNodeBodyContext<AgentGuiWorkbenchState | null, unknown>, helpers: AgentGuiWorkbenchRenderBodyHelpers): ReactNode;
|
|
236
|
-
renderPreview?(context: WorkbenchHostNodeBodyContext<AgentGuiWorkbenchState | null, unknown>, helpers: AgentGuiWorkbenchRenderBodyHelpers): ReactNode;
|
|
237
|
-
renderMinimizedPreview(context: WorkbenchHostNodeBodyContext<AgentGuiWorkbenchState | null, unknown>, helpers: AgentGuiWorkbenchRenderBodyHelpers): ReactNode;
|
|
238
226
|
resolveDockPopupTitle?: (state: AgentGuiWorkbenchState | null) => string | null;
|
|
239
227
|
resolveDockPopupIdentity?: (state: AgentGuiWorkbenchState | null) => AgentGuiWorkbenchConversationIdentity | null;
|
|
240
228
|
sessionEngine?: AgentSessionEngine;
|
|
@@ -249,4 +237,4 @@ interface CreateAgentGuiWorkbenchContributionInput {
|
|
|
249
237
|
}
|
|
250
238
|
declare function createAgentGuiWorkbenchContribution(input: CreateAgentGuiWorkbenchContributionInput): WorkbenchContribution;
|
|
251
239
|
|
|
252
|
-
export { AGENT_GUI_WORKBENCH_CONVERSATION_RAIL_TOGGLE_EVENT as A, type BuildAgentGuiDockEntriesInput as B, type CreateAgentGuiWorkbenchContributionInput as C,
|
|
240
|
+
export { AGENT_GUI_WORKBENCH_CONVERSATION_RAIL_TOGGLE_EVENT as A, type BuildAgentGuiDockEntriesInput as B, type CreateAgentGuiWorkbenchContributionInput as C, resolveAgentGuiUnifiedDockLaunchPayload as D, resolveAgentGuiWorkbenchContributionCopy as E, resolveAgentGuiWorkbenchConversationIdentity as F, resolveAgentGuiWorkbenchDefaultLaunchFrame as G, AGENT_GUI_WORKBENCH_NEW_CONVERSATION_EVENT as a, AGENT_GUI_WORKBENCH_OPEN_EXTERNAL_IMPORT_EVENT as b, AGENT_GUI_WORKBENCH_SESSION_ACTION_EVENT as c, type AgentGuiWorkbenchContributionCopy as d, type AgentGuiWorkbenchContributionCopyOverrides as e, type AgentGuiWorkbenchConversationIdentity as f, type AgentGuiWorkbenchConversationRailToggleDetail as g, type AgentGuiWorkbenchNewConversationDetail as h, type AgentGuiWorkbenchProviderAvailability as i, type AgentGuiWorkbenchRenderBodyHelpers as j, type AgentGuiWorkbenchSessionAction as k, type AgentGuiWorkbenchSessionActionDetail as l, type AgentGuiWorkbenchSessionActionRequest as m, type AgentGuiWorkbenchSessionMenuCopy as n, agentGuiWorkbenchCompactVisibleAreaRatio as o, agentGuiWorkbenchConversationIdentitiesEqual as p, agentGuiWorkbenchDefaultCopy as q, agentGuiWorkbenchDefaultNodeFrame as r, agentGuiWorkbenchDefaultUsableHeightRatio as s, agentGuiWorkbenchDefaultUsableWidthRatio as t, agentGuiWorkbenchNewWindowCascadeOffset as u, agentGuiWorkbenchProviderRailWidthPx as v, buildAgentGuiDockEntries as w, createAgentGuiWorkbenchContribution as x, dispatchAgentGuiWorkbenchSessionAction as y, isAgentGuiWorkbenchSessionAction as z };
|
package/dist/i18n/index.d.ts
CHANGED
|
@@ -778,7 +778,7 @@ declare const agentGuiI18nResources: {
|
|
|
778
778
|
readonly projectRailCreateProject: "New project";
|
|
779
779
|
readonly projectRailLinkExistingProject: "Link existing project folder";
|
|
780
780
|
readonly removeProject: "Remove";
|
|
781
|
-
readonly removeProjectConfirmDescription: "This
|
|
781
|
+
readonly removeProjectConfirmDescription: "This will remove “{{project}}” and all its sessions from this list. Local files are not deleted. Continue?";
|
|
782
782
|
readonly removeProjectConfirmTitle: "Remove project?";
|
|
783
783
|
readonly batchDeleteProjectSessions: "Batch delete sessions";
|
|
784
784
|
readonly batchDeleteProjectSessionsTitle: "Delete project sessions?";
|
|
@@ -3564,7 +3564,7 @@ declare const agentGuiI18nResources: {
|
|
|
3564
3564
|
readonly projectRailCreateProject: "新建项目";
|
|
3565
3565
|
readonly projectRailLinkExistingProject: "关联已有项目文件";
|
|
3566
3566
|
readonly removeProject: "移除";
|
|
3567
|
-
readonly removeProjectConfirmDescription: "
|
|
3567
|
+
readonly removeProjectConfirmDescription: "将会从列表中移除「{{project}}」及项目下全部会话,不会删除本地文件,是否确认移除?";
|
|
3568
3568
|
readonly removeProjectConfirmTitle: "移除项目?";
|
|
3569
3569
|
readonly batchDeleteProjectSessions: "批量删除会话";
|
|
3570
3570
|
readonly batchDeleteProjectSessionsTitle: "删除项目会话?";
|
package/dist/i18n/index.js
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -3211,7 +3211,7 @@ declare const agentGuiI18nResources: {
|
|
|
3211
3211
|
readonly projectRailCreateProject: "New project";
|
|
3212
3212
|
readonly projectRailLinkExistingProject: "Link existing project folder";
|
|
3213
3213
|
readonly removeProject: "Remove";
|
|
3214
|
-
readonly removeProjectConfirmDescription: "This
|
|
3214
|
+
readonly removeProjectConfirmDescription: "This will remove “{{project}}” and all its sessions from this list. Local files are not deleted. Continue?";
|
|
3215
3215
|
readonly removeProjectConfirmTitle: "Remove project?";
|
|
3216
3216
|
readonly batchDeleteProjectSessions: "Batch delete sessions";
|
|
3217
3217
|
readonly batchDeleteProjectSessionsTitle: "Delete project sessions?";
|
|
@@ -5997,7 +5997,7 @@ declare const agentGuiI18nResources: {
|
|
|
5997
5997
|
readonly projectRailCreateProject: "新建项目";
|
|
5998
5998
|
readonly projectRailLinkExistingProject: "关联已有项目文件";
|
|
5999
5999
|
readonly removeProject: "移除";
|
|
6000
|
-
readonly removeProjectConfirmDescription: "
|
|
6000
|
+
readonly removeProjectConfirmDescription: "将会从列表中移除「{{project}}」及项目下全部会话,不会删除本地文件,是否确认移除?";
|
|
6001
6001
|
readonly removeProjectConfirmTitle: "移除项目?";
|
|
6002
6002
|
readonly batchDeleteProjectSessions: "批量删除会话";
|
|
6003
6003
|
readonly batchDeleteProjectSessionsTitle: "删除项目会话?";
|
|
@@ -8153,7 +8153,6 @@ interface AgentComposerProps {
|
|
|
8153
8153
|
projectMissingProbeEnabled?: boolean;
|
|
8154
8154
|
uiLanguage?: UiLanguage;
|
|
8155
8155
|
isActive?: boolean;
|
|
8156
|
-
previewMode?: boolean;
|
|
8157
8156
|
workspaceReferencePickerOpen?: boolean;
|
|
8158
8157
|
promptImagesSupported?: boolean;
|
|
8159
8158
|
canGoalControl?: boolean;
|
|
@@ -8983,12 +8982,6 @@ interface AgentGUINodeFrameLayout {
|
|
|
8983
8982
|
/** Host-projected presentation visibility. Independent from node focus. */
|
|
8984
8983
|
isVisible?: boolean;
|
|
8985
8984
|
embedded?: boolean;
|
|
8986
|
-
previewMode?: boolean;
|
|
8987
|
-
/**
|
|
8988
|
-
* Container width at or below which the conversation rail auto-hides.
|
|
8989
|
-
* Hosts with roomier layouts (e.g. the standalone agent window) raise this
|
|
8990
|
-
* above the default AGENT_GUI_AUTO_COLLAPSE_WIDTH_PX.
|
|
8991
|
-
*/
|
|
8992
8985
|
conversationRailAutoCollapseWidthPx?: number | null;
|
|
8993
8986
|
}
|
|
8994
8987
|
type AgentGUISessionActionRequest = AgentGuiWorkbenchSessionActionRequest;
|
package/dist/index.js
CHANGED
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
normalizeAgentGUIAgentTargets,
|
|
11
11
|
resolveAgentGUIAgentTarget,
|
|
12
12
|
selectAgentStatusControllerSnapshot
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-KJA3HHUJ.js";
|
|
14
14
|
import {
|
|
15
15
|
AGENT_CONVERSATION_RAIL_RUNTIME_METHODS,
|
|
16
16
|
createAgentConversationRailRuntime,
|
|
@@ -23,18 +23,18 @@ import {
|
|
|
23
23
|
AGENT_GUI_STANDALONE_AUTO_COLLAPSE_WIDTH_PX,
|
|
24
24
|
resolveAgentGUIExpandedWindowFrame,
|
|
25
25
|
shouldAutoCollapseAgentGUIConversationRail
|
|
26
|
-
} from "./chunk-
|
|
27
|
-
import "./chunk-
|
|
26
|
+
} from "./chunk-MOCBHFJ2.js";
|
|
27
|
+
import "./chunk-VMPPZO5C.js";
|
|
28
28
|
import "./chunk-KDN6SLJM.js";
|
|
29
29
|
import "./chunk-4CHBM3G3.js";
|
|
30
30
|
import "./chunk-CBMWHQ7P.js";
|
|
31
31
|
import "./chunk-MGSRWYRN.js";
|
|
32
|
-
import "./chunk-
|
|
33
|
-
import "./chunk-
|
|
32
|
+
import "./chunk-YY5WM3OE.js";
|
|
33
|
+
import "./chunk-DLN33TPF.js";
|
|
34
34
|
import "./chunk-N4HLBSMJ.js";
|
|
35
35
|
import "./chunk-UP3ZDYTN.js";
|
|
36
36
|
import "./chunk-GUFEHWUX.js";
|
|
37
|
-
import "./chunk-
|
|
37
|
+
import "./chunk-DTP2OMCE.js";
|
|
38
38
|
import {
|
|
39
39
|
agentGUIAgentIsReady,
|
|
40
40
|
normalizeAgentGUIAgents,
|
|
@@ -47,13 +47,13 @@ import {
|
|
|
47
47
|
} from "./chunk-G7DS23D4.js";
|
|
48
48
|
import {
|
|
49
49
|
preloadAgentMentionBrowse
|
|
50
|
-
} from "./chunk-
|
|
50
|
+
} from "./chunk-6A6OVD66.js";
|
|
51
51
|
import "./chunk-VMPA46ET.js";
|
|
52
52
|
import "./chunk-XJ34OIEQ.js";
|
|
53
53
|
import {
|
|
54
54
|
createAgentSessionHandoffPrompt,
|
|
55
55
|
createAgentSessionMarkdownLink
|
|
56
|
-
} from "./chunk-
|
|
56
|
+
} from "./chunk-B4TM2HYJ.js";
|
|
57
57
|
import "./chunk-JDVP33S5.js";
|
|
58
58
|
import "./chunk-3V5OCA2M.js";
|
|
59
59
|
import {
|
|
@@ -66,14 +66,14 @@ import {
|
|
|
66
66
|
import {
|
|
67
67
|
dispatchAgentPlanPromptAction,
|
|
68
68
|
selectAgentPlanPromptTurn
|
|
69
|
-
} from "./chunk-
|
|
69
|
+
} from "./chunk-EZRQMJTX.js";
|
|
70
70
|
import {
|
|
71
71
|
useEngineSelector
|
|
72
72
|
} from "./chunk-EVQ4JY3N.js";
|
|
73
|
-
import "./chunk-
|
|
73
|
+
import "./chunk-Z5UJC4Q3.js";
|
|
74
74
|
import "./chunk-LQMIEH4C.js";
|
|
75
75
|
import "./chunk-FMTWYOHM.js";
|
|
76
|
-
import "./chunk-
|
|
76
|
+
import "./chunk-AOK22J62.js";
|
|
77
77
|
import "./chunk-YMXYBG7U.js";
|
|
78
78
|
import {
|
|
79
79
|
AgentActivityHostProvider,
|
|
@@ -83,17 +83,17 @@ import {
|
|
|
83
83
|
useAgentActivityRuntime,
|
|
84
84
|
useAgentActivitySnapshot,
|
|
85
85
|
useOptionalAgentActivityRuntime
|
|
86
|
-
} from "./chunk-
|
|
86
|
+
} from "./chunk-QFYOJMEQ.js";
|
|
87
87
|
import "./chunk-M6HTOCQK.js";
|
|
88
88
|
import "./chunk-F5UR6EJG.js";
|
|
89
89
|
import {
|
|
90
90
|
AgentGuiI18nProvider,
|
|
91
91
|
agentGuiI18nModule,
|
|
92
92
|
agentGuiI18nResources
|
|
93
|
-
} from "./chunk-
|
|
93
|
+
} from "./chunk-UERICUWM.js";
|
|
94
94
|
import "./chunk-5BJYO6X3.js";
|
|
95
95
|
import "./chunk-AFUVWWQY.js";
|
|
96
|
-
import "./chunk-
|
|
96
|
+
import "./chunk-P2RIZAK5.js";
|
|
97
97
|
import "./chunk-MIJXEELH.js";
|
|
98
98
|
import {
|
|
99
99
|
getAgentCustomMentionKind,
|
package/dist/mention-search.js
CHANGED
|
@@ -3,22 +3,22 @@ import {
|
|
|
3
3
|
MAX_BROWSE_CACHE_ENTRIES,
|
|
4
4
|
preloadAgentMentionBrowse,
|
|
5
5
|
resetAgentMentionSearchBrowseCacheForTests
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-6A6OVD66.js";
|
|
7
7
|
import "./chunk-VMPA46ET.js";
|
|
8
8
|
import "./chunk-XJ34OIEQ.js";
|
|
9
|
-
import "./chunk-
|
|
9
|
+
import "./chunk-B4TM2HYJ.js";
|
|
10
10
|
import "./chunk-JDVP33S5.js";
|
|
11
11
|
import "./chunk-3V5OCA2M.js";
|
|
12
12
|
import "./chunk-RMQREVJY.js";
|
|
13
13
|
import "./chunk-FGLQZ6I4.js";
|
|
14
14
|
import "./chunk-YMXYBG7U.js";
|
|
15
|
-
import "./chunk-
|
|
15
|
+
import "./chunk-QFYOJMEQ.js";
|
|
16
16
|
import "./chunk-M6HTOCQK.js";
|
|
17
17
|
import "./chunk-F5UR6EJG.js";
|
|
18
|
-
import "./chunk-
|
|
18
|
+
import "./chunk-UERICUWM.js";
|
|
19
19
|
import "./chunk-5BJYO6X3.js";
|
|
20
20
|
import "./chunk-AFUVWWQY.js";
|
|
21
|
-
import "./chunk-
|
|
21
|
+
import "./chunk-P2RIZAK5.js";
|
|
22
22
|
import "./chunk-MIJXEELH.js";
|
|
23
23
|
import "./chunk-D2JUDUYY.js";
|
|
24
24
|
import "./chunk-QNE2ZPPV.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import 'react';
|
|
2
2
|
import '@tutti-os/agent-activity-core';
|
|
3
3
|
import '@tutti-os/workbench-surface';
|
|
4
|
-
export { A as AGENT_GUI_WORKBENCH_CONVERSATION_RAIL_TOGGLE_EVENT, a as AGENT_GUI_WORKBENCH_NEW_CONVERSATION_EVENT, b as AGENT_GUI_WORKBENCH_OPEN_EXTERNAL_IMPORT_EVENT, c as AGENT_GUI_WORKBENCH_SESSION_ACTION_EVENT, d as AgentGuiWorkbenchContributionCopy, e as AgentGuiWorkbenchContributionCopyOverrides, f as AgentGuiWorkbenchConversationIdentity, g as AgentGuiWorkbenchConversationRailToggleDetail, h as AgentGuiWorkbenchNewConversationDetail, i as AgentGuiWorkbenchProviderAvailability, j as AgentGuiWorkbenchRenderBodyHelpers, k as AgentGuiWorkbenchSessionAction, l as AgentGuiWorkbenchSessionActionDetail, m as AgentGuiWorkbenchSessionActionRequest, n as AgentGuiWorkbenchSessionMenuCopy, B as BuildAgentGuiDockEntriesInput, C as CreateAgentGuiWorkbenchContributionInput, o as agentGuiWorkbenchCompactVisibleAreaRatio, q as agentGuiWorkbenchDefaultCopy, r as agentGuiWorkbenchDefaultNodeFrame, s as agentGuiWorkbenchDefaultUsableHeightRatio, t as agentGuiWorkbenchDefaultUsableWidthRatio, u as agentGuiWorkbenchNewWindowCascadeOffset, v as agentGuiWorkbenchProviderRailWidthPx, w as buildAgentGuiDockEntries, x as createAgentGuiWorkbenchContribution, y as
|
|
4
|
+
export { A as AGENT_GUI_WORKBENCH_CONVERSATION_RAIL_TOGGLE_EVENT, a as AGENT_GUI_WORKBENCH_NEW_CONVERSATION_EVENT, b as AGENT_GUI_WORKBENCH_OPEN_EXTERNAL_IMPORT_EVENT, c as AGENT_GUI_WORKBENCH_SESSION_ACTION_EVENT, d as AgentGuiWorkbenchContributionCopy, e as AgentGuiWorkbenchContributionCopyOverrides, f as AgentGuiWorkbenchConversationIdentity, g as AgentGuiWorkbenchConversationRailToggleDetail, h as AgentGuiWorkbenchNewConversationDetail, i as AgentGuiWorkbenchProviderAvailability, j as AgentGuiWorkbenchRenderBodyHelpers, k as AgentGuiWorkbenchSessionAction, l as AgentGuiWorkbenchSessionActionDetail, m as AgentGuiWorkbenchSessionActionRequest, n as AgentGuiWorkbenchSessionMenuCopy, B as BuildAgentGuiDockEntriesInput, C as CreateAgentGuiWorkbenchContributionInput, o as agentGuiWorkbenchCompactVisibleAreaRatio, q as agentGuiWorkbenchDefaultCopy, r as agentGuiWorkbenchDefaultNodeFrame, s as agentGuiWorkbenchDefaultUsableHeightRatio, t as agentGuiWorkbenchDefaultUsableWidthRatio, u as agentGuiWorkbenchNewWindowCascadeOffset, v as agentGuiWorkbenchProviderRailWidthPx, w as buildAgentGuiDockEntries, x as createAgentGuiWorkbenchContribution, y as dispatchAgentGuiWorkbenchSessionAction, z as isAgentGuiWorkbenchSessionAction, D as resolveAgentGuiUnifiedDockLaunchPayload, E as resolveAgentGuiWorkbenchContributionCopy, G as resolveAgentGuiWorkbenchDefaultLaunchFrame } from '../contribution-D4lcOjSU.js';
|
|
5
5
|
import './types.js';
|
|
@@ -12,14 +12,13 @@ import {
|
|
|
12
12
|
agentGuiWorkbenchProviderRailWidthPx,
|
|
13
13
|
buildAgentGuiDockEntries,
|
|
14
14
|
createAgentGuiWorkbenchContribution,
|
|
15
|
-
createAgentGuiWorkbenchPreviewContent,
|
|
16
15
|
dispatchAgentGuiWorkbenchSessionAction,
|
|
17
16
|
isAgentGuiWorkbenchSessionAction,
|
|
18
17
|
resolveAgentGuiUnifiedDockLaunchPayload,
|
|
19
18
|
resolveAgentGuiWorkbenchContributionCopy,
|
|
20
19
|
resolveAgentGuiWorkbenchDefaultLaunchFrame
|
|
21
|
-
} from "../chunk-
|
|
22
|
-
import "../chunk-
|
|
20
|
+
} from "../chunk-MOCBHFJ2.js";
|
|
21
|
+
import "../chunk-VMPPZO5C.js";
|
|
23
22
|
import "../chunk-KDN6SLJM.js";
|
|
24
23
|
import "../chunk-4CHBM3G3.js";
|
|
25
24
|
import "../chunk-CBMWHQ7P.js";
|
|
@@ -28,7 +27,7 @@ import "../chunk-3MVSOLX3.js";
|
|
|
28
27
|
import "../chunk-G7DS23D4.js";
|
|
29
28
|
import "../chunk-EVQ4JY3N.js";
|
|
30
29
|
import "../chunk-AFUVWWQY.js";
|
|
31
|
-
import "../chunk-
|
|
30
|
+
import "../chunk-P2RIZAK5.js";
|
|
32
31
|
import "../chunk-MIJXEELH.js";
|
|
33
32
|
import "../chunk-QNE2ZPPV.js";
|
|
34
33
|
import "../chunk-O433KXLK.js";
|
|
@@ -46,7 +45,6 @@ export {
|
|
|
46
45
|
agentGuiWorkbenchProviderRailWidthPx,
|
|
47
46
|
buildAgentGuiDockEntries,
|
|
48
47
|
createAgentGuiWorkbenchContribution,
|
|
49
|
-
createAgentGuiWorkbenchPreviewContent,
|
|
50
48
|
dispatchAgentGuiWorkbenchSessionAction,
|
|
51
49
|
isAgentGuiWorkbenchSessionAction,
|
|
52
50
|
resolveAgentGuiUnifiedDockLaunchPayload,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { n as AgentGuiWorkbenchSessionMenuCopy, k as AgentGuiWorkbenchSessionAction } from '../contribution-
|
|
2
|
-
export { A as AGENT_GUI_WORKBENCH_CONVERSATION_RAIL_TOGGLE_EVENT, a as AGENT_GUI_WORKBENCH_NEW_CONVERSATION_EVENT, c as AGENT_GUI_WORKBENCH_SESSION_ACTION_EVENT, d as AgentGuiWorkbenchContributionCopy, e as AgentGuiWorkbenchContributionCopyOverrides, f as AgentGuiWorkbenchConversationIdentity, g as AgentGuiWorkbenchConversationRailToggleDetail, h as AgentGuiWorkbenchNewConversationDetail, i as AgentGuiWorkbenchProviderAvailability, j as AgentGuiWorkbenchRenderBodyHelpers, l as AgentGuiWorkbenchSessionActionDetail, m as AgentGuiWorkbenchSessionActionRequest, B as BuildAgentGuiDockEntriesInput, C as CreateAgentGuiWorkbenchContributionInput, p as agentGuiWorkbenchConversationIdentitiesEqual, q as agentGuiWorkbenchDefaultCopy, r as agentGuiWorkbenchDefaultNodeFrame, w as buildAgentGuiDockEntries, x as createAgentGuiWorkbenchContribution, y as
|
|
1
|
+
import { n as AgentGuiWorkbenchSessionMenuCopy, k as AgentGuiWorkbenchSessionAction } from '../contribution-D4lcOjSU.js';
|
|
2
|
+
export { A as AGENT_GUI_WORKBENCH_CONVERSATION_RAIL_TOGGLE_EVENT, a as AGENT_GUI_WORKBENCH_NEW_CONVERSATION_EVENT, c as AGENT_GUI_WORKBENCH_SESSION_ACTION_EVENT, d as AgentGuiWorkbenchContributionCopy, e as AgentGuiWorkbenchContributionCopyOverrides, f as AgentGuiWorkbenchConversationIdentity, g as AgentGuiWorkbenchConversationRailToggleDetail, h as AgentGuiWorkbenchNewConversationDetail, i as AgentGuiWorkbenchProviderAvailability, j as AgentGuiWorkbenchRenderBodyHelpers, l as AgentGuiWorkbenchSessionActionDetail, m as AgentGuiWorkbenchSessionActionRequest, B as BuildAgentGuiDockEntriesInput, C as CreateAgentGuiWorkbenchContributionInput, p as agentGuiWorkbenchConversationIdentitiesEqual, q as agentGuiWorkbenchDefaultCopy, r as agentGuiWorkbenchDefaultNodeFrame, w as buildAgentGuiDockEntries, x as createAgentGuiWorkbenchContribution, y as dispatchAgentGuiWorkbenchSessionAction, z as isAgentGuiWorkbenchSessionAction, D as resolveAgentGuiUnifiedDockLaunchPayload, E as resolveAgentGuiWorkbenchContributionCopy, F as resolveAgentGuiWorkbenchConversationIdentity } from '../contribution-D4lcOjSU.js';
|
|
3
3
|
export { agentGuiWorkbenchComingSoonProviders, agentGuiWorkbenchDefaultDockProviders, agentGuiWorkbenchDockSuppressedProviders, agentGuiWorkbenchProviderLabels, agentGuiWorkbenchProviders, isAgentGuiWorkbenchComingSoonProvider, isAgentGuiWorkbenchDefaultDockProvider, isAgentGuiWorkbenchDockSuppressedProvider, isAgentGuiWorkbenchProvider, normalizeAgentGuiWorkbenchProvider, resolveAgentGuiWorkbenchProviderLabel } from './providerCatalog.js';
|
|
4
4
|
export { AgentGuiWorkbenchLaunchDescriptor, AgentGuiWorkbenchReusePolicy, agentGuiWorkbenchDockEntryId, agentGuiWorkbenchDockIdentityFromIdentifier, agentGuiWorkbenchProviderFromLaunchRequest, agentGuiWorkbenchTypeId, agentGuiWorkbenchUnifiedDockEntryId, createAgentGuiWorkbenchDraftLaunchRequest, createAgentGuiWorkbenchInstanceId, createAgentGuiWorkbenchLaunchDescriptor, createAgentGuiWorkbenchSessionLaunchRequest, resolveAgentGuiWorkbenchLaunchDockEntryId } from './launch.js';
|
|
5
5
|
export { areAgentGuiWorkbenchNodeStatesEqual, areAgentGuiWorkbenchStatesEqual, createAgentGuiWorkbenchNodeStateSource, createDefaultAgentGuiWorkbenchNodeState, normalizeAgentGuiWorkbenchNodeState, normalizeAgentGuiWorkbenchState, projectAgentGuiWorkbenchState } from './state.js';
|
package/dist/workbench/index.js
CHANGED
|
@@ -8,17 +8,16 @@ import {
|
|
|
8
8
|
agentGuiWorkbenchDefaultNodeFrame,
|
|
9
9
|
buildAgentGuiDockEntries,
|
|
10
10
|
createAgentGuiWorkbenchContribution,
|
|
11
|
-
createAgentGuiWorkbenchPreviewContent,
|
|
12
11
|
dispatchAgentGuiWorkbenchSessionAction,
|
|
13
12
|
isAgentGuiWorkbenchSessionAction,
|
|
14
13
|
resolveAgentGuiUnifiedDockLaunchPayload,
|
|
15
14
|
resolveAgentGuiWorkbenchContributionCopy,
|
|
16
15
|
resolveAgentGuiWorkbenchConversationIdentity
|
|
17
|
-
} from "../chunk-
|
|
16
|
+
} from "../chunk-MOCBHFJ2.js";
|
|
18
17
|
import {
|
|
19
18
|
resolveAgentGuiWorkbenchHeaderTitle,
|
|
20
19
|
resolveAgentGuiWorkbenchSessionTitle
|
|
21
|
-
} from "../chunk-
|
|
20
|
+
} from "../chunk-VMPPZO5C.js";
|
|
22
21
|
import {
|
|
23
22
|
areAgentGuiWorkbenchNodeStatesEqual,
|
|
24
23
|
areAgentGuiWorkbenchStatesEqual,
|
|
@@ -61,7 +60,7 @@ import "../chunk-3MVSOLX3.js";
|
|
|
61
60
|
import "../chunk-G7DS23D4.js";
|
|
62
61
|
import "../chunk-EVQ4JY3N.js";
|
|
63
62
|
import "../chunk-AFUVWWQY.js";
|
|
64
|
-
import "../chunk-
|
|
63
|
+
import "../chunk-P2RIZAK5.js";
|
|
65
64
|
import "../chunk-MIJXEELH.js";
|
|
66
65
|
import "../chunk-QNE2ZPPV.js";
|
|
67
66
|
import "../chunk-O433KXLK.js";
|
|
@@ -93,7 +92,6 @@ export {
|
|
|
93
92
|
createAgentGuiWorkbenchInstanceId,
|
|
94
93
|
createAgentGuiWorkbenchLaunchDescriptor,
|
|
95
94
|
createAgentGuiWorkbenchNodeStateSource,
|
|
96
|
-
createAgentGuiWorkbenchPreviewContent,
|
|
97
95
|
createAgentGuiWorkbenchSessionLaunchRequest,
|
|
98
96
|
createDefaultAgentGuiWorkbenchNodeState,
|
|
99
97
|
dispatchAgentGuiWorkbenchSessionAction,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
resolveAgentGuiWorkbenchHeaderTitle,
|
|
3
3
|
resolveAgentGuiWorkbenchSessionTitle
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-
|
|
4
|
+
} from "../chunk-VMPPZO5C.js";
|
|
5
|
+
import "../chunk-P2RIZAK5.js";
|
|
6
6
|
import "../chunk-MIJXEELH.js";
|
|
7
7
|
import "../chunk-O433KXLK.js";
|
|
8
8
|
export {
|
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.216",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -147,19 +147,19 @@
|
|
|
147
147
|
"dependencies": {
|
|
148
148
|
"@monaco-editor/react": "^4.7.0",
|
|
149
149
|
"@tanstack/react-virtual": "^3.13.12",
|
|
150
|
-
"@tutti-os/agent-activity-core": "0.0.
|
|
151
|
-
"@tutti-os/browser-node": "0.0.
|
|
152
|
-
"@tutti-os/ui-i18n-runtime": "0.0.
|
|
153
|
-
"@tutti-os/ui-react-hooks": "0.0.
|
|
154
|
-
"@tutti-os/ui-rich-text": "0.0.
|
|
155
|
-
"@tutti-os/ui-system": "0.0.
|
|
156
|
-
"@tutti-os/workbench-surface": "0.0.
|
|
157
|
-
"@tutti-os/workspace-external-core": "0.0.
|
|
158
|
-
"@tutti-os/workspace-file-manager": "0.0.
|
|
159
|
-
"@tutti-os/workspace-file-preview": "0.0.
|
|
160
|
-
"@tutti-os/workspace-file-reference": "0.0.
|
|
161
|
-
"@tutti-os/workspace-issue-manager": "0.0.
|
|
162
|
-
"@tutti-os/workspace-user-project": "0.0.
|
|
150
|
+
"@tutti-os/agent-activity-core": "0.0.216",
|
|
151
|
+
"@tutti-os/browser-node": "0.0.216",
|
|
152
|
+
"@tutti-os/ui-i18n-runtime": "0.0.216",
|
|
153
|
+
"@tutti-os/ui-react-hooks": "0.0.216",
|
|
154
|
+
"@tutti-os/ui-rich-text": "0.0.216",
|
|
155
|
+
"@tutti-os/ui-system": "0.0.216",
|
|
156
|
+
"@tutti-os/workbench-surface": "0.0.216",
|
|
157
|
+
"@tutti-os/workspace-external-core": "0.0.216",
|
|
158
|
+
"@tutti-os/workspace-file-manager": "0.0.216",
|
|
159
|
+
"@tutti-os/workspace-file-preview": "0.0.216",
|
|
160
|
+
"@tutti-os/workspace-file-reference": "0.0.216",
|
|
161
|
+
"@tutti-os/workspace-issue-manager": "0.0.216",
|
|
162
|
+
"@tutti-os/workspace-user-project": "0.0.216",
|
|
163
163
|
"clsx": "^2.1.1",
|
|
164
164
|
"framer-motion": "^12.40.0",
|
|
165
165
|
"lodash": "^4.17.21",
|