@tutti-os/agent-gui 0.0.150 → 0.0.151

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 (56) hide show
  1. package/dist/{AgentRichTextReadonly-GZSB6LJS.js → AgentRichTextReadonly-WVZ65VON.js} +7 -7
  2. package/dist/agent-conversation/index.js +9 -9
  3. package/dist/agent-gui.js +19 -18
  4. package/dist/agent-message-center/index.js +8 -8
  5. package/dist/chunk-3EMKK6BN.js +24 -0
  6. package/dist/chunk-3EMKK6BN.js.map +1 -0
  7. package/dist/{chunk-RXOGBOK6.js → chunk-3IOQ3IOJ.js} +2 -2
  8. package/dist/{chunk-MX2NPLCN.js → chunk-5D7HTLUA.js} +4 -4
  9. package/dist/{chunk-RBY6GQ2Q.js → chunk-6R2UNGNY.js} +5 -5
  10. package/dist/{chunk-DXT4W2SU.js → chunk-AZQRB56U.js} +4 -4
  11. package/dist/{chunk-D3VWQTDH.js → chunk-BCIAEN7N.js} +2 -2
  12. package/dist/{chunk-LWXHBRDO.js → chunk-MVXJDVDT.js} +28 -34
  13. package/dist/chunk-MVXJDVDT.js.map +1 -0
  14. package/dist/{chunk-3CZYC2YN.js → chunk-O2P5ODPK.js} +6 -6
  15. package/dist/{chunk-ZF65NZ4B.js → chunk-PRFWB2BT.js} +18 -18
  16. package/dist/{chunk-E27CQCLN.js → chunk-RD4EDLVU.js} +3 -3
  17. package/dist/{chunk-JNC4FCUV.js → chunk-UMTEWNPP.js} +2 -2
  18. package/dist/{chunk-EDNJMG5T.js → chunk-UTJKC2LY.js} +4 -4
  19. package/dist/{chunk-S2D4NNEB.js → chunk-VI6H5PTQ.js} +3 -1
  20. package/dist/chunk-VI6H5PTQ.js.map +1 -0
  21. package/dist/{chunk-Q2WMHYIB.js → chunk-XSW565MM.js} +2 -2
  22. package/dist/{chunk-OEC2IIWG.js → chunk-XZUMGJ67.js} +4 -4
  23. package/dist/{chunk-OWJ7Q2DJ.js → chunk-YNF74LPO.js} +2 -2
  24. package/dist/{chunk-HMSN264L.js → chunk-ZVD6KIXC.js} +4 -4
  25. package/dist/context-mention-palette/index.js +9 -9
  26. package/dist/dock-icons.js +2 -2
  27. package/dist/i18n/index.d.ts +2 -0
  28. package/dist/i18n/index.js +2 -2
  29. package/dist/index.d.ts +2 -0
  30. package/dist/index.js +19 -18
  31. package/dist/index.js.map +1 -1
  32. package/dist/mention-search.js +7 -7
  33. package/dist/workbench/contribution.js +6 -6
  34. package/dist/workbench/index.js +17 -17
  35. package/dist/workbench/sessionTitle.js +2 -2
  36. package/dist/workspace-settings-panel.d.ts +38 -0
  37. package/dist/workspace-settings-panel.js +11 -0
  38. package/dist/workspace-settings-panel.js.map +1 -0
  39. package/package.json +17 -13
  40. package/dist/chunk-LWXHBRDO.js.map +0 -1
  41. package/dist/chunk-S2D4NNEB.js.map +0 -1
  42. /package/dist/{AgentRichTextReadonly-GZSB6LJS.js.map → AgentRichTextReadonly-WVZ65VON.js.map} +0 -0
  43. /package/dist/{chunk-RXOGBOK6.js.map → chunk-3IOQ3IOJ.js.map} +0 -0
  44. /package/dist/{chunk-MX2NPLCN.js.map → chunk-5D7HTLUA.js.map} +0 -0
  45. /package/dist/{chunk-RBY6GQ2Q.js.map → chunk-6R2UNGNY.js.map} +0 -0
  46. /package/dist/{chunk-DXT4W2SU.js.map → chunk-AZQRB56U.js.map} +0 -0
  47. /package/dist/{chunk-D3VWQTDH.js.map → chunk-BCIAEN7N.js.map} +0 -0
  48. /package/dist/{chunk-3CZYC2YN.js.map → chunk-O2P5ODPK.js.map} +0 -0
  49. /package/dist/{chunk-ZF65NZ4B.js.map → chunk-PRFWB2BT.js.map} +0 -0
  50. /package/dist/{chunk-E27CQCLN.js.map → chunk-RD4EDLVU.js.map} +0 -0
  51. /package/dist/{chunk-JNC4FCUV.js.map → chunk-UMTEWNPP.js.map} +0 -0
  52. /package/dist/{chunk-EDNJMG5T.js.map → chunk-UTJKC2LY.js.map} +0 -0
  53. /package/dist/{chunk-Q2WMHYIB.js.map → chunk-XSW565MM.js.map} +0 -0
  54. /package/dist/{chunk-OEC2IIWG.js.map → chunk-XZUMGJ67.js.map} +0 -0
  55. /package/dist/{chunk-OWJ7Q2DJ.js.map → chunk-YNF74LPO.js.map} +0 -0
  56. /package/dist/{chunk-HMSN264L.js.map → chunk-ZVD6KIXC.js.map} +0 -0
