@tutti-os/agent-gui 0.0.44 → 0.0.45
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 -4
- package/dist/agent-conversation/index.js.map +1 -1
- package/dist/agent-message-center/index.js +17 -11
- package/dist/agent-message-center/index.js.map +1 -1
- package/dist/app/renderer/agentactivity.css +99 -54
- package/dist/{chunk-GMLK2EFU.js → chunk-62QOR3TC.js} +4 -97
- package/dist/chunk-62QOR3TC.js.map +1 -0
- package/dist/{chunk-5UD2YEBX.js → chunk-AMNXH4DJ.js} +47 -14
- package/dist/{chunk-5UD2YEBX.js.map → chunk-AMNXH4DJ.js.map} +1 -1
- package/dist/{chunk-25VZHG6G.js → chunk-CZ7PS3DU.js} +4 -4
- package/dist/{chunk-ZORA4UAT.js → chunk-D6IYEVDT.js} +2 -2
- package/dist/chunk-EIC7XS3C.js +71 -0
- package/dist/chunk-EIC7XS3C.js.map +1 -0
- package/dist/chunk-FJG2EH4V.js +317 -0
- package/dist/chunk-FJG2EH4V.js.map +1 -0
- package/dist/{chunk-J4MU53PH.js → chunk-NZ2BGOJU.js} +2 -2
- package/dist/chunk-OL54R6OL.js +99 -0
- package/dist/chunk-OL54R6OL.js.map +1 -0
- package/dist/{chunk-ZTQKIJ5J.js → chunk-QT45WUPQ.js} +71 -20
- package/dist/chunk-QT45WUPQ.js.map +1 -0
- package/dist/{chunk-SF2PE7M6.js → chunk-UGV6JTWM.js} +4 -4
- package/dist/{chunk-IGXC7NRW.js → chunk-VFQR7AZI.js} +10 -63
- package/dist/chunk-VFQR7AZI.js.map +1 -0
- package/dist/{chunk-64OSXJRE.js → chunk-ZG3WZSMV.js} +2 -2
- package/dist/context-mention-palette/index.js +7 -6
- package/dist/i18n/index.d.ts +2 -2
- package/dist/i18n/index.js +2 -1
- package/dist/index.d.ts +1 -5
- package/dist/index.js +157 -232
- package/dist/index.js.map +1 -1
- package/dist/uiSettings-BQS9r2eo.d.ts +6 -0
- package/dist/workbench/contribution.js +1 -1
- package/dist/workbench/index.d.ts +3 -0
- package/dist/workbench/index.js +13 -2
- package/dist/workbench/sessionTitle.d.ts +28 -0
- package/dist/workbench/sessionTitle.js +14 -0
- package/dist/workbench/sessionTitle.js.map +1 -0
- package/dist/workspace-agent-generated-files.js +3 -2
- package/package.json +19 -12
- package/dist/chunk-GMLK2EFU.js.map +0 -1
- package/dist/chunk-IGXC7NRW.js.map +0 -1
- package/dist/chunk-ZTQKIJ5J.js.map +0 -1
- /package/dist/{chunk-25VZHG6G.js.map → chunk-CZ7PS3DU.js.map} +0 -0
- /package/dist/{chunk-ZORA4UAT.js.map → chunk-D6IYEVDT.js.map} +0 -0
- /package/dist/{chunk-J4MU53PH.js.map → chunk-NZ2BGOJU.js.map} +0 -0
- /package/dist/{chunk-SF2PE7M6.js.map → chunk-UGV6JTWM.js.map} +0 -0
- /package/dist/{chunk-64OSXJRE.js.map → chunk-ZG3WZSMV.js.map} +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
translate,
|
|
3
3
|
useTranslation
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-EIC7XS3C.js";
|
|
5
5
|
import {
|
|
6
6
|
resolveAgentMentionFileThumbnailUrl,
|
|
7
7
|
resolveAgentMentionFileVisualKind
|
|
@@ -1205,4 +1205,4 @@ export {
|
|
|
1205
1205
|
mentionItemToAttrs,
|
|
1206
1206
|
attrsToMentionItem
|
|
1207
1207
|
};
|
|
1208
|
-
//# sourceMappingURL=chunk-
|
|
1208
|
+
//# sourceMappingURL=chunk-ZG3WZSMV.js.map
|
|
@@ -4,12 +4,12 @@ import {
|
|
|
4
4
|
AgentMentionSearchController,
|
|
5
5
|
flattenAgentMentionPaletteEntries,
|
|
6
6
|
groupStartKeys
|
|
7
|
-
} from "../chunk-
|
|
8
|
-
import "../chunk-
|
|
9
|
-
import "../chunk-
|
|
10
|
-
import "../chunk-MTFSQWZ6.js";
|
|
7
|
+
} from "../chunk-UGV6JTWM.js";
|
|
8
|
+
import "../chunk-D6IYEVDT.js";
|
|
9
|
+
import "../chunk-NZ2BGOJU.js";
|
|
11
10
|
import "../chunk-IBIMGLCD.js";
|
|
12
|
-
import "../chunk-
|
|
11
|
+
import "../chunk-MTFSQWZ6.js";
|
|
12
|
+
import "../chunk-ZG3WZSMV.js";
|
|
13
13
|
import "../chunk-Y35GDLP2.js";
|
|
14
14
|
import "../chunk-TXXWUG2J.js";
|
|
15
15
|
import "../chunk-TYGL25EL.js";
|
|
@@ -17,7 +17,8 @@ import {
|
|
|
17
17
|
AGENT_CONTEXT_MENTION_PROVIDER_IDS
|
|
18
18
|
} from "../chunk-JM24HADP.js";
|
|
19
19
|
import "../chunk-GCBDIQDX.js";
|
|
20
|
-
import "../chunk-
|
|
20
|
+
import "../chunk-EIC7XS3C.js";
|
|
21
|
+
import "../chunk-VFQR7AZI.js";
|
|
21
22
|
import "../chunk-LUGELG5V.js";
|
|
22
23
|
import "../chunk-PJP5BUU6.js";
|
|
23
24
|
export {
|
package/dist/i18n/index.d.ts
CHANGED
|
@@ -547,8 +547,8 @@ declare const agentGuiI18nResources: {
|
|
|
547
547
|
readonly empty: "What can {{provider}} help you with?";
|
|
548
548
|
readonly conversations: "Sessions";
|
|
549
549
|
readonly newConversation: "New session";
|
|
550
|
-
readonly agentConfig: "
|
|
551
|
-
readonly agentEnvSetup: "
|
|
550
|
+
readonly agentConfig: "Usage & Environment Check";
|
|
551
|
+
readonly agentEnvSetup: "Environment Check";
|
|
552
552
|
readonly noConversations: "No sessions yet";
|
|
553
553
|
readonly emptyProjectConversations: "No chats yet";
|
|
554
554
|
readonly batchRunnerStandaloneTitle: "Agent GUI batch runner";
|
package/dist/i18n/index.js
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ import { h as AgentProbeSnapshot, A as AgentGUINodeViewModel, f as AgentMessageM
|
|
|
9
9
|
export { b as AgentHostApi, d as AgentHostRuntimeApi, e as AgentHostSelectFilesInput, g as AgentProbeProvider, i as AgentProviderProbeListInput, j as AgentProviderProbeListResult, k as AgentUsageQuota, l as AgentUsageSnapshot, P as PersistWriteResult, R as ReadWorkspaceAgentReadStateInput, W as WorkspaceAgentReadStateSnapshot, m as WriteWorkspaceAgentReadStateInput } from './AgentMessageMarkdown-Cts0dAIm.js';
|
|
10
10
|
import { ReferenceLocateTarget, WorkspaceFileReferenceAdapter, WorkspaceFileReference } from '@tutti-os/workspace-file-reference/contracts';
|
|
11
11
|
import { ReferenceSourceAggregator } from '@tutti-os/workspace-file-reference/core';
|
|
12
|
+
import { U as UiLanguage, a as UiTheme } from './uiSettings-BQS9r2eo.js';
|
|
12
13
|
import { W as WorkspaceLinkAction } from './workspaceLinkActions-C6POH38D.js';
|
|
13
14
|
import { A as AgentContextMentionItem } from './AgentMentionSearchController-D5ks45fN.js';
|
|
14
15
|
export { p as preloadAgentMentionBrowse } from './AgentMentionSearchController-D5ks45fN.js';
|
|
@@ -48,11 +49,6 @@ type AgentCustomModelOptionsByProvider<TProvider extends string> = Record<TProvi
|
|
|
48
49
|
|
|
49
50
|
type FocusNodeTargetZoom = number;
|
|
50
51
|
|
|
51
|
-
declare const UI_LANGUAGES: readonly ["en", "zh-CN"];
|
|
52
|
-
type UiLanguage = (typeof UI_LANGUAGES)[number];
|
|
53
|
-
declare const UI_THEMES: readonly ["system", "light", "dark"];
|
|
54
|
-
type UiTheme = (typeof UI_THEMES)[number];
|
|
55
|
-
|
|
56
52
|
declare const COMMAND_IDS: readonly ["commandCenter.toggle", "app.togglePrimarySidebar", "workspaceCanvas.createTerminal"];
|
|
57
53
|
type CommandId = (typeof COMMAND_IDS)[number];
|
|
58
54
|
type KeyChord = {
|