@tutti-os/agent-gui 0.0.17 → 0.0.18
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 +1 -1
- package/dist/agent-conversation/index.js +4 -4
- package/dist/agent-message-center/index.d.ts +1 -1
- package/dist/agent-message-center/index.js +4 -4
- package/dist/{chunk-VNAQ6QFE.js → chunk-4RUK7VPA.js} +4 -4
- package/dist/{chunk-KHTIC52P.js → chunk-5Z5HILKT.js} +2 -2
- package/dist/{chunk-OJ5WX7SZ.js → chunk-B7DTDZVT.js} +2 -2
- package/dist/{chunk-HVOPJU2K.js → chunk-DT4W5Z2A.js} +4 -4
- package/dist/{chunk-CDTTIUPL.js → chunk-F7XLV7M3.js} +2 -2
- package/dist/{chunk-VO2TZNKV.js → chunk-FEWMACBN.js} +4 -4
- package/dist/{chunk-65YMY2M3.js → chunk-GLDKFIWM.js} +7 -3
- package/dist/chunk-GLDKFIWM.js.map +1 -0
- package/dist/{chunk-K44WER5Z.js → chunk-S5GS4GRM.js} +2 -2
- package/dist/chunk-S5GS4GRM.js.map +1 -0
- package/dist/{chunk-GWR6WGZY.js → chunk-XHJQNUH4.js} +41 -28
- package/dist/chunk-XHJQNUH4.js.map +1 -0
- package/dist/context-mention-palette/index.js +5 -5
- package/dist/i18n/index.d.ts +6 -2
- package/dist/i18n/index.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +65 -33
- package/dist/index.js.map +1 -1
- package/dist/workbench/contribution.d.ts +1 -0
- package/dist/workbench/contribution.js +1 -1
- package/dist/workbench/index.js +1 -1
- package/dist/workspace-agent-generated-files.js +2 -2
- package/dist/{workspaceLinkActions-Mjktl_Be.d.ts → workspaceLinkActions-CqWZaCY4.d.ts} +1 -0
- package/package.json +12 -12
- package/dist/chunk-65YMY2M3.js.map +0 -1
- package/dist/chunk-GWR6WGZY.js.map +0 -1
- package/dist/chunk-K44WER5Z.js.map +0 -1
- /package/dist/{chunk-VNAQ6QFE.js.map → chunk-4RUK7VPA.js.map} +0 -0
- /package/dist/{chunk-KHTIC52P.js.map → chunk-5Z5HILKT.js.map} +0 -0
- /package/dist/{chunk-OJ5WX7SZ.js.map → chunk-B7DTDZVT.js.map} +0 -0
- /package/dist/{chunk-HVOPJU2K.js.map → chunk-DT4W5Z2A.js.map} +0 -0
- /package/dist/{chunk-CDTTIUPL.js.map → chunk-F7XLV7M3.js.map} +0 -0
- /package/dist/{chunk-VO2TZNKV.js.map → chunk-FEWMACBN.js.map} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as react from 'react';
|
|
2
2
|
import { ReactNode, JSX } from 'react';
|
|
3
|
-
import { W as WorkspaceLinkAction } from '../workspaceLinkActions-
|
|
3
|
+
import { W as WorkspaceLinkAction } from '../workspaceLinkActions-CqWZaCY4.js';
|
|
4
4
|
import { A as AgentMessageMarkdownWorkspaceAppIcon } from '../AgentMessageMarkdown-DeYPURtF.js';
|
|
5
5
|
import { a as AgentConversationVM, W as WorkspaceAgentSessionDetailViewModel } from '../agentConversationVM-BVe64P2E.js';
|
|
6
6
|
export { B as BuildWorkspaceAgentSessionDetailInput, b as buildWorkspaceAgentSessionDetailViewModel } from '../agentConversationVM-BVe64P2E.js';
|
|
@@ -6,15 +6,15 @@ import {
|
|
|
6
6
|
projectAgentConversationVM,
|
|
7
7
|
reconcileProjectedAgentConversationVM,
|
|
8
8
|
useProjectedAgentConversation
|
|
9
|
-
} from "../chunk-
|
|
10
|
-
import "../chunk-
|
|
11
|
-
import "../chunk-
|
|
9
|
+
} from "../chunk-DT4W5Z2A.js";
|
|
10
|
+
import "../chunk-S5GS4GRM.js";
|
|
11
|
+
import "../chunk-5Z5HILKT.js";
|
|
12
12
|
import "../chunk-XJ34OIEQ.js";
|
|
13
13
|
import "../chunk-O5TUTXHT.js";
|
|
14
14
|
import "../chunk-TYGL25EL.js";
|
|
15
15
|
import {
|
|
16
16
|
translate
|
|
17
|
-
} from "../chunk-
|
|
17
|
+
} from "../chunk-GLDKFIWM.js";
|
|
18
18
|
import "../chunk-LUGELG5V.js";
|
|
19
19
|
import "../chunk-PJP5BUU6.js";
|
|
20
20
|
|
|
@@ -2,7 +2,7 @@ import * as react from 'react';
|
|
|
2
2
|
import { JSX } from 'react';
|
|
3
3
|
import { I18nRuntime } from '@tutti-os/ui-i18n-runtime';
|
|
4
4
|
import { useTranslation, AgentGuiI18nLocale, TranslateFn } from '../i18n/index.js';
|
|
5
|
-
import { W as WorkspaceLinkAction } from '../workspaceLinkActions-
|
|
5
|
+
import { W as WorkspaceLinkAction } from '../workspaceLinkActions-CqWZaCY4.js';
|
|
6
6
|
import { AgentActivityNeedsAttentionItem, AgentActivitySnapshot } from '@tutti-os/agent-activity-core';
|
|
7
7
|
import { A as AgentConversationPromptVM } from '../agentConversationVM-BVe64P2E.js';
|
|
8
8
|
import { o as WorkspaceAgentActivityStatus } from '../workspaceAgentActivityListViewModel-BK_J3aNX.js';
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
approvalOptionDisplayLabel,
|
|
4
4
|
getPromptToolDetails,
|
|
5
5
|
isPromptRequestIdTitle
|
|
6
|
-
} from "../chunk-
|
|
6
|
+
} from "../chunk-FEWMACBN.js";
|
|
7
7
|
import {
|
|
8
8
|
PLAN_IMPLEMENTATION_ACTION_IMPLEMENT,
|
|
9
9
|
PLAN_IMPLEMENTATION_PROMPT,
|
|
@@ -16,12 +16,12 @@ import {
|
|
|
16
16
|
cn,
|
|
17
17
|
extractAgentMcpToolTarget,
|
|
18
18
|
normalizeAskUserQuestions
|
|
19
|
-
} from "../chunk-
|
|
19
|
+
} from "../chunk-S5GS4GRM.js";
|
|
20
20
|
import {
|
|
21
21
|
managedAgentRoundedIconUrl,
|
|
22
22
|
userAvatarPlaceholderUrl,
|
|
23
23
|
workspaceAgentActivityStatusLabel
|
|
24
|
-
} from "../chunk-
|
|
24
|
+
} from "../chunk-F7XLV7M3.js";
|
|
25
25
|
import "../chunk-MTFSQWZ6.js";
|
|
26
26
|
import {
|
|
27
27
|
resolveWorkspaceAgentSessionSortTimeUnixMs
|
|
@@ -36,7 +36,7 @@ import {
|
|
|
36
36
|
import {
|
|
37
37
|
AgentGuiI18nProvider,
|
|
38
38
|
useTranslation
|
|
39
|
-
} from "../chunk-
|
|
39
|
+
} from "../chunk-GLDKFIWM.js";
|
|
40
40
|
import "../chunk-PJP5BUU6.js";
|
|
41
41
|
|
|
42
42
|
// agent-message-center/WorkspaceAgentMessageCenterPanel.tsx
|
|
@@ -3,14 +3,14 @@ import {
|
|
|
3
3
|
managedAgentRoundedIconUrl,
|
|
4
4
|
userAvatarPlaceholderUrl,
|
|
5
5
|
workspaceAgentActivityStatusLabel
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-F7XLV7M3.js";
|
|
7
7
|
import {
|
|
8
8
|
buildAgentGenericMentionHref,
|
|
9
9
|
buildAgentSessionMentionHref,
|
|
10
10
|
buildAgentWorkspaceAppMentionHref,
|
|
11
11
|
buildAgentWorkspaceIssueMentionHref,
|
|
12
12
|
normalizeAgentSessionMentionTitle
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-5Z5HILKT.js";
|
|
14
14
|
import {
|
|
15
15
|
getOptionalAgentHostApi
|
|
16
16
|
} from "./chunk-O5TUTXHT.js";
|
|
@@ -19,7 +19,7 @@ import {
|
|
|
19
19
|
} from "./chunk-HIREVEZM.js";
|
|
20
20
|
import {
|
|
21
21
|
translate
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-GLDKFIWM.js";
|
|
23
23
|
import {
|
|
24
24
|
resolveAgentMentionFileThumbnailUrl,
|
|
25
25
|
resolveAgentMentionFileVisualKind
|
|
@@ -2120,4 +2120,4 @@ export {
|
|
|
2120
2120
|
AgentFileMentionPalette,
|
|
2121
2121
|
AgentContextMentionPalette
|
|
2122
2122
|
};
|
|
2123
|
-
//# sourceMappingURL=chunk-
|
|
2123
|
+
//# sourceMappingURL=chunk-4RUK7VPA.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
translate,
|
|
3
3
|
useTranslation
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-GLDKFIWM.js";
|
|
5
5
|
import {
|
|
6
6
|
resolveAgentMentionFileThumbnailUrl,
|
|
7
7
|
resolveAgentMentionFileVisualKind
|
|
@@ -1326,4 +1326,4 @@ export {
|
|
|
1326
1326
|
attrsToMentionItem,
|
|
1327
1327
|
buildAgentGenericMentionHref2 as buildAgentGenericMentionHref
|
|
1328
1328
|
};
|
|
1329
|
-
//# sourceMappingURL=chunk-
|
|
1329
|
+
//# sourceMappingURL=chunk-5Z5HILKT.js.map
|
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
import {
|
|
14
14
|
translate,
|
|
15
15
|
translateInUiLanguage
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-GLDKFIWM.js";
|
|
17
17
|
|
|
18
18
|
// shared/workspaceAgentStatusNormalizer.ts
|
|
19
19
|
var FAILED_STATUS_TOKENS = /* @__PURE__ */ new Set(["failed", "error"]);
|
|
@@ -915,4 +915,4 @@ export {
|
|
|
915
915
|
resolveWorkspaceAgentActivityStatus,
|
|
916
916
|
resolveWorkspaceAgentActivityTitle
|
|
917
917
|
};
|
|
918
|
-
//# sourceMappingURL=chunk-
|
|
918
|
+
//# sourceMappingURL=chunk-B7DTDZVT.js.map
|
|
@@ -10,14 +10,14 @@ import {
|
|
|
10
10
|
resolveWorkspaceFileLinkAction,
|
|
11
11
|
resolveWorkspaceFilePathCandidate,
|
|
12
12
|
resolveWorkspaceLinkAction
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-S5GS4GRM.js";
|
|
14
14
|
import {
|
|
15
15
|
attrsToMentionItem,
|
|
16
16
|
createAgentFileMentionExtension,
|
|
17
17
|
formatAgentMentionMarkdown,
|
|
18
18
|
mentionItemToAttrs,
|
|
19
19
|
parseAgentMentionMarkdown
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-5Z5HILKT.js";
|
|
21
21
|
import {
|
|
22
22
|
isWorkspaceAgentSyntheticControlMessage
|
|
23
23
|
} from "./chunk-XJ34OIEQ.js";
|
|
@@ -30,7 +30,7 @@ import {
|
|
|
30
30
|
} from "./chunk-TYGL25EL.js";
|
|
31
31
|
import {
|
|
32
32
|
translate
|
|
33
|
-
} from "./chunk-
|
|
33
|
+
} from "./chunk-GLDKFIWM.js";
|
|
34
34
|
|
|
35
35
|
// shared/imageGenerationTool.ts
|
|
36
36
|
var KNOWN_IMAGE_GENERATION_TOOL_NAMES = /* @__PURE__ */ new Set([
|
|
@@ -12085,4 +12085,4 @@ export {
|
|
|
12085
12085
|
AgentConversationFlow,
|
|
12086
12086
|
useProjectedAgentConversation
|
|
12087
12087
|
};
|
|
12088
|
-
//# sourceMappingURL=chunk-
|
|
12088
|
+
//# sourceMappingURL=chunk-DT4W5Z2A.js.map
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
} from "./chunk-MTFSQWZ6.js";
|
|
15
15
|
import {
|
|
16
16
|
translate
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-GLDKFIWM.js";
|
|
18
18
|
|
|
19
19
|
// shared/managedAgentProviders.ts
|
|
20
20
|
function normalizeManagedAgentProvider(provider) {
|
|
@@ -113,4 +113,4 @@ export {
|
|
|
113
113
|
userAvatarPlaceholderUrl,
|
|
114
114
|
workspaceAgentActivityStatusLabel
|
|
115
115
|
};
|
|
116
|
-
//# sourceMappingURL=chunk-
|
|
116
|
+
//# sourceMappingURL=chunk-F7XLV7M3.js.map
|
|
@@ -7,17 +7,17 @@ import {
|
|
|
7
7
|
AgentGUIConversation_styles_default,
|
|
8
8
|
MessageSquareMoreIcon,
|
|
9
9
|
extractAgentMcpToolTarget
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-S5GS4GRM.js";
|
|
11
11
|
import {
|
|
12
12
|
Spinner
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-F7XLV7M3.js";
|
|
14
14
|
import {
|
|
15
15
|
getOptionalAgentHostApi,
|
|
16
16
|
useOptionalAgentHostApi
|
|
17
17
|
} from "./chunk-O5TUTXHT.js";
|
|
18
18
|
import {
|
|
19
19
|
translate
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-GLDKFIWM.js";
|
|
21
21
|
|
|
22
22
|
// shared/agentConversation/approvalOptionPresentation.ts
|
|
23
23
|
function approvalOptionDisplayLabel(option, intent = {}) {
|
|
@@ -1106,4 +1106,4 @@ export {
|
|
|
1106
1106
|
isPromptRequestIdTitle,
|
|
1107
1107
|
AgentInteractivePromptSurface
|
|
1108
1108
|
};
|
|
1109
|
-
//# sourceMappingURL=chunk-
|
|
1109
|
+
//# sourceMappingURL=chunk-FEWMACBN.js.map
|
|
@@ -599,6 +599,7 @@ var en = {
|
|
|
599
599
|
slashStatusContextUnavailable: "Context usage unavailable",
|
|
600
600
|
slashStatusLimitsUnavailable: "Rate limits unavailable from this agent",
|
|
601
601
|
usageChipLabel: "Context {{percent}}%",
|
|
602
|
+
usageTooltipLabel: "Context usage",
|
|
602
603
|
usagePopoverTitle: "Plan usage",
|
|
603
604
|
usageContextWindowLabel: "Context window",
|
|
604
605
|
usageTokensLabel: "Tokens",
|
|
@@ -752,6 +753,7 @@ var en = {
|
|
|
752
753
|
sectionEarlier: "Earlier",
|
|
753
754
|
projectSectionEdit: "New session",
|
|
754
755
|
projectSectionMoreActions: "Project actions",
|
|
756
|
+
projectSectionViewFiles: "Open folder",
|
|
755
757
|
projectRailCreateProject: "New project",
|
|
756
758
|
projectRailLinkExistingProject: "Link existing project folder",
|
|
757
759
|
removeProject: "Remove",
|
|
@@ -896,7 +898,7 @@ var en = {
|
|
|
896
898
|
referenceWorkspaceFiles: "Reference workspace files",
|
|
897
899
|
referencePicker: {
|
|
898
900
|
clearFilter: "Clear filter",
|
|
899
|
-
confirm: "Use
|
|
901
|
+
confirm: "Use references",
|
|
900
902
|
emptyDirectory: "This folder is empty.",
|
|
901
903
|
emptyPreview: "Select a file to see details",
|
|
902
904
|
emptySearch: "No matching files or folders.",
|
|
@@ -2988,6 +2990,7 @@ var zhCN = {
|
|
|
2988
2990
|
slashStatusContextUnavailable: "\u4E0A\u4E0B\u6587\u7528\u91CF\u4E0D\u53EF\u7528",
|
|
2989
2991
|
slashStatusLimitsUnavailable: "\u5F53\u524D Agent \u672A\u63D0\u4F9B\u989D\u5EA6\u9650\u5236",
|
|
2990
2992
|
usageChipLabel: "\u4E0A\u4E0B\u6587 {{percent}}%",
|
|
2993
|
+
usageTooltipLabel: "\u4E0A\u4E0B\u6587\u7528\u91CF",
|
|
2991
2994
|
usagePopoverTitle: "\u8BA1\u5212\u7528\u91CF",
|
|
2992
2995
|
usageContextWindowLabel: "\u4E0A\u4E0B\u6587\u7A97\u53E3",
|
|
2993
2996
|
usageTokensLabel: "Token \u7528\u91CF",
|
|
@@ -3141,6 +3144,7 @@ var zhCN = {
|
|
|
3141
3144
|
sectionEarlier: "\u66F4\u65E9",
|
|
3142
3145
|
projectSectionEdit: "\u65B0\u5EFA\u4F1A\u8BDD",
|
|
3143
3146
|
projectSectionMoreActions: "\u9879\u76EE\u64CD\u4F5C",
|
|
3147
|
+
projectSectionViewFiles: "\u6253\u5F00\u6587\u4EF6\u5939",
|
|
3144
3148
|
projectRailCreateProject: "\u65B0\u5EFA\u9879\u76EE",
|
|
3145
3149
|
projectRailLinkExistingProject: "\u5173\u8054\u5DF2\u6709\u9879\u76EE\u6587\u4EF6",
|
|
3146
3150
|
removeProject: "\u79FB\u9664",
|
|
@@ -3285,7 +3289,7 @@ var zhCN = {
|
|
|
3285
3289
|
referenceWorkspaceFiles: "\u5F15\u7528\u7A7A\u95F4\u6587\u4EF6",
|
|
3286
3290
|
referencePicker: {
|
|
3287
3291
|
clearFilter: "\u6E05\u9664\u7B5B\u9009",
|
|
3288
|
-
confirm: "\
|
|
3292
|
+
confirm: "\u5F15\u7528\u6587\u4EF6",
|
|
3289
3293
|
emptyDirectory: "\u5F53\u524D\u76EE\u5F55\u4E3A\u7A7A",
|
|
3290
3294
|
emptyPreview: "\u9009\u62E9\u4E00\u4E2A\u6587\u4EF6\u67E5\u770B\u8BE6\u60C5",
|
|
3291
3295
|
emptySearch: "\u6CA1\u6709\u5339\u914D\u7684\u6587\u4EF6\u6216\u6587\u4EF6\u5939",
|
|
@@ -4892,4 +4896,4 @@ export {
|
|
|
4892
4896
|
AgentGuiI18nProvider,
|
|
4893
4897
|
useTranslation
|
|
4894
4898
|
};
|
|
4895
|
-
//# sourceMappingURL=chunk-
|
|
4899
|
+
//# sourceMappingURL=chunk-GLDKFIWM.js.map
|