@@ -2,7 +2,7 @@ import {
2
2
  AgentRichTextReadonly,
3
3
  promptForProviderSkills,
4
4
  skillTriggerForPrefix
5
- } from "./chunk-JNC4FCUV.js";
5
+ } from "./chunk-UMTEWNPP.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-E27CQCLN.js";
30
+ } from "./chunk-RD4EDLVU.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-MX2NPLCN.js";
50
+ } from "./chunk-5D7HTLUA.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-RXOGBOK6.js";
58
+ } from "./chunk-3IOQ3IOJ.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-OWJ7Q2DJ.js";
68
+ } from "./chunk-YNF74LPO.js";
69
69
  import {
70
70
  normalizeAgentTitleText
71
71
  } from "./chunk-MIJXEELH.js";
@@ -14869,4 +14869,4 @@ export {
14869
14869
  AgentConversationFlow,
14870
14870
  useProjectedAgentConversation
14871
14871
  };
14872
- //# sourceMappingURL=chunk-3CZYC2YN.js.map
14872
+ //# sourceMappingURL=chunk-O2P5ODPK.js.map
@@ -1,45 +1,45 @@
1
- import {
2
- agentGuiWorkbenchDockIdentityFromIdentifier,
3
- agentGuiWorkbenchTypeId,
4
- agentGuiWorkbenchUnifiedDockEntryId,
5
- createAgentGuiWorkbenchLaunchDescriptor
6
- } from "./chunk-TUWQV2MC.js";
7
- import {
8
- resolveAgentGUIConversationBrowserFreeTitle,
9
- resolveAgentGUIConversationTitleDisplayPrompt,
10
- resolveAgentGuiWorkbenchHeaderTitle,
11
- resolveAgentGuiWorkbenchSessionTitle
12
- } from "./chunk-Q2WMHYIB.js";
13
1
  import {
14
2
  createAgentGuiWorkbenchNodeStateSource,
15
3
  migrateLegacyAgentGuiWorkbenchState,
16
4
  normalizeAgentGuiWorkbenchNodeState,
17
5
  normalizeAgentGuiWorkbenchState
18
6
  } from "./chunk-5HIF53K5.js";
7
+ import {
8
+ agentGuiWorkbenchDockIdentityFromIdentifier,
9
+ agentGuiWorkbenchTypeId,
10
+ agentGuiWorkbenchUnifiedDockEntryId,
11
+ createAgentGuiWorkbenchLaunchDescriptor
12
+ } from "./chunk-TUWQV2MC.js";
19
13
  import {
20
14
  agentGuiWorkbenchDefaultDockProviders,
21
15
  isAgentGuiWorkbenchProvider,
22
16
  resolveAgentGuiWorkbenchProviderLabel
23
17
  } from "./chunk-R2ZADXRB.js";
18
+ import {
19
+ resolveAgentGUIConversationBrowserFreeTitle,
20
+ resolveAgentGUIConversationTitleDisplayPrompt,
21
+ resolveAgentGuiWorkbenchHeaderTitle,
22
+ resolveAgentGuiWorkbenchSessionTitle
23
+ } from "./chunk-XSW565MM.js";
24
24
  import {
25
25
  normalizeAgentGUIAgents,
26
26
  projectAgentGUIAgentsToTargets
27
27
  } from "./chunk-66JZ7BQM.js";
28
28
  import {
29
29
  agentGuiDockIconUrls
30
- } from "./chunk-DXT4W2SU.js";
30
+ } from "./chunk-AZQRB56U.js";
31
31
  import {
32
32
  useEngineSelector
33
33
  } from "./chunk-2RQM7PJN.js";
34
34
  import {
35
35
  normalizeManagedAgentProvider
36
36
  } from "./chunk-7KVZPJ3O.js";
37
- import {
38
- resolveAgentGUIProviderCatalogIdentity
39
- } from "./chunk-6CUELYIF.js";
40
37
  import {
41
38
  resolveProviderIconAsset
42
39
  } from "./chunk-QMMWKQOT.js";
40
+ import {
41
+ resolveAgentGUIProviderCatalogIdentity
42
+ } from "./chunk-6CUELYIF.js";
43
43
 
44
44
  // workbench/contribution.ts
45
45
  import { createElement as createElement3 } from "react";
