@tutti-os/agent-gui 0.0.81 → 0.0.83

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 (47) hide show
  1. package/dist/agent-conversation/index.js +7 -7
  2. package/dist/agent-message-center/index.js +9 -9
  3. package/dist/app/renderer/agentactivity.css +1 -3
  4. package/dist/app/renderer/assets/icons/agents/agent-colorful.png +0 -0
  5. package/dist/app/renderer/assets/icons/agents/cursor-colorful.png +0 -0
  6. package/dist/app/renderer/assets/icons/agents/opencode-rounded.png +0 -0
  7. package/dist/app/renderer/assets/icons/agents/provider-rail-opencode-colorful.png +0 -0
  8. package/dist/{chunk-AIYGF64O.js → chunk-3355GEBI.js} +2 -2
  9. package/dist/{chunk-PVLUSXH5.js → chunk-6YLA7R4S.js} +2 -2
  10. package/dist/{chunk-Z7KHS6LK.js → chunk-A2JPL5N6.js} +2 -2
  11. package/dist/{chunk-5WZEOARY.js → chunk-AA75BOX3.js} +3 -1
  12. package/dist/chunk-AA75BOX3.js.map +1 -0
  13. package/dist/{chunk-5BFYTHJB.js → chunk-CVPWQHQH.js} +2 -2
  14. package/dist/{chunk-YXFKEOEI.js → chunk-CXJEQQR5.js} +3 -3
  15. package/dist/{chunk-4SARLGMK.js → chunk-DBIJRSFG.js} +2 -2
  16. package/dist/{chunk-PGQ3RUPL.js → chunk-HUNUSBQQ.js} +3 -3
  17. package/dist/{chunk-RIRFNGPB.js → chunk-LR4FA5X6.js} +2 -2
  18. package/dist/{chunk-T56L2H2H.js → chunk-MQ6WW3CD.js} +2 -2
  19. package/dist/{chunk-7BMLQJMI.js → chunk-N7EX6XK3.js} +4 -4
  20. package/dist/{chunk-Z6YBAL2O.js → chunk-UNLTQUPO.js} +5 -5
  21. package/dist/{chunk-RAFZ2LKU.js → chunk-XCO6DDLR.js} +5 -5
  22. package/dist/{chunk-SYWMKIRW.js → chunk-XDV4ZRVK.js} +5 -5
  23. package/dist/context-mention-palette/index.js +8 -8
  24. package/dist/i18n/index.d.ts +2 -0
  25. package/dist/i18n/index.js +2 -2
  26. package/dist/index.d.ts +1 -0
  27. package/dist/index.js +224 -50
  28. package/dist/index.js.map +1 -1
  29. package/dist/workbench/contribution.js +2 -2
  30. package/dist/workbench/index.js +5 -5
  31. package/dist/workbench/sessionTitle.js +3 -3
  32. package/dist/workspace-agent-generated-files.js +3 -3
  33. package/package.json +12 -12
  34. package/dist/chunk-5WZEOARY.js.map +0 -1
  35. /package/dist/{chunk-AIYGF64O.js.map → chunk-3355GEBI.js.map} +0 -0
  36. /package/dist/{chunk-PVLUSXH5.js.map → chunk-6YLA7R4S.js.map} +0 -0
  37. /package/dist/{chunk-Z7KHS6LK.js.map → chunk-A2JPL5N6.js.map} +0 -0
  38. /package/dist/{chunk-5BFYTHJB.js.map → chunk-CVPWQHQH.js.map} +0 -0
  39. /package/dist/{chunk-YXFKEOEI.js.map → chunk-CXJEQQR5.js.map} +0 -0
  40. /package/dist/{chunk-4SARLGMK.js.map → chunk-DBIJRSFG.js.map} +0 -0
  41. /package/dist/{chunk-PGQ3RUPL.js.map → chunk-HUNUSBQQ.js.map} +0 -0
  42. /package/dist/{chunk-RIRFNGPB.js.map → chunk-LR4FA5X6.js.map} +0 -0
  43. /package/dist/{chunk-T56L2H2H.js.map → chunk-MQ6WW3CD.js.map} +0 -0
  44. /package/dist/{chunk-7BMLQJMI.js.map → chunk-N7EX6XK3.js.map} +0 -0
  45. /package/dist/{chunk-Z6YBAL2O.js.map → chunk-UNLTQUPO.js.map} +0 -0
  46. /package/dist/{chunk-RAFZ2LKU.js.map → chunk-XCO6DDLR.js.map} +0 -0
  47. /package/dist/{chunk-SYWMKIRW.js.map → chunk-XDV4ZRVK.js.map} +0 -0
