@tutti-os/agent-gui 0.0.44 → 0.0.46

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.
Files changed (49) hide show
  1. package/dist/agent-conversation/index.js +5 -4
  2. package/dist/agent-conversation/index.js.map +1 -1
  3. package/dist/agent-message-center/index.js +17 -11
  4. package/dist/agent-message-center/index.js.map +1 -1
  5. package/dist/app/renderer/agentactivity.css +154 -69
  6. package/dist/{chunk-GMLK2EFU.js → chunk-62QOR3TC.js} +4 -97
  7. package/dist/chunk-62QOR3TC.js.map +1 -0
  8. package/dist/{chunk-5UD2YEBX.js → chunk-AMNXH4DJ.js} +47 -14
  9. package/dist/{chunk-5UD2YEBX.js.map → chunk-AMNXH4DJ.js.map} +1 -1
  10. package/dist/{chunk-25VZHG6G.js → chunk-BAQTM6VS.js} +15 -6
  11. package/dist/chunk-BAQTM6VS.js.map +1 -0
  12. package/dist/{chunk-ZORA4UAT.js → chunk-D6IYEVDT.js} +2 -2
  13. package/dist/chunk-EIC7XS3C.js +71 -0
  14. package/dist/chunk-EIC7XS3C.js.map +1 -0
  15. package/dist/chunk-FJG2EH4V.js +317 -0
  16. package/dist/chunk-FJG2EH4V.js.map +1 -0
  17. package/dist/{chunk-64OSXJRE.js → chunk-FRG36S6N.js} +26 -7
  18. package/dist/chunk-FRG36S6N.js.map +1 -0
  19. package/dist/{chunk-J4MU53PH.js → chunk-NZ2BGOJU.js} +2 -2
  20. package/dist/chunk-OL54R6OL.js +99 -0
  21. package/dist/chunk-OL54R6OL.js.map +1 -0
  22. package/dist/{chunk-ZTQKIJ5J.js → chunk-QT45WUPQ.js} +71 -20
  23. package/dist/chunk-QT45WUPQ.js.map +1 -0
  24. package/dist/{chunk-IGXC7NRW.js → chunk-VFQR7AZI.js} +10 -63
  25. package/dist/chunk-VFQR7AZI.js.map +1 -0
  26. package/dist/{chunk-SF2PE7M6.js → chunk-ZJ7OSY4T.js} +4 -4
  27. package/dist/context-mention-palette/index.js +7 -6
  28. package/dist/i18n/index.d.ts +2 -2
  29. package/dist/i18n/index.js +2 -1
  30. package/dist/index.d.ts +1 -5
  31. package/dist/index.js +321 -245
  32. package/dist/index.js.map +1 -1
  33. package/dist/uiSettings-BQS9r2eo.d.ts +6 -0
  34. package/dist/workbench/contribution.js +1 -1
  35. package/dist/workbench/index.d.ts +3 -0
  36. package/dist/workbench/index.js +13 -2
  37. package/dist/workbench/sessionTitle.d.ts +28 -0
  38. package/dist/workbench/sessionTitle.js +14 -0
  39. package/dist/workbench/sessionTitle.js.map +1 -0
  40. package/dist/workspace-agent-generated-files.js +3 -2
  41. package/package.json +21 -14
  42. package/dist/chunk-25VZHG6G.js.map +0 -1
  43. package/dist/chunk-64OSXJRE.js.map +0 -1
  44. package/dist/chunk-GMLK2EFU.js.map +0 -1
  45. package/dist/chunk-IGXC7NRW.js.map +0 -1
  46. package/dist/chunk-ZTQKIJ5J.js.map +0 -1
  47. /package/dist/{chunk-ZORA4UAT.js.map → chunk-D6IYEVDT.js.map} +0 -0
  48. /package/dist/{chunk-J4MU53PH.js.map → chunk-NZ2BGOJU.js.map} +0 -0
  49. /package/dist/{chunk-SF2PE7M6.js.map → chunk-ZJ7OSY4T.js.map} +0 -0
@@ -3,10 +3,10 @@ import {
3
3
  managedAgentRoundedIconUrl,
4
4
  userAvatarPlaceholderUrl,
5
5
  workspaceAgentActivityStatusLabel
6
- } from "./chunk-J4MU53PH.js";
6
+ } from "./chunk-NZ2BGOJU.js";
7
7
  import {
8
8
  normalizeAgentSessionMentionTitle
9
- } from "./chunk-64OSXJRE.js";
9
+ } from "./chunk-FRG36S6N.js";
10
10
  import {
11
11
  getOptionalAgentHostApi
12
12
  } from "./chunk-TXXWUG2J.js";
@@ -15,7 +15,7 @@ import {
15
15
  } from "./chunk-JM24HADP.js";
16
16
  import {
17
17
  translate
18
- } from "./chunk-IGXC7NRW.js";
18
+ } from "./chunk-EIC7XS3C.js";
19
19
  import {
20
20
  resolveAgentMentionFileThumbnailUrl,
21
21
  resolveAgentMentionFileVisualKind
@@ -2134,4 +2134,4 @@ export {
2134
2134
  AgentFileMentionPalette,
2135
2135
  AgentContextMentionPalette
2136
2136
  };
2137
- //# sourceMappingURL=chunk-SF2PE7M6.js.map
2137
+ //# sourceMappingURL=chunk-ZJ7OSY4T.js.map
@@ -4,12 +4,12 @@ import {
4
4
  AgentMentionSearchController,
5
5
  flattenAgentMentionPaletteEntries,
6
6
  groupStartKeys
7
- } from "../chunk-SF2PE7M6.js";
8
- import "../chunk-ZORA4UAT.js";
9
- import "../chunk-J4MU53PH.js";
10
- import "../chunk-MTFSQWZ6.js";
7
+ } from "../chunk-ZJ7OSY4T.js";
8
+ import "../chunk-D6IYEVDT.js";
9
+ import "../chunk-NZ2BGOJU.js";
11
10
  import "../chunk-IBIMGLCD.js";
12
- import "../chunk-64OSXJRE.js";
11
+ import "../chunk-MTFSQWZ6.js";
12
+ import "../chunk-FRG36S6N.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-IGXC7NRW.js";
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 {
@@ -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: "Settings";
551
- readonly agentEnvSetup: "Usage & Environment Check";
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";
@@ -6,7 +6,8 @@ import {
6
6
  translate,
7
7
  translateInUiLanguage,
8
8
  useTranslation
9
- } from "../chunk-IGXC7NRW.js";
9
+ } from "../chunk-EIC7XS3C.js";
10
+ import "../chunk-VFQR7AZI.js";
10
11
  export {
11
12
  AgentGuiI18nProvider,
12
13
  agentGuiI18nModule,
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 = {