@@ -396,7 +396,7 @@ function stopPointerPropagation(event) {
396
396
 
397
397
  // workbench/header.ts
398
398
  var LazyAgentRichTextReadonly = lazy(
399
- () => import("./AgentRichTextReadonly-GZSB6LJS.js").then((module) => ({
399
+ () => import("./AgentRichTextReadonly-WVZ65VON.js").then((module) => ({
400
400
  default: module.AgentRichTextReadonly
401
401
  }))
402
402
  );
@@ -1639,4 +1639,4 @@ export {
1639
1639
  AGENT_GUI_WORKBENCH_OPEN_EXTERNAL_IMPORT_EVENT,
1640
1640
  createAgentGuiWorkbenchContribution
1641
1641
  };
1642
- //# sourceMappingURL=chunk-ZF65NZ4B.js.map
1642
+ //# sourceMappingURL=chunk-PRFWB2BT.js.map
@@ -7,11 +7,11 @@ import {
7
7
  } from "./chunk-FGLQZ6I4.js";
8
8
  import {
9
9
  managedAgentRoundedIconUrl
10
- } from "./chunk-EDNJMG5T.js";
10
+ } from "./chunk-UTJKC2LY.js";
11
11
  import {
12
12
  translate,
13
13
  useTranslation
14
- } from "./chunk-OWJ7Q2DJ.js";
14
+ } from "./chunk-YNF74LPO.js";
15
15
  import {
16
16
  getAgentCustomMentionKind
17
17
  } from "./chunk-D2JUDUYY.js";
@@ -1810,4 +1810,4 @@ export {
1810
1810
  exitAgentFileMentionSuggestion,
1811
1811
  createAgentFileMentionExtension
1812
1812
  };
1813
- //# sourceMappingURL=chunk-E27CQCLN.js.map
1813
+ //# sourceMappingURL=chunk-RD4EDLVU.js.map
@@ -5,7 +5,7 @@ import {
5
5
  formatAgentMentionMarkdown,
6
6
  mentionItemToAttrs,
7
7
  parseAgentMentionMarkdown
8
- } from "./chunk-E27CQCLN.js";
8
+ } from "./chunk-RD4EDLVU.js";
9
9
  import {
10
10
  cn,
11
11
  resolveAgentTargetPresentation,
@@ -753,4 +753,4 @@ export {
753
753
  agentRichTextContentToPromptText,
754
754
  AgentRichTextReadonly
755
755
  };
756
- //# sourceMappingURL=chunk-JNC4FCUV.js.map
756
+ //# sourceMappingURL=chunk-UMTEWNPP.js.map
@@ -1,13 +1,13 @@
1
1
  import {
2
2
  normalizeManagedAgentProvider
3
3
  } from "./chunk-7KVZPJ3O.js";
4
- import {
5
- migratedAgentGUIProviderIdentityCatalog
6
- } from "./chunk-6CUELYIF.js";
7
4
  import {
8
5
  agentColorfulUrl,
9
6
  createProviderIconUrlMap
10
7
  } from "./chunk-QMMWKQOT.js";
8
+ import {
9
+ migratedAgentGUIProviderIdentityCatalog
10
+ } from "./chunk-6CUELYIF.js";
11
11
 
12
12
  // shared/managedAgentIcons.ts
13
13
  var managedAgentPresentationIconAliases = {
@@ -39,4 +39,4 @@ export {
39
39
  MANAGED_AGENT_ICON_FALLBACK_URL,
40
40
  managedAgentRoundedIconUrl
41
41
  };
42
- //# sourceMappingURL=chunk-EDNJMG5T.js.map
42
+ //# sourceMappingURL=chunk-UTJKC2LY.js.map
@@ -128,6 +128,7 @@ var enAgentGui = {
128
128
  },
129
129
  targetSetupChecking: "Checking local and Tutti-managed runtimes\u2026",
130
130
  targetSetupInstall: "Install runtime",
131
+ targetSetupReinstall: "Reinstall runtime",
131
132
  targetSetupStarting: "Starting installation\u2026",
132
133
  targetSetupAuthMethod: "Sign-in method",
133
134
  targetSetupAuthenticate: "Continue to sign in",
@@ -2767,6 +2768,7 @@ var zhCNAgentGui = {
2767
2768
  },
2768
2769
  targetSetupChecking: "\u6B63\u5728\u68C0\u6D4B\u672C\u5730\u548C Tutti \u6258\u7BA1\u8FD0\u884C\u65F6\u2026",
2769
2770
  targetSetupInstall: "\u5B89\u88C5\u8FD0\u884C\u65F6",
2771
+ targetSetupReinstall: "\u91CD\u65B0\u5B89\u88C5\u8FD0\u884C\u65F6",
2770
2772
  targetSetupStarting: "\u6B63\u5728\u542F\u52A8\u5B89\u88C5\u2026",
2771
2773
  targetSetupAuthMethod: "\u767B\u5F55\u65B9\u5F0F",
2772
2774
  targetSetupAuthenticate: "\u7EE7\u7EED\u767B\u5F55",
@@ -5340,4 +5342,4 @@ export {
5340
5342
  translateInUiLanguage,
5341
5343
  getActiveUiLanguage
5342
5344
  };
5343
- //# sourceMappingURL=chunk-S2D4NNEB.js.map
5345
+ //# sourceMappingURL=chunk-VI6H5PTQ.js.map