@@ -5,11 +5,11 @@ import {
5
5
  import {
6
6
  getAgentCustomMentionKind,
7
7
  managedAgentRoundedIconUrl
8
- } from "./chunk-RIRFNGPB.js";
8
+ } from "./chunk-LR4FA5X6.js";
9
9
  import {
10
10
  translate,
11
11
  useTranslation
12
- } from "./chunk-T56L2H2H.js";
12
+ } from "./chunk-MQ6WW3CD.js";
13
13
 
14
14
  // agent-gui/agentGuiNode/agentRichText/agentFileMentionExtension.ts
15
15
  import { mergeAttributes, Node } from "@tiptap/core";
@@ -1568,4 +1568,4 @@ export {
1568
1568
  mentionItemToAttrs,
1569
1569
  attrsToMentionItem
1570
1570
  };
1571
- //# sourceMappingURL=chunk-YXFKEOEI.js.map
1571
+ //# sourceMappingURL=chunk-CXJEQQR5.js.map
@@ -30,7 +30,7 @@ import {
30
30
  openclawRoundedUrl,
31
31
  opencodeRoundedUrl,
32
32
  tuttiAgentRoundedUrl
33
- } from "./chunk-SYWMKIRW.js";
33
+ } from "./chunk-XDV4ZRVK.js";
34
34
 
35
35
  // workbench/contribution.ts
36
36
  import { createElement as createElement2 } from "react";
@@ -1231,4 +1231,4 @@ export {
1231
1231
  resolveAgentGuiWorkbenchDefaultLaunchFrame,
1232
1232
  resolveAgentGuiWorkbenchContributionCopy
1233
1233
  };
1234
- //# sourceMappingURL=chunk-4SARLGMK.js.map
1234
+ //# sourceMappingURL=chunk-DBIJRSFG.js.map
@@ -3,11 +3,11 @@ import {
3
3
  getOptionalAgentHostApi,
4
4
  managedAgentRoundedIconUrl,
5
5
  useOptionalAgentHostApi
6
- } from "./chunk-RIRFNGPB.js";
6
+ } from "./chunk-LR4FA5X6.js";
7
7
  import {
8
8
  translate,
9
9
  useTranslation
10
- } from "./chunk-T56L2H2H.js";
10
+ } from "./chunk-MQ6WW3CD.js";
11
11
  import {
12
12
  resolveAgentWorkspaceFileVisualKind
13
13
  } from "./chunk-PJP5BUU6.js";
@@ -3845,4 +3845,4 @@ export {
3845
3845
  CustomScrollArea,
3846
3846
  MessageSquareMoreIcon
3847
3847
  };
3848
- //# sourceMappingURL=chunk-PGQ3RUPL.js.map
3848
+ //# sourceMappingURL=chunk-HUNUSBQQ.js.map
@@ -22,7 +22,7 @@ import {
22
22
  providerRailOpenCodeColorfulUrl,
23
23
  providerRailTuttiUrl,
24
24
  tuttiDocRoundedUrl
25
- } from "./chunk-SYWMKIRW.js";
25
+ } from "./chunk-XDV4ZRVK.js";
26
26
 
27
27
  // shared/agentCustomMentionKinds.ts
28
28
  var registry = /* @__PURE__ */ new Map();
@@ -365,4 +365,4 @@ export {
365
365
  MANAGED_AGENT_ICON_FALLBACK_URL,
366
366
  managedAgentRoundedIconUrl
367
367
  };
368
- //# sourceMappingURL=chunk-RIRFNGPB.js.map
368
+ //# sourceMappingURL=chunk-LR4FA5X6.js.map
@@ -6,7 +6,7 @@ import {
6
6
  setCurrentAgentGuiI18nRuntime,
7
7
  translate,
8
8
  translateInUiLanguage
9
- } from "./chunk-5WZEOARY.js";
9
+ } from "./chunk-AA75BOX3.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-T56L2H2H.js.map
71
+ //# sourceMappingURL=chunk-MQ6WW3CD.js.map
@@ -7,14 +7,14 @@ import {
7
7
  AgentGUIConversation_styles_default,
8
8
  MessageSquareMoreIcon,
9
9
  extractAgentMcpToolTarget
10
- } from "./chunk-PGQ3RUPL.js";
10
+ } from "./chunk-HUNUSBQQ.js";
11
11
  import {
12
12
  getOptionalAgentHostApi,
13
13
  useOptionalAgentHostApi
14
- } from "./chunk-RIRFNGPB.js";
14
+ } from "./chunk-LR4FA5X6.js";
15
15
  import {
16
16
  translate
17
- } from "./chunk-T56L2H2H.js";
17
+ } from "./chunk-MQ6WW3CD.js";
18
18
 
