@tutti-os/agent-gui 0.0.197 → 0.0.198
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/{AgentRichTextReadonly-BFMOFCCG.js → AgentRichTextReadonly-2BWVTYD3.js} +5 -5
- package/dist/agent-conversation/index.d.ts +3 -3
- package/dist/agent-conversation/index.js +7 -7
- package/dist/agent-gui.d.ts +18 -4
- package/dist/agent-gui.js +14 -14
- package/dist/agent-message-center/index.d.ts +1 -1
- package/dist/agent-message-center/index.js +6 -6
- package/dist/{agentGuiNodeTypes-C9Hneq2y.d.ts → agentGuiNodeTypes-DTeerTzS.d.ts} +1 -1
- package/dist/{chunk-VBQ4XTRZ.js → chunk-AEMVCADI.js} +2 -2
- package/dist/{chunk-ECQQSLB2.js → chunk-CTZPHYKU.js} +3 -3
- package/dist/{chunk-5FFQZTFI.js → chunk-D5HAVQME.js} +2 -2
- package/dist/{chunk-PN6JQWUI.js → chunk-D7WWGXPJ.js} +4 -4
- package/dist/{chunk-3MKFVFK7.js → chunk-FFLXJ5RU.js} +27 -5
- package/dist/chunk-FFLXJ5RU.js.map +1 -0
- package/dist/{chunk-BCTPYE64.js → chunk-GIF2V624.js} +4 -4
- package/dist/{chunk-2S2I7XDC.js → chunk-GKKXAO7O.js} +3 -3
- package/dist/chunk-GKKXAO7O.js.map +1 -0
- package/dist/{chunk-S7H4HT7X.js → chunk-HU3Q2FQK.js} +2 -2
- package/dist/{chunk-RKRKG6GI.js → chunk-JH6OERDW.js} +2 -2
- package/dist/{chunk-YGSGFI7V.js → chunk-NTY3JIYS.js} +1054 -838
- package/dist/chunk-NTY3JIYS.js.map +1 -0
- package/dist/{chunk-Y7F6RY5A.js → chunk-P4LUYDRL.js} +2 -2
- package/dist/{chunk-CC63DEWR.js → chunk-QCNCNAZT.js} +4 -4
- package/dist/{chunk-6PKQ3WUK.js → chunk-T3RMAGAE.js} +2 -2
- package/dist/{chunk-P5326NW3.js → chunk-YC33LHRB.js} +6 -6
- package/dist/context-mention-palette/index.js +7 -7
- package/dist/i18n/index.d.ts +26 -4
- package/dist/i18n/index.js +2 -2
- package/dist/index.d.ts +43 -7
- package/dist/index.js +14 -14
- package/dist/mention-search.js +5 -5
- package/dist/workbench/contribution.js +3 -3
- package/dist/workbench/index.js +3 -3
- package/dist/workbench/sessionTitle.js +2 -2
- package/dist/{workspaceLinkActions-BmVLZszV.d.ts → workspaceLinkActions-COfr61YO.d.ts} +1 -1
- package/package.json +16 -16
- package/dist/chunk-2S2I7XDC.js.map +0 -1
- package/dist/chunk-3MKFVFK7.js.map +0 -1
- package/dist/chunk-YGSGFI7V.js.map +0 -1
- /package/dist/{AgentRichTextReadonly-BFMOFCCG.js.map → AgentRichTextReadonly-2BWVTYD3.js.map} +0 -0
- /package/dist/{chunk-VBQ4XTRZ.js.map → chunk-AEMVCADI.js.map} +0 -0
- /package/dist/{chunk-ECQQSLB2.js.map → chunk-CTZPHYKU.js.map} +0 -0
- /package/dist/{chunk-5FFQZTFI.js.map → chunk-D5HAVQME.js.map} +0 -0
- /package/dist/{chunk-PN6JQWUI.js.map → chunk-D7WWGXPJ.js.map} +0 -0
- /package/dist/{chunk-BCTPYE64.js.map → chunk-GIF2V624.js.map} +0 -0
- /package/dist/{chunk-S7H4HT7X.js.map → chunk-HU3Q2FQK.js.map} +0 -0
- /package/dist/{chunk-RKRKG6GI.js.map → chunk-JH6OERDW.js.map} +0 -0
- /package/dist/{chunk-Y7F6RY5A.js.map → chunk-P4LUYDRL.js.map} +0 -0
- /package/dist/{chunk-CC63DEWR.js.map → chunk-QCNCNAZT.js.map} +0 -0
- /package/dist/{chunk-6PKQ3WUK.js.map → chunk-T3RMAGAE.js.map} +0 -0
- /package/dist/{chunk-P5326NW3.js.map → chunk-YC33LHRB.js.map} +0 -0
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
setCurrentAgentGuiI18nRuntime,
|
|
7
7
|
translate,
|
|
8
8
|
translateInUiLanguage
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-FFLXJ5RU.js";
|
|
10
10
|
|
|
11
11
|
// i18n/index.ts
|
|
12
12
|
import React, {
|
|
@@ -68,4 +68,4 @@ export {
|
|
|
68
68
|
AgentGuiI18nProvider,
|
|
69
69
|
useTranslation
|
|
70
70
|
};
|
|
71
|
-
//# sourceMappingURL=chunk-
|
|
71
|
+
//# sourceMappingURL=chunk-P4LUYDRL.js.map
|
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
} from "./chunk-XJ34OIEQ.js";
|
|
8
8
|
import {
|
|
9
9
|
normalizeAgentSessionMentionTitle
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-D5HAVQME.js";
|
|
11
11
|
import {
|
|
12
12
|
resolveAgentMentionFileThumbnailUrl
|
|
13
13
|
} from "./chunk-3V5OCA2M.js";
|
|
@@ -20,11 +20,11 @@ import {
|
|
|
20
20
|
import {
|
|
21
21
|
getOptionalAgentHostApi,
|
|
22
22
|
workspaceAgentProviderLabel
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-JH6OERDW.js";
|
|
24
24
|
import {
|
|
25
25
|
translate,
|
|
26
26
|
translateInUiLanguage
|
|
27
|
-
} from "./chunk-
|
|
27
|
+
} from "./chunk-P4LUYDRL.js";
|
|
28
28
|
import {
|
|
29
29
|
normalizeAgentTitleText
|
|
30
30
|
} from "./chunk-MIJXEELH.js";
|
|
@@ -3049,4 +3049,4 @@ export {
|
|
|
3049
3049
|
AgentMentionSearchController,
|
|
3050
3050
|
preloadAgentMentionBrowse
|
|
3051
3051
|
};
|
|
3052
|
-
//# sourceMappingURL=chunk-
|
|
3052
|
+
//# sourceMappingURL=chunk-QCNCNAZT.js.map
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
formatAgentMentionMarkdown,
|
|
7
7
|
mentionItemToAttrs,
|
|
8
8
|
parseAgentMentionMarkdown
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-D5HAVQME.js";
|
|
10
10
|
import {
|
|
11
11
|
cn,
|
|
12
12
|
resolveAgentTargetPresentation,
|
|
@@ -733,4 +733,4 @@ export {
|
|
|
733
733
|
agentRichTextContentToPromptText,
|
|
734
734
|
AgentRichTextReadonly
|
|
735
735
|
};
|
|
736
|
-
//# sourceMappingURL=chunk-
|
|
736
|
+
//# sourceMappingURL=chunk-T3RMAGAE.js.map
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
AgentRichTextReadonly,
|
|
3
3
|
promptForProviderSkills,
|
|
4
4
|
skillTriggerForPrefix
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-T3RMAGAE.js";
|
|
6
6
|
import {
|
|
7
7
|
classifyRecoverableAgentMessage,
|
|
8
8
|
isProviderPlanLimitMessage,
|
|
@@ -27,7 +27,7 @@ import {
|
|
|
27
27
|
agentPromptFileBlocks,
|
|
28
28
|
agentPromptPastedTextBlocks,
|
|
29
29
|
materializeAgentComposerFileMentions
|
|
30
|
-
} from "./chunk-
|
|
30
|
+
} from "./chunk-D5HAVQME.js";
|
|
31
31
|
import {
|
|
32
32
|
AGENT_PASTED_TEXT_BLOCK_KIND,
|
|
33
33
|
AGENT_PASTED_TEXT_MENTION_KIND
|
|
@@ -47,7 +47,7 @@ import {
|
|
|
47
47
|
resolveWorkspaceFileLinkAction,
|
|
48
48
|
resolveWorkspaceFilePathCandidate,
|
|
49
49
|
resolveWorkspaceLinkAction
|
|
50
|
-
} from "./chunk-
|
|
50
|
+
} from "./chunk-GKKXAO7O.js";
|
|
51
51
|
import {
|
|
52
52
|
cn
|
|
53
53
|
} from "./chunk-ZVYUTXQJ.js";
|
|
@@ -55,7 +55,7 @@ import {
|
|
|
55
55
|
useOptionalAgentActivityRuntime,
|
|
56
56
|
useOptionalAgentHostApi,
|
|
57
57
|
workspaceAgentProviderLabel
|
|
58
|
-
} from "./chunk-
|
|
58
|
+
} from "./chunk-JH6OERDW.js";
|
|
59
59
|
import {
|
|
60
60
|
fileChangeCountFromChanges,
|
|
61
61
|
fileChangeEntriesFromChanges,
|
|
@@ -65,7 +65,7 @@ import {
|
|
|
65
65
|
getActiveUiLanguage,
|
|
66
66
|
translate,
|
|
67
67
|
useTranslation
|
|
68
|
-
} from "./chunk-
|
|
68
|
+
} from "./chunk-P4LUYDRL.js";
|
|
69
69
|
import {
|
|
70
70
|
normalizeAgentTitleText
|
|
71
71
|
} from "./chunk-MIJXEELH.js";
|
|
@@ -15652,4 +15652,4 @@ export {
|
|
|
15652
15652
|
AgentConversationFlow,
|
|
15653
15653
|
useProjectedAgentConversation
|
|
15654
15654
|
};
|
|
15655
|
-
//# sourceMappingURL=chunk-
|
|
15655
|
+
//# sourceMappingURL=chunk-YC33LHRB.js.map
|
|
@@ -3,28 +3,28 @@ import {
|
|
|
3
3
|
AgentFileMentionPalette,
|
|
4
4
|
flattenAgentMentionPaletteEntries,
|
|
5
5
|
groupStartKeys
|
|
6
|
-
} from "../chunk-
|
|
6
|
+
} from "../chunk-D7WWGXPJ.js";
|
|
7
7
|
import {
|
|
8
8
|
AgentMentionSearchController
|
|
9
|
-
} from "../chunk-
|
|
9
|
+
} from "../chunk-QCNCNAZT.js";
|
|
10
10
|
import "../chunk-VMPA46ET.js";
|
|
11
11
|
import "../chunk-XJ34OIEQ.js";
|
|
12
12
|
import "../chunk-JDVP33S5.js";
|
|
13
|
-
import "../chunk-
|
|
13
|
+
import "../chunk-D5HAVQME.js";
|
|
14
14
|
import "../chunk-3V5OCA2M.js";
|
|
15
15
|
import {
|
|
16
16
|
AGENT_CONTEXT_MENTION_PROVIDER_IDS
|
|
17
17
|
} from "../chunk-RMQREVJY.js";
|
|
18
18
|
import "../chunk-FGLQZ6I4.js";
|
|
19
|
-
import "../chunk-
|
|
19
|
+
import "../chunk-HU3Q2FQK.js";
|
|
20
20
|
import "../chunk-YMXYBG7U.js";
|
|
21
|
-
import "../chunk-
|
|
21
|
+
import "../chunk-JH6OERDW.js";
|
|
22
22
|
import "../chunk-F5UR6EJG.js";
|
|
23
23
|
import "../chunk-M6HTOCQK.js";
|
|
24
|
-
import "../chunk-
|
|
24
|
+
import "../chunk-P4LUYDRL.js";
|
|
25
25
|
import "../chunk-5BJYO6X3.js";
|
|
26
26
|
import "../chunk-AFUVWWQY.js";
|
|
27
|
-
import "../chunk-
|
|
27
|
+
import "../chunk-FFLXJ5RU.js";
|
|
28
28
|
import "../chunk-MIJXEELH.js";
|
|
29
29
|
import "../chunk-D2JUDUYY.js";
|
|
30
30
|
import "../chunk-QNE2ZPPV.js";
|
package/dist/i18n/index.d.ts
CHANGED
|
@@ -1020,8 +1020,19 @@ declare const agentGuiI18nResources: {
|
|
|
1020
1020
|
readonly tuttiModeRemove: "Turn off Tutti mode";
|
|
1021
1021
|
readonly tuttiBudgetTitle: "Tutti intensity";
|
|
1022
1022
|
readonly tuttiBudgetIntensityLabel: "Intensity";
|
|
1023
|
-
readonly
|
|
1024
|
-
readonly
|
|
1023
|
+
readonly tuttiBudgetPreviewTitle: "Planner tendency";
|
|
1024
|
+
readonly tuttiBudgetPreviewHint: "The exact model, total task count, and safe parallelism are inferred from the request and selected Skills.";
|
|
1025
|
+
readonly tuttiBudgetPreviewCost: "Cost";
|
|
1026
|
+
readonly tuttiBudgetPreviewBalance: "Balance";
|
|
1027
|
+
readonly tuttiBudgetPreviewPowerful: "Powerful";
|
|
1028
|
+
readonly tuttiBudgetModelStrengthLabel: "Model strength";
|
|
1029
|
+
readonly tuttiBudgetModelStrengthCost: "Economical";
|
|
1030
|
+
readonly tuttiBudgetModelStrengthBalance: "Balanced";
|
|
1031
|
+
readonly tuttiBudgetModelStrengthPowerful: "Most capable";
|
|
1032
|
+
readonly tuttiBudgetAgentCountLabel: "Parallel Agents";
|
|
1033
|
+
readonly tuttiBudgetAgentCountCost: "1";
|
|
1034
|
+
readonly tuttiBudgetAgentCountBalance: "2–3";
|
|
1035
|
+
readonly tuttiBudgetAgentCountPowerful: "Up to 4";
|
|
1025
1036
|
readonly tuttiBudgetConfirm: "Confirm";
|
|
1026
1037
|
readonly tuttiBudgetCancel: "Cancel";
|
|
1027
1038
|
readonly tuttiModeUpdateFailed: "Tutti mode couldn't be updated. Try again.";
|
|
@@ -3884,8 +3895,19 @@ declare const agentGuiI18nResources: {
|
|
|
3884
3895
|
readonly tuttiModeRemove: "关闭 Tutti mode";
|
|
3885
3896
|
readonly tuttiBudgetTitle: "Tutti 强度";
|
|
3886
3897
|
readonly tuttiBudgetIntensityLabel: "强度";
|
|
3887
|
-
readonly
|
|
3888
|
-
readonly
|
|
3898
|
+
readonly tuttiBudgetPreviewTitle: "规划倾向";
|
|
3899
|
+
readonly tuttiBudgetPreviewHint: "实际模型、Agent 总数与安全并行度会根据请求和所选 Skill 推导";
|
|
3900
|
+
readonly tuttiBudgetPreviewCost: "省成本";
|
|
3901
|
+
readonly tuttiBudgetPreviewBalance: "均衡";
|
|
3902
|
+
readonly tuttiBudgetPreviewPowerful: "强劲";
|
|
3903
|
+
readonly tuttiBudgetModelStrengthLabel: "模型强度";
|
|
3904
|
+
readonly tuttiBudgetModelStrengthCost: "经济型";
|
|
3905
|
+
readonly tuttiBudgetModelStrengthBalance: "均衡型";
|
|
3906
|
+
readonly tuttiBudgetModelStrengthPowerful: "最强可用";
|
|
3907
|
+
readonly tuttiBudgetAgentCountLabel: "并行 Agent";
|
|
3908
|
+
readonly tuttiBudgetAgentCountCost: "1 个";
|
|
3909
|
+
readonly tuttiBudgetAgentCountBalance: "2–3 个";
|
|
3910
|
+
readonly tuttiBudgetAgentCountPowerful: "最多 4 个";
|
|
3889
3911
|
readonly tuttiBudgetConfirm: "确认";
|
|
3890
3912
|
readonly tuttiBudgetCancel: "取消";
|
|
3891
3913
|
readonly tuttiModeUpdateFailed: "Tutti 模式更新失败,请重试";
|
package/dist/i18n/index.js
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -1784,7 +1784,7 @@ interface AgentGuiWorkbenchSessionActionRequest {
|
|
|
1784
1784
|
type WorkspaceLinkActionSource = "agent-markdown" | "agent-file-change" | string;
|
|
1785
1785
|
interface OpenWorkspaceFileLinkAction {
|
|
1786
1786
|
type: "open-workspace-file";
|
|
1787
|
-
mode?: "
|
|
1787
|
+
mode?: "select" | "open";
|
|
1788
1788
|
path: string;
|
|
1789
1789
|
directoryPath: string;
|
|
1790
1790
|
workspaceRoot: string;
|
|
@@ -3466,8 +3466,19 @@ declare const agentGuiI18nResources: {
|
|
|
3466
3466
|
readonly tuttiModeRemove: "Turn off Tutti mode";
|
|
3467
3467
|
readonly tuttiBudgetTitle: "Tutti intensity";
|
|
3468
3468
|
readonly tuttiBudgetIntensityLabel: "Intensity";
|
|
3469
|
-
readonly
|
|
3470
|
-
readonly
|
|
3469
|
+
readonly tuttiBudgetPreviewTitle: "Planner tendency";
|
|
3470
|
+
readonly tuttiBudgetPreviewHint: "The exact model, total task count, and safe parallelism are inferred from the request and selected Skills.";
|
|
3471
|
+
readonly tuttiBudgetPreviewCost: "Cost";
|
|
3472
|
+
readonly tuttiBudgetPreviewBalance: "Balance";
|
|
3473
|
+
readonly tuttiBudgetPreviewPowerful: "Powerful";
|
|
3474
|
+
readonly tuttiBudgetModelStrengthLabel: "Model strength";
|
|
3475
|
+
readonly tuttiBudgetModelStrengthCost: "Economical";
|
|
3476
|
+
readonly tuttiBudgetModelStrengthBalance: "Balanced";
|
|
3477
|
+
readonly tuttiBudgetModelStrengthPowerful: "Most capable";
|
|
3478
|
+
readonly tuttiBudgetAgentCountLabel: "Parallel Agents";
|
|
3479
|
+
readonly tuttiBudgetAgentCountCost: "1";
|
|
3480
|
+
readonly tuttiBudgetAgentCountBalance: "2–3";
|
|
3481
|
+
readonly tuttiBudgetAgentCountPowerful: "Up to 4";
|
|
3471
3482
|
readonly tuttiBudgetConfirm: "Confirm";
|
|
3472
3483
|
readonly tuttiBudgetCancel: "Cancel";
|
|
3473
3484
|
readonly tuttiModeUpdateFailed: "Tutti mode couldn't be updated. Try again.";
|
|
@@ -6330,8 +6341,19 @@ declare const agentGuiI18nResources: {
|
|
|
6330
6341
|
readonly tuttiModeRemove: "关闭 Tutti mode";
|
|
6331
6342
|
readonly tuttiBudgetTitle: "Tutti 强度";
|
|
6332
6343
|
readonly tuttiBudgetIntensityLabel: "强度";
|
|
6333
|
-
readonly
|
|
6334
|
-
readonly
|
|
6344
|
+
readonly tuttiBudgetPreviewTitle: "规划倾向";
|
|
6345
|
+
readonly tuttiBudgetPreviewHint: "实际模型、Agent 总数与安全并行度会根据请求和所选 Skill 推导";
|
|
6346
|
+
readonly tuttiBudgetPreviewCost: "省成本";
|
|
6347
|
+
readonly tuttiBudgetPreviewBalance: "均衡";
|
|
6348
|
+
readonly tuttiBudgetPreviewPowerful: "强劲";
|
|
6349
|
+
readonly tuttiBudgetModelStrengthLabel: "模型强度";
|
|
6350
|
+
readonly tuttiBudgetModelStrengthCost: "经济型";
|
|
6351
|
+
readonly tuttiBudgetModelStrengthBalance: "均衡型";
|
|
6352
|
+
readonly tuttiBudgetModelStrengthPowerful: "最强可用";
|
|
6353
|
+
readonly tuttiBudgetAgentCountLabel: "并行 Agent";
|
|
6354
|
+
readonly tuttiBudgetAgentCountCost: "1 个";
|
|
6355
|
+
readonly tuttiBudgetAgentCountBalance: "2–3 个";
|
|
6356
|
+
readonly tuttiBudgetAgentCountPowerful: "最多 4 个";
|
|
6335
6357
|
readonly tuttiBudgetConfirm: "确认";
|
|
6336
6358
|
readonly tuttiBudgetCancel: "取消";
|
|
6337
6359
|
readonly tuttiModeUpdateFailed: "Tutti 模式更新失败,请重试";
|
|
@@ -8237,10 +8259,22 @@ interface AgentComposerProps {
|
|
|
8237
8259
|
planModeLabel: string;
|
|
8238
8260
|
tuttiModeLabel: string;
|
|
8239
8261
|
tuttiModeDescription: string;
|
|
8262
|
+
tuttiModeRemove: string;
|
|
8240
8263
|
tuttiBudgetTitle: string;
|
|
8241
8264
|
tuttiBudgetIntensityLabel: string;
|
|
8242
|
-
|
|
8243
|
-
|
|
8265
|
+
tuttiBudgetPreviewTitle: string;
|
|
8266
|
+
tuttiBudgetPreviewHint: string;
|
|
8267
|
+
tuttiBudgetPreviewCost: string;
|
|
8268
|
+
tuttiBudgetPreviewBalance: string;
|
|
8269
|
+
tuttiBudgetPreviewPowerful: string;
|
|
8270
|
+
tuttiBudgetModelStrengthLabel: string;
|
|
8271
|
+
tuttiBudgetModelStrengthCost: string;
|
|
8272
|
+
tuttiBudgetModelStrengthBalance: string;
|
|
8273
|
+
tuttiBudgetModelStrengthPowerful: string;
|
|
8274
|
+
tuttiBudgetAgentCountLabel: string;
|
|
8275
|
+
tuttiBudgetAgentCountCost: string;
|
|
8276
|
+
tuttiBudgetAgentCountBalance: string;
|
|
8277
|
+
tuttiBudgetAgentCountPowerful: string;
|
|
8244
8278
|
tuttiBudgetConfirm: string;
|
|
8245
8279
|
tuttiBudgetCancel: string;
|
|
8246
8280
|
planModeDescription?: string;
|
|
@@ -8401,6 +8435,8 @@ interface AgentComposerProps {
|
|
|
8401
8435
|
permissionModeId?: string | null;
|
|
8402
8436
|
}) => void;
|
|
8403
8437
|
onTuttiModeChange?: (active: boolean) => void;
|
|
8438
|
+
/** Commits a confirmed Tutti budget popup orchestration-intensity draft. */
|
|
8439
|
+
onTuttiModeOrchestrationIntensityChange?: (value: number) => void;
|
|
8404
8440
|
capabilityMenuState?: AgentComposerCapabilityMenuState;
|
|
8405
8441
|
capabilityControlsReadOnly?: boolean;
|
|
8406
8442
|
onCapabilitySettingsRequest?: (capability: AgentComposerCapabilitySettingsTarget) => void;
|
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-NTY3JIYS.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-
|
|
26
|
+
} from "./chunk-CTZPHYKU.js";
|
|
27
27
|
import "./chunk-KDN6SLJM.js";
|
|
28
28
|
import "./chunk-4CHBM3G3.js";
|
|
29
29
|
import "./chunk-CBMWHQ7P.js";
|
|
30
30
|
import "./chunk-MGSRWYRN.js";
|
|
31
|
-
import "./chunk-
|
|
32
|
-
import "./chunk-
|
|
33
|
-
import "./chunk-
|
|
31
|
+
import "./chunk-AEMVCADI.js";
|
|
32
|
+
import "./chunk-YC33LHRB.js";
|
|
33
|
+
import "./chunk-T3RMAGAE.js";
|
|
34
34
|
import "./chunk-CXC3ROXQ.js";
|
|
35
35
|
import "./chunk-UP3ZDYTN.js";
|
|
36
36
|
import "./chunk-GUFEHWUX.js";
|
|
37
|
-
import "./chunk-
|
|
37
|
+
import "./chunk-D7WWGXPJ.js";
|
|
38
38
|
import {
|
|
39
39
|
agentGUIAgentIsReady,
|
|
40
40
|
normalizeAgentGUIAgents,
|
|
@@ -47,14 +47,14 @@ import {
|
|
|
47
47
|
} from "./chunk-G7DS23D4.js";
|
|
48
48
|
import {
|
|
49
49
|
preloadAgentMentionBrowse
|
|
50
|
-
} from "./chunk-
|
|
50
|
+
} from "./chunk-QCNCNAZT.js";
|
|
51
51
|
import "./chunk-VMPA46ET.js";
|
|
52
52
|
import "./chunk-XJ34OIEQ.js";
|
|
53
53
|
import "./chunk-JDVP33S5.js";
|
|
54
54
|
import {
|
|
55
55
|
createAgentSessionHandoffPrompt,
|
|
56
56
|
createAgentSessionMarkdownLink
|
|
57
|
-
} from "./chunk-
|
|
57
|
+
} from "./chunk-D5HAVQME.js";
|
|
58
58
|
import "./chunk-3V5OCA2M.js";
|
|
59
59
|
import {
|
|
60
60
|
AGENT_CONTEXT_MENTION_PROVIDER_IDS
|
|
@@ -66,13 +66,13 @@ import {
|
|
|
66
66
|
import {
|
|
67
67
|
dispatchAgentPlanPromptAction,
|
|
68
68
|
selectAgentPlanPromptTurn
|
|
69
|
-
} from "./chunk-
|
|
69
|
+
} from "./chunk-GIF2V624.js";
|
|
70
70
|
import {
|
|
71
71
|
useEngineSelector
|
|
72
72
|
} from "./chunk-EVQ4JY3N.js";
|
|
73
|
-
import "./chunk-
|
|
73
|
+
import "./chunk-GKKXAO7O.js";
|
|
74
74
|
import "./chunk-ZVYUTXQJ.js";
|
|
75
|
-
import "./chunk-
|
|
75
|
+
import "./chunk-HU3Q2FQK.js";
|
|
76
76
|
import "./chunk-YMXYBG7U.js";
|
|
77
77
|
import {
|
|
78
78
|
AgentActivityHostProvider,
|
|
@@ -82,17 +82,17 @@ import {
|
|
|
82
82
|
useAgentActivityRuntime,
|
|
83
83
|
useAgentActivitySnapshot,
|
|
84
84
|
useOptionalAgentActivityRuntime
|
|
85
|
-
} from "./chunk-
|
|
85
|
+
} from "./chunk-JH6OERDW.js";
|
|
86
86
|
import "./chunk-F5UR6EJG.js";
|
|
87
87
|
import "./chunk-M6HTOCQK.js";
|
|
88
88
|
import {
|
|
89
89
|
AgentGuiI18nProvider,
|
|
90
90
|
agentGuiI18nModule,
|
|
91
91
|
agentGuiI18nResources
|
|
92
|
-
} from "./chunk-
|
|
92
|
+
} from "./chunk-P4LUYDRL.js";
|
|
93
93
|
import "./chunk-5BJYO6X3.js";
|
|
94
94
|
import "./chunk-AFUVWWQY.js";
|
|
95
|
-
import "./chunk-
|
|
95
|
+
import "./chunk-FFLXJ5RU.js";
|
|
96
96
|
import "./chunk-MIJXEELH.js";
|
|
97
97
|
import {
|
|
98
98
|
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-QCNCNAZT.js";
|
|
7
7
|
import "./chunk-VMPA46ET.js";
|
|
8
8
|
import "./chunk-XJ34OIEQ.js";
|
|
9
9
|
import "./chunk-JDVP33S5.js";
|
|
10
|
-
import "./chunk-
|
|
10
|
+
import "./chunk-D5HAVQME.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-JH6OERDW.js";
|
|
16
16
|
import "./chunk-F5UR6EJG.js";
|
|
17
17
|
import "./chunk-M6HTOCQK.js";
|
|
18
|
-
import "./chunk-
|
|
18
|
+
import "./chunk-P4LUYDRL.js";
|
|
19
19
|
import "./chunk-5BJYO6X3.js";
|
|
20
20
|
import "./chunk-AFUVWWQY.js";
|
|
21
|
-
import "./chunk-
|
|
21
|
+
import "./chunk-FFLXJ5RU.js";
|
|
22
22
|
import "./chunk-MIJXEELH.js";
|
|
23
23
|
import "./chunk-D2JUDUYY.js";
|
|
24
24
|
import "./chunk-QNE2ZPPV.js";
|
|
@@ -18,17 +18,17 @@ import {
|
|
|
18
18
|
resolveAgentGuiUnifiedDockLaunchPayload,
|
|
19
19
|
resolveAgentGuiWorkbenchContributionCopy,
|
|
20
20
|
resolveAgentGuiWorkbenchDefaultLaunchFrame
|
|
21
|
-
} from "../chunk-
|
|
21
|
+
} from "../chunk-CTZPHYKU.js";
|
|
22
22
|
import "../chunk-KDN6SLJM.js";
|
|
23
23
|
import "../chunk-4CHBM3G3.js";
|
|
24
24
|
import "../chunk-CBMWHQ7P.js";
|
|
25
25
|
import "../chunk-MGSRWYRN.js";
|
|
26
|
-
import "../chunk-
|
|
26
|
+
import "../chunk-AEMVCADI.js";
|
|
27
27
|
import "../chunk-CX6XXG6R.js";
|
|
28
28
|
import "../chunk-G7DS23D4.js";
|
|
29
29
|
import "../chunk-EVQ4JY3N.js";
|
|
30
30
|
import "../chunk-AFUVWWQY.js";
|
|
31
|
-
import "../chunk-
|
|
31
|
+
import "../chunk-FFLXJ5RU.js";
|
|
32
32
|
import "../chunk-MIJXEELH.js";
|
|
33
33
|
import "../chunk-QNE2ZPPV.js";
|
|
34
34
|
import "../chunk-O433KXLK.js";
|
package/dist/workbench/index.js
CHANGED
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
resolveAgentGuiUnifiedDockLaunchPayload,
|
|
15
15
|
resolveAgentGuiWorkbenchContributionCopy,
|
|
16
16
|
resolveAgentGuiWorkbenchConversationIdentity
|
|
17
|
-
} from "../chunk-
|
|
17
|
+
} from "../chunk-CTZPHYKU.js";
|
|
18
18
|
import {
|
|
19
19
|
areAgentGuiWorkbenchNodeStatesEqual,
|
|
20
20
|
areAgentGuiWorkbenchStatesEqual,
|
|
@@ -56,12 +56,12 @@ import {
|
|
|
56
56
|
import {
|
|
57
57
|
resolveAgentGuiWorkbenchHeaderTitle,
|
|
58
58
|
resolveAgentGuiWorkbenchSessionTitle
|
|
59
|
-
} from "../chunk-
|
|
59
|
+
} from "../chunk-AEMVCADI.js";
|
|
60
60
|
import "../chunk-CX6XXG6R.js";
|
|
61
61
|
import "../chunk-G7DS23D4.js";
|
|
62
62
|
import "../chunk-EVQ4JY3N.js";
|
|
63
63
|
import "../chunk-AFUVWWQY.js";
|
|
64
|
-
import "../chunk-
|
|
64
|
+
import "../chunk-FFLXJ5RU.js";
|
|
65
65
|
import "../chunk-MIJXEELH.js";
|
|
66
66
|
import "../chunk-QNE2ZPPV.js";
|
|
67
67
|
import "../chunk-O433KXLK.js";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
resolveAgentGuiWorkbenchHeaderTitle,
|
|
3
3
|
resolveAgentGuiWorkbenchSessionTitle
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-
|
|
4
|
+
} from "../chunk-AEMVCADI.js";
|
|
5
|
+
import "../chunk-FFLXJ5RU.js";
|
|
6
6
|
import "../chunk-MIJXEELH.js";
|
|
7
7
|
import "../chunk-O433KXLK.js";
|
|
8
8
|
export {
|
|
@@ -544,7 +544,7 @@ interface AgentConversationVM {
|
|
|
544
544
|
type WorkspaceLinkActionSource = "agent-markdown" | "agent-file-change" | string;
|
|
545
545
|
interface OpenWorkspaceFileLinkAction {
|
|
546
546
|
type: "open-workspace-file";
|
|
547
|
-
mode?: "
|
|
547
|
+
mode?: "select" | "open";
|
|
548
548
|
path: string;
|
|
549
549
|
directoryPath: string;
|
|
550
550
|
workspaceRoot: string;
|
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.198",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -143,19 +143,19 @@
|
|
|
143
143
|
"dependencies": {
|
|
144
144
|
"@monaco-editor/react": "^4.7.0",
|
|
145
145
|
"@tanstack/react-virtual": "^3.13.12",
|
|
146
|
-
"@tutti-os/agent-activity-core": "0.0.
|
|
147
|
-
"@tutti-os/browser-node": "0.0.
|
|
148
|
-
"@tutti-os/ui-i18n-runtime": "0.0.
|
|
149
|
-
"@tutti-os/ui-react-hooks": "0.0.
|
|
150
|
-
"@tutti-os/ui-rich-text": "0.0.
|
|
151
|
-
"@tutti-os/ui-system": "0.0.
|
|
152
|
-
"@tutti-os/workbench-surface": "0.0.
|
|
153
|
-
"@tutti-os/workspace-external-core": "0.0.
|
|
154
|
-
"@tutti-os/workspace-file-manager": "0.0.
|
|
155
|
-
"@tutti-os/workspace-file-preview": "0.0.
|
|
156
|
-
"@tutti-os/workspace-file-reference": "0.0.
|
|
157
|
-
"@tutti-os/workspace-issue-manager": "0.0.
|
|
158
|
-
"@tutti-os/workspace-user-project": "0.0.
|
|
146
|
+
"@tutti-os/agent-activity-core": "0.0.198",
|
|
147
|
+
"@tutti-os/browser-node": "0.0.198",
|
|
148
|
+
"@tutti-os/ui-i18n-runtime": "0.0.198",
|
|
149
|
+
"@tutti-os/ui-react-hooks": "0.0.198",
|
|
150
|
+
"@tutti-os/ui-rich-text": "0.0.198",
|
|
151
|
+
"@tutti-os/ui-system": "0.0.198",
|
|
152
|
+
"@tutti-os/workbench-surface": "0.0.198",
|
|
153
|
+
"@tutti-os/workspace-external-core": "0.0.198",
|
|
154
|
+
"@tutti-os/workspace-file-manager": "0.0.198",
|
|
155
|
+
"@tutti-os/workspace-file-preview": "0.0.198",
|
|
156
|
+
"@tutti-os/workspace-file-reference": "0.0.198",
|
|
157
|
+
"@tutti-os/workspace-issue-manager": "0.0.198",
|
|
158
|
+
"@tutti-os/workspace-user-project": "0.0.198",
|
|
159
159
|
"clsx": "^2.1.1",
|
|
160
160
|
"framer-motion": "^12.40.0",
|
|
161
161
|
"lodash": "^4.17.21",
|
|
@@ -189,8 +189,8 @@
|
|
|
189
189
|
"typescript": "^5.8.3",
|
|
190
190
|
"vite": "^6.4.2",
|
|
191
191
|
"vitest": "^4.0.13",
|
|
192
|
-
"@tutti-os/
|
|
193
|
-
"@tutti-os/
|
|
192
|
+
"@tutti-os/config-tsconfig": "0.0.0",
|
|
193
|
+
"@tutti-os/client-tuttid-ts": "0.0.0"
|
|
194
194
|
},
|
|
195
195
|
"peerDependencies": {
|
|
196
196
|
"@tiptap/core": "^3.11.1",
|