@tutti-os/agent-gui 0.0.166 → 0.0.167
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
CHANGED
|
@@ -13633,7 +13633,6 @@ import {
|
|
|
13633
13633
|
Gift,
|
|
13634
13634
|
LogIn,
|
|
13635
13635
|
LogOut,
|
|
13636
|
-
ListTree,
|
|
13637
13636
|
Settings,
|
|
13638
13637
|
Wrench,
|
|
13639
13638
|
X
|
|
@@ -14214,27 +14213,6 @@ function AgentGUIConfigMenu({
|
|
|
14214
14213
|
/* @__PURE__ */ jsx15("div", { className: "px-2", children: /* @__PURE__ */ jsx15("span", { className: "block h-px bg-[var(--border-1)]" }) })
|
|
14215
14214
|
] }) : null,
|
|
14216
14215
|
/* @__PURE__ */ jsxs8("div", { className: "flex min-w-0 flex-col gap-1", children: [
|
|
14217
|
-
/* @__PURE__ */ jsxs8(
|
|
14218
|
-
"button",
|
|
14219
|
-
{
|
|
14220
|
-
type: "button",
|
|
14221
|
-
"data-testid": "agent-gui-config-manage-agents",
|
|
14222
|
-
className: "nodrag flex h-7 w-full items-center gap-2 rounded-[6px] px-2 text-[13px] text-[var(--text-primary)] transition-colors hover:bg-[var(--transparency-hover)] hover:text-[var(--text-primary)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-[var(--border-focus)] disabled:text-[var(--text-tertiary)] [-webkit-app-region:no-drag]",
|
|
14223
|
-
disabled: previewMode,
|
|
14224
|
-
onClick: () => {
|
|
14225
|
-
setOpen(false);
|
|
14226
|
-
openWorkspaceSettingsPanel({
|
|
14227
|
-
section: "agent",
|
|
14228
|
-
pane: "agents",
|
|
14229
|
-
provider: provider ?? void 0
|
|
14230
|
-
});
|
|
14231
|
-
},
|
|
14232
|
-
children: [
|
|
14233
|
-
/* @__PURE__ */ jsx15(ListTree, { "aria-hidden": "true", size: 16, strokeWidth: 1.8 }),
|
|
14234
|
-
/* @__PURE__ */ jsx15("span", { children: labels.manageAgents })
|
|
14235
|
-
]
|
|
14236
|
-
}
|
|
14237
|
-
),
|
|
14238
14216
|
providerScopedActionsVisible && environmentSetupVisible ? /* @__PURE__ */ jsxs8(
|
|
14239
14217
|
"button",
|
|
14240
14218
|
{
|
|
@@ -40062,4 +40040,4 @@ export {
|
|
|
40062
40040
|
AgentHandoffMenu,
|
|
40063
40041
|
AgentGUI
|
|
40064
40042
|
};
|
|
40065
|
-
//# sourceMappingURL=chunk-
|
|
40043
|
+
//# sourceMappingURL=chunk-4SLHS5X5.js.map
|