19
19
  // shared/agentConversation/approvalOptionPresentation.ts
20
20
  function approvalOptionDisplayLabel(option, intent = {}) {
@@ -1172,4 +1172,4 @@ export {
1172
1172
  isPromptRequestIdTitle,
1173
1173
  AgentInteractivePromptSurface
1174
1174
  };
1175
- //# sourceMappingURL=chunk-7BMLQJMI.js.map
1175
+ //# sourceMappingURL=chunk-N7EX6XK3.js.map
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  userAvatarPlaceholderUrl,
3
3
  workspaceAgentActivityStatusLabel
4
- } from "./chunk-5BFYTHJB.js";
4
+ } from "./chunk-CVPWQHQH.js";
5
5
  import {
6
6
  normalizeAgentSessionMentionTitle
7
- } from "./chunk-YXFKEOEI.js";
7
+ } from "./chunk-CXJEQQR5.js";
8
8
  import {
9
9
  resolveAgentMentionFileThumbnailUrl,
10
10
  resolveAgentMentionFileVisualKind
@@ -12,10 +12,10 @@ import {
12
12
  import {
13
13
  getOptionalAgentHostApi,
14
14
  managedAgentRoundedIconUrl
15
- } from "./chunk-RIRFNGPB.js";
15
+ } from "./chunk-LR4FA5X6.js";
16
16
  import {
17
17
  translate
18
- } from "./chunk-T56L2H2H.js";
18
+ } from "./chunk-MQ6WW3CD.js";
19
19
  import {
20
20
  AGENT_CONTEXT_MENTION_PROVIDER_IDS
21
21
  } from "./chunk-JM24HADP.js";
@@ -2195,4 +2195,4 @@ export {
2195
2195
  AgentFileMentionPalette,
2196
2196
  AgentContextMentionPalette
2197
2197
  };
2198
- //# sourceMappingURL=chunk-Z6YBAL2O.js.map
2198
+ //# sourceMappingURL=chunk-UNLTQUPO.js.map
@@ -15,7 +15,7 @@ import {
15
15
  resolveWorkspaceFilePathCandidate,
16
16
  resolveWorkspaceLinkAction,
17
17
  useAgentTargetPresentations
18
- } from "./chunk-PGQ3RUPL.js";
18
+ } from "./chunk-HUNUSBQQ.js";
19
19
  import {
20
20
  classifyFailedAgentMessage,
21
21
  openAgentEnvPanel,
@@ -28,7 +28,7 @@ import {
28
28
  formatAgentMentionMarkdown,
29
29
  mentionItemToAttrs,
30
30
  parseAgentMentionMarkdown
31
- } from "./chunk-YXFKEOEI.js";
31
+ } from "./chunk-CXJEQQR5.js";
32
32
  import {
33
33
  fileChangeCountFromChanges,
34
34
  fileChangeEntriesFromChanges,
@@ -38,14 +38,14 @@ import {
38
38
  import {
39
39
  getOptionalAgentActivityRuntime,
40
40
  useOptionalAgentHostApi
41
- } from "./chunk-RIRFNGPB.js";
41
+ } from "./chunk-LR4FA5X6.js";
42
42
  import {
43
43
  workspaceAgentProviderLabel
44
44
  } from "./chunk-4HP6V2YA.js";
45
45
  import {
46
46
  getActiveUiLanguage,
47
47
  translate
48
- } from "./chunk-T56L2H2H.js";
48
+ } from "./chunk-MQ6WW3CD.js";
49
49
 
50
50
  // agent-gui/agentGuiNode/model/agentGuiNodeTypes.ts
51
51
  var AGENT_PASTED_TEXT_BLOCK_KIND = "pasted-text";
@@ -15479,4 +15479,4 @@ export {
15479
15479
  AgentConversationFlow,
15480
15480
  useProjectedAgentConversation
15481
15481
  };
15482
- //# sourceMappingURL=chunk-RAFZ2LKU.js.map
15482
+ //# sourceMappingURL=chunk-XCO6DDLR.js.map