@tutti-os/agent-gui 0.0.81 → 0.0.82
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 -5
- package/dist/agent-message-center/index.js +4 -4
- package/dist/app/renderer/agentactivity.css +1 -3
- package/dist/app/renderer/assets/icons/agents/agent-colorful.png +0 -0
- package/dist/app/renderer/assets/icons/agents/cursor-colorful.png +0 -0
- package/dist/app/renderer/assets/icons/agents/opencode-rounded.png +0 -0
- package/dist/app/renderer/assets/icons/agents/provider-rail-opencode-colorful.png +0 -0
- package/dist/{chunk-YXFKEOEI.js → chunk-3PB2FL74.js} +2 -2
- package/dist/{chunk-RAFZ2LKU.js → chunk-CCJUGHQQ.js} +4 -4
- package/dist/{chunk-4SARLGMK.js → chunk-DBIJRSFG.js} +2 -2
- package/dist/{chunk-PGQ3RUPL.js → chunk-FYSYKWN6.js} +2 -2
- package/dist/{chunk-Z6YBAL2O.js → chunk-GE4CCOWC.js} +3 -3
- package/dist/{chunk-RIRFNGPB.js → chunk-LR4FA5X6.js} +2 -2
- package/dist/{chunk-7BMLQJMI.js → chunk-U4F3VJ5C.js} +3 -3
- package/dist/{chunk-SYWMKIRW.js → chunk-XDV4ZRVK.js} +5 -5
- package/dist/context-mention-palette/index.js +4 -4
- package/dist/index.js +58 -23
- package/dist/index.js.map +1 -1
- package/dist/workbench/contribution.js +2 -2
- package/dist/workbench/index.js +2 -2
- package/package.json +12 -12
- /package/dist/{chunk-YXFKEOEI.js.map → chunk-3PB2FL74.js.map} +0 -0
- /package/dist/{chunk-RAFZ2LKU.js.map → chunk-CCJUGHQQ.js.map} +0 -0
- /package/dist/{chunk-4SARLGMK.js.map → chunk-DBIJRSFG.js.map} +0 -0
- /package/dist/{chunk-PGQ3RUPL.js.map → chunk-FYSYKWN6.js.map} +0 -0
- /package/dist/{chunk-Z6YBAL2O.js.map → chunk-GE4CCOWC.js.map} +0 -0
- /package/dist/{chunk-RIRFNGPB.js.map → chunk-LR4FA5X6.js.map} +0 -0
- /package/dist/{chunk-7BMLQJMI.js.map → chunk-U4F3VJ5C.js.map} +0 -0
- /package/dist/{chunk-SYWMKIRW.js.map → chunk-XDV4ZRVK.js.map} +0 -0
|
@@ -6,19 +6,19 @@ import {
|
|
|
6
6
|
projectAgentConversationVM,
|
|
7
7
|
reconcileProjectedAgentConversationVM,
|
|
8
8
|
useProjectedAgentConversation
|
|
9
|
-
} from "../chunk-
|
|
10
|
-
import "../chunk-
|
|
9
|
+
} from "../chunk-CCJUGHQQ.js";
|
|
10
|
+
import "../chunk-FYSYKWN6.js";
|
|
11
11
|
import "../chunk-PSLAWU25.js";
|
|
12
|
-
import "../chunk-
|
|
12
|
+
import "../chunk-3PB2FL74.js";
|
|
13
13
|
import "../chunk-Y35GDLP2.js";
|
|
14
14
|
import "../chunk-LUGELG5V.js";
|
|
15
|
-
import "../chunk-
|
|
15
|
+
import "../chunk-LR4FA5X6.js";
|
|
16
16
|
import "../chunk-4HP6V2YA.js";
|
|
17
17
|
import {
|
|
18
18
|
translate
|
|
19
19
|
} from "../chunk-T56L2H2H.js";
|
|
20
20
|
import "../chunk-PJP5BUU6.js";
|
|
21
|
-
import "../chunk-
|
|
21
|
+
import "../chunk-XDV4ZRVK.js";
|
|
22
22
|
import "../chunk-5WZEOARY.js";
|
|
23
23
|
|
|
24
24
|
// shared/WorkspaceAgentSessionDetail.tsx
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
approvalOptionDisplayLabel,
|
|
7
7
|
getPromptToolDetails,
|
|
8
8
|
isPromptRequestIdTitle
|
|
9
|
-
} from "../chunk-
|
|
9
|
+
} from "../chunk-U4F3VJ5C.js";
|
|
10
10
|
import {
|
|
11
11
|
PLAN_IMPLEMENTATION_ACTION_IMPLEMENT,
|
|
12
12
|
PLAN_IMPLEMENTATION_PROMPT,
|
|
@@ -25,7 +25,7 @@ import {
|
|
|
25
25
|
extractExitPlanModeOptions,
|
|
26
26
|
isExitPlanSwitchModeInput,
|
|
27
27
|
normalizeAskUserQuestions
|
|
28
|
-
} from "../chunk-
|
|
28
|
+
} from "../chunk-FYSYKWN6.js";
|
|
29
29
|
import {
|
|
30
30
|
userAvatarPlaceholderUrl,
|
|
31
31
|
workspaceAgentActivityStatusLabel
|
|
@@ -35,7 +35,7 @@ import {
|
|
|
35
35
|
} from "../chunk-IBIMGLCD.js";
|
|
36
36
|
import {
|
|
37
37
|
managedAgentRoundedIconUrl
|
|
38
|
-
} from "../chunk-
|
|
38
|
+
} from "../chunk-LR4FA5X6.js";
|
|
39
39
|
import {
|
|
40
40
|
workspaceAgentProviderLabel
|
|
41
41
|
} from "../chunk-4HP6V2YA.js";
|
|
@@ -45,7 +45,7 @@ import {
|
|
|
45
45
|
useTranslation
|
|
46
46
|
} from "../chunk-T56L2H2H.js";
|
|
47
47
|
import "../chunk-PJP5BUU6.js";
|
|
48
|
-
import "../chunk-
|
|
48
|
+
import "../chunk-XDV4ZRVK.js";
|
|
49
49
|
import "../chunk-5WZEOARY.js";
|
|
50
50
|
import "../chunk-GCBDIQDX.js";
|
|
51
51
|
|
|
@@ -9236,7 +9236,7 @@ button.agent-gui-node__provider-rail-launchpad-item {
|
|
|
9236
9236
|
}
|
|
9237
9237
|
|
|
9238
9238
|
.agent-gui-node__empty-hero-provider-select {
|
|
9239
|
-
display: inline-
|
|
9239
|
+
display: inline-flex;
|
|
9240
9240
|
width: auto;
|
|
9241
9241
|
min-width: 0;
|
|
9242
9242
|
height: auto;
|
|
@@ -9253,8 +9253,6 @@ button.agent-gui-node__provider-rail-launchpad-item {
|
|
|
9253
9253
|
letter-spacing: inherit;
|
|
9254
9254
|
box-shadow: none;
|
|
9255
9255
|
white-space: nowrap;
|
|
9256
|
-
appearance: auto;
|
|
9257
|
-
cursor: pointer;
|
|
9258
9256
|
}
|
|
9259
9257
|
|
|
9260
9258
|
.agent-gui-node__empty-hero-provider-select:hover,
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
import {
|
|
6
6
|
getAgentCustomMentionKind,
|
|
7
7
|
managedAgentRoundedIconUrl
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-LR4FA5X6.js";
|
|
9
9
|
import {
|
|
10
10
|
translate,
|
|
11
11
|
useTranslation
|
|
@@ -1568,4 +1568,4 @@ export {
|
|
|
1568
1568
|
mentionItemToAttrs,
|
|
1569
1569
|
attrsToMentionItem
|
|
1570
1570
|
};
|
|
1571
|
-
//# sourceMappingURL=chunk-
|
|
1571
|
+
//# sourceMappingURL=chunk-3PB2FL74.js.map
|
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
resolveWorkspaceFilePathCandidate,
|
|
16
16
|
resolveWorkspaceLinkAction,
|
|
17
17
|
useAgentTargetPresentations
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-FYSYKWN6.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-
|
|
31
|
+
} from "./chunk-3PB2FL74.js";
|
|
32
32
|
import {
|
|
33
33
|
fileChangeCountFromChanges,
|
|
34
34
|
fileChangeEntriesFromChanges,
|
|
@@ -38,7 +38,7 @@ import {
|
|
|
38
38
|
import {
|
|
39
39
|
getOptionalAgentActivityRuntime,
|
|
40
40
|
useOptionalAgentHostApi
|
|
41
|
-
} from "./chunk-
|
|
41
|
+
} from "./chunk-LR4FA5X6.js";
|
|
42
42
|
import {
|
|
43
43
|
workspaceAgentProviderLabel
|
|
44
44
|
} from "./chunk-4HP6V2YA.js";
|
|
@@ -15479,4 +15479,4 @@ export {
|
|
|
15479
15479
|
AgentConversationFlow,
|
|
15480
15480
|
useProjectedAgentConversation
|
|
15481
15481
|
};
|
|
15482
|
-
//# sourceMappingURL=chunk-
|
|
15482
|
+
//# sourceMappingURL=chunk-CCJUGHQQ.js.map
|
|
@@ -30,7 +30,7 @@ import {
|
|
|
30
30
|
openclawRoundedUrl,
|
|
31
31
|
opencodeRoundedUrl,
|
|
32
32
|
tuttiAgentRoundedUrl
|
|
33
|
-
} from "./chunk-
|
|
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-
|
|
1234
|
+
//# sourceMappingURL=chunk-DBIJRSFG.js.map
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
getOptionalAgentHostApi,
|
|
4
4
|
managedAgentRoundedIconUrl,
|
|
5
5
|
useOptionalAgentHostApi
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-LR4FA5X6.js";
|
|
7
7
|
import {
|
|
8
8
|
translate,
|
|
9
9
|
useTranslation
|
|
@@ -3845,4 +3845,4 @@ export {
|
|
|
3845
3845
|
CustomScrollArea,
|
|
3846
3846
|
MessageSquareMoreIcon
|
|
3847
3847
|
};
|
|
3848
|
-
//# sourceMappingURL=chunk-
|
|
3848
|
+
//# sourceMappingURL=chunk-FYSYKWN6.js.map
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
} from "./chunk-5BFYTHJB.js";
|
|
5
5
|
import {
|
|
6
6
|
normalizeAgentSessionMentionTitle
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-3PB2FL74.js";
|
|
8
8
|
import {
|
|
9
9
|
resolveAgentMentionFileThumbnailUrl,
|
|
10
10
|
resolveAgentMentionFileVisualKind
|
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
import {
|
|
13
13
|
getOptionalAgentHostApi,
|
|
14
14
|
managedAgentRoundedIconUrl
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-LR4FA5X6.js";
|
|
16
16
|
import {
|
|
17
17
|
translate
|
|
18
18
|
} from "./chunk-T56L2H2H.js";
|
|
@@ -2195,4 +2195,4 @@ export {
|
|
|
2195
2195
|
AgentFileMentionPalette,
|
|
2196
2196
|
AgentContextMentionPalette
|
|
2197
2197
|
};
|
|
2198
|
-
//# sourceMappingURL=chunk-
|
|
2198
|
+
//# sourceMappingURL=chunk-GE4CCOWC.js.map
|
|
@@ -22,7 +22,7 @@ import {
|
|
|
22
22
|
providerRailOpenCodeColorfulUrl,
|
|
23
23
|
providerRailTuttiUrl,
|
|
24
24
|
tuttiDocRoundedUrl
|
|
25
|
-
} from "./chunk-
|
|
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-
|
|
368
|
+
//# sourceMappingURL=chunk-LR4FA5X6.js.map
|
|
@@ -7,11 +7,11 @@ import {
|
|
|
7
7
|
AgentGUIConversation_styles_default,
|
|
8
8
|
MessageSquareMoreIcon,
|
|
9
9
|
extractAgentMcpToolTarget
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-FYSYKWN6.js";
|
|
11
11
|
import {
|
|
12
12
|
getOptionalAgentHostApi,
|
|
13
13
|
useOptionalAgentHostApi
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-LR4FA5X6.js";
|
|
15
15
|
import {
|
|
16
16
|
translate
|
|
17
17
|
} from "./chunk-T56L2H2H.js";
|
|
@@ -1172,4 +1172,4 @@ export {
|
|
|
1172
1172
|
isPromptRequestIdTitle,
|
|
1173
1173
|
AgentInteractivePromptSurface
|
|
1174
1174
|
};
|
|
1175
|
-
//# sourceMappingURL=chunk-
|
|
1175
|
+
//# sourceMappingURL=chunk-U4F3VJ5C.js.map
|