@tutti-os/agent-gui 0.0.173 → 0.0.174
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-gui.js +2 -2
- package/dist/{chunk-ZRZVJR3M.js → chunk-LL5MITN6.js} +9 -2
- package/dist/{chunk-ZRZVJR3M.js.map → chunk-LL5MITN6.js.map} +1 -1
- package/dist/{chunk-3QPFTVLN.js → chunk-QZSSUKCK.js} +9 -9
- package/dist/{chunk-3QPFTVLN.js.map → chunk-QZSSUKCK.js.map} +1 -1
- package/dist/{contribution-DfA5SxBL.d.ts → contribution-C0MnLVKF.d.ts} +2 -0
- package/dist/index.js +2 -2
- package/dist/workbench/contribution.d.ts +1 -1
- package/dist/workbench/contribution.js +1 -1
- package/dist/workbench/index.d.ts +2 -2
- package/dist/workbench/index.js +1 -1
- package/package.json +13 -13
package/dist/agent-gui.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
AgentGUI
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-LL5MITN6.js";
|
|
4
4
|
import "./chunk-A4WCTHWS.js";
|
|
5
|
-
import "./chunk-
|
|
5
|
+
import "./chunk-QZSSUKCK.js";
|
|
6
6
|
import "./chunk-6II57C72.js";
|
|
7
7
|
import "./chunk-YSA4MXR5.js";
|
|
8
8
|
import "./chunk-MHOYBRCY.js";
|
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
resolveAgentGuiSessionProviderFlatIconUrl,
|
|
13
13
|
resolveNextAgentGUIConversationRailWidthPx,
|
|
14
14
|
shouldAutoCollapseAgentGUIConversationRail
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-QZSSUKCK.js";
|
|
16
16
|
import {
|
|
17
17
|
resolveAgentGuiWorkbenchProviderLabel
|
|
18
18
|
} from "./chunk-SZVHT57M.js";
|
|
@@ -25545,6 +25545,7 @@ function AgentQuickPromptRow({
|
|
|
25545
25545
|
"aria-label": labels.dragHandle(prompt.title),
|
|
25546
25546
|
className: "cursor-grab text-[var(--text-tertiary)] hover:text-[var(--text-primary)] focus-visible:text-[var(--text-primary)] disabled:cursor-not-allowed disabled:text-[var(--text-disabled)] disabled:opacity-100",
|
|
25547
25547
|
size: "md",
|
|
25548
|
+
title: "",
|
|
25548
25549
|
children: /* @__PURE__ */ jsx39(GripVerticalIcon, {})
|
|
25549
25550
|
}
|
|
25550
25551
|
) }) }),
|
|
@@ -25580,6 +25581,7 @@ function AgentQuickPromptRow({
|
|
|
25580
25581
|
className: `mt-1.5 ${actionRevealClass}`,
|
|
25581
25582
|
disabled: pending,
|
|
25582
25583
|
size: "md",
|
|
25584
|
+
title: "",
|
|
25583
25585
|
children: /* @__PURE__ */ jsx39(EditIcon, {})
|
|
25584
25586
|
}
|
|
25585
25587
|
) }),
|
|
@@ -25594,6 +25596,7 @@ function AgentQuickPromptRow({
|
|
|
25594
25596
|
className: `mt-1.5 ${actionRevealClass}`,
|
|
25595
25597
|
disabled: pending,
|
|
25596
25598
|
size: "md",
|
|
25599
|
+
title: "",
|
|
25597
25600
|
children: /* @__PURE__ */ jsx39(DeleteIcon, {})
|
|
25598
25601
|
}
|
|
25599
25602
|
) }),
|
|
@@ -32392,6 +32395,7 @@ var CreateAction = memo6(function CreateAction2({
|
|
|
32392
32395
|
className: AgentGUINode_styles_default.conversationSectionMoreButton,
|
|
32393
32396
|
"aria-label": createConversationLabel,
|
|
32394
32397
|
size: "sm",
|
|
32398
|
+
title: "",
|
|
32395
32399
|
disabled: createConversationDisabled,
|
|
32396
32400
|
onClick: onCreateConversation,
|
|
32397
32401
|
children: /* @__PURE__ */ jsx61(CreateChatIcon, { "aria-hidden": "true" })
|
|
@@ -32424,6 +32428,7 @@ var ProjectMenuButton = forwardRef5(
|
|
|
32424
32428
|
className: AgentGUINode_styles_default.conversationSectionMoreButton,
|
|
32425
32429
|
"aria-label": accessibleName,
|
|
32426
32430
|
size: "sm",
|
|
32431
|
+
title: "",
|
|
32427
32432
|
disabled: projectActionLocked || disabled,
|
|
32428
32433
|
children: /* @__PURE__ */ jsx61(MoreHorizontalIcon, { "aria-hidden": "true" })
|
|
32429
32434
|
}
|
|
@@ -32551,6 +32556,7 @@ function ConversationMenuTrigger({
|
|
|
32551
32556
|
className: AgentGUINode_styles_default.conversationSectionMoreButton,
|
|
32552
32557
|
"aria-label": accessibleName,
|
|
32553
32558
|
size: "sm",
|
|
32559
|
+
title: "",
|
|
32554
32560
|
children: /* @__PURE__ */ jsx61(MoreHorizontalIcon, { "aria-hidden": "true" })
|
|
32555
32561
|
}
|
|
32556
32562
|
) }) });
|
|
@@ -32562,6 +32568,7 @@ function ConversationMenuTrigger({
|
|
|
32562
32568
|
className: AgentGUINode_styles_default.conversationSectionMoreButton,
|
|
32563
32569
|
"aria-label": accessibleName,
|
|
32564
32570
|
size: "sm",
|
|
32571
|
+
title: "",
|
|
32565
32572
|
children: /* @__PURE__ */ jsx61(MoreHorizontalIcon, { "aria-hidden": "true" })
|
|
32566
32573
|
}
|
|
32567
32574
|
) }) }) }),
|
|
@@ -40516,4 +40523,4 @@ export {
|
|
|
40516
40523
|
AgentHandoffMenu,
|
|
40517
40524
|
AgentGUI
|
|
40518
40525
|
};
|
|
40519
|
-
//# sourceMappingURL=chunk-
|
|
40526
|
+
//# sourceMappingURL=chunk-LL5MITN6.js.map
|