@mcp-b/react-components 0.56.2 → 0.57.1

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 (107) hide show
  1. package/dist/{CodeBlock-Dw1z6jc8.js → CodeBlock-Bl-q7wMc.js} +1 -1
  2. package/dist/{FileTree-D61EeWRU.js → FileTree-CfOhUyp3.js} +1 -1
  3. package/dist/{ManagerOffice-CJwBAEMv.js → ManagerOffice-CMJ7laGe.js} +4 -4
  4. package/dist/{SetupChecklist-DWyifWWg.js → SetupChecklist-BiWQkKEq.js} +2 -2
  5. package/dist/{WorkspaceFileView-DCvGBsI1.js → WorkspaceFileView-CCe_o79q.js} +2 -2
  6. package/dist/components/agents-sdk/AgentActivity.js +1 -1
  7. package/dist/components/agents-sdk/AgentChat.js +7 -7
  8. package/dist/components/agents-sdk/BrowserLiveScreen.js +1 -1
  9. package/dist/components/agents-sdk/BrowserLiveView.js +1 -1
  10. package/dist/components/agents-sdk/BrowserReplay.js +1 -1
  11. package/dist/components/agents-sdk/BrowserRunPanel.js +1 -1
  12. package/dist/components/agents-sdk/EmployeeApp.js +1 -1
  13. package/dist/components/agents-sdk/EmployeeChat.d.ts +3 -1
  14. package/dist/components/agents-sdk/EmployeeChat.js +13 -6
  15. package/dist/components/agents-sdk/EmployeeChrome.js +7 -7
  16. package/dist/components/agents-sdk/EmployeeSchedules.js +1 -1
  17. package/dist/components/agents-sdk/EmployeeStartScreen.js +3 -3
  18. package/dist/components/agents-sdk/ManagerAccountActions.js +2 -2
  19. package/dist/components/agents-sdk/ManagerOffice.js +1 -1
  20. package/dist/components/agents-sdk/ManagerOfficeScreens.js +2 -2
  21. package/dist/components/agents-sdk/McpConnectionRequest.js +2 -2
  22. package/dist/components/agents-sdk/McpConnectorForm.js +1 -1
  23. package/dist/components/agents-sdk/McpPluginCatalog.js +2 -2
  24. package/dist/components/agents-sdk/McpServerPicker.js +2 -2
  25. package/dist/components/agents-sdk/ModelEndpointDialog.d.ts +8 -0
  26. package/dist/components/agents-sdk/ModelEndpointDialog.js +24 -1
  27. package/dist/components/agents-sdk/ModelSelector.js +4 -4
  28. package/dist/components/agents-sdk/PromptInputApproval.js +1 -1
  29. package/dist/components/agents-sdk/PromptInputCommands.js +1 -1
  30. package/dist/components/agents-sdk/SubagentRunIndicator.js +1 -1
  31. package/dist/components/agents-sdk/SubagentRunPanel.js +1 -1
  32. package/dist/components/agents-sdk/SubagentRunSelector.js +1 -1
  33. package/dist/components/agents-sdk/ThinkChatActivity.js +2 -2
  34. package/dist/components/agents-sdk/ThinkChatToolPanels.js +2 -2
  35. package/dist/components/agents-sdk/ThinkExecutionDetail.js +2 -2
  36. package/dist/components/agents-sdk/ThinkExecutionStatus.js +1 -1
  37. package/dist/components/agents-sdk/ThinkExecutionWorkbench.js +3 -3
  38. package/dist/components/agents-sdk/ThinkRecoveryNotice.js +1 -1
  39. package/dist/components/agents-sdk/ThinkRoutineActions.js +1 -1
  40. package/dist/components/agents-sdk/ThinkRoutineBrowser.js +2 -2
  41. package/dist/components/agents-sdk/ThinkRoutineForm.js +3 -3
  42. package/dist/components/agents-sdk/ThinkRoutineRuns.js +1 -1
  43. package/dist/components/agents-sdk/ThinkThreadPicker.js +2 -2
  44. package/dist/components/agents-sdk/WorkbenchBack.js +1 -1
  45. package/dist/components/agents-sdk/WorkspaceBrowser.js +1 -1
  46. package/dist/components/agents-sdk/WorkspaceCorrespondence.js +6 -6
  47. package/dist/components/agents-sdk/WorkspaceExecution.js +6 -6
  48. package/dist/components/agents-sdk/WorkspaceExplorer.js +2 -2
  49. package/dist/components/agents-sdk/WorkspaceFileView.js +1 -1
  50. package/dist/components/agents-sdk/WorkspaceHeader.js +1 -1
  51. package/dist/components/agents-sdk/WorkspaceMountManager.js +1 -1
  52. package/dist/components/agents-sdk/WorkspaceProject.js +4 -4
  53. package/dist/components/agents-sdk/WorkspaceUserScript.js +4 -4
  54. package/dist/components/ai-sdk/Activity.js +1 -1
  55. package/dist/components/ai-sdk/AgentChatStartScreen.js +1 -1
  56. package/dist/components/ai-sdk/Approval.js +2 -2
  57. package/dist/components/ai-sdk/Artifact.js +1 -1
  58. package/dist/components/ai-sdk/ChainOfThought.js +1 -1
  59. package/dist/components/ai-sdk/Checkpoint.js +1 -1
  60. package/dist/components/ai-sdk/CodeBlock.js +1 -1
  61. package/dist/components/ai-sdk/ComposerLink.js +1 -1
  62. package/dist/components/ai-sdk/ConnectedAppCards.js +3 -3
  63. package/dist/components/ai-sdk/Context.js +3 -3
  64. package/dist/components/ai-sdk/Conversation.js +1 -1
  65. package/dist/components/ai-sdk/Goal.js +1 -1
  66. package/dist/components/ai-sdk/MediaPreviewCard.js +1 -1
  67. package/dist/components/ai-sdk/Message.js +2 -2
  68. package/dist/components/ai-sdk/MessageScroller.js +1 -1
  69. package/dist/components/ai-sdk/MessageScrollerVirtual.js +1 -1
  70. package/dist/components/ai-sdk/Plan.js +1 -1
  71. package/dist/components/ai-sdk/PromptInput.js +6 -6
  72. package/dist/components/ai-sdk/Queue.js +1 -1
  73. package/dist/components/ai-sdk/Reasoning.js +1 -1
  74. package/dist/components/ai-sdk/Sources.js +1 -1
  75. package/dist/components/ai-sdk/Task.js +1 -1
  76. package/dist/components/extension/ChatGptSignInScreen.js +1 -1
  77. package/dist/components/extension/CodexModelSelector.js +2 -2
  78. package/dist/components/extension/ConversationTabPicker.js +2 -2
  79. package/dist/components/foundations/Checkbox.js +1 -1
  80. package/dist/components/foundations/Collapsible.js +1 -1
  81. package/dist/components/foundations/ContextMenu.js +1 -1
  82. package/dist/components/foundations/Menubar.js +1 -1
  83. package/dist/components/foundations/SearchField.js +1 -1
  84. package/dist/components/foundations/Select.js +1 -1
  85. package/dist/components/foundations/Stepper.js +1 -1
  86. package/dist/components/foundations/Toast.js +1 -1
  87. package/dist/components/foundations/icons.js +1 -1
  88. package/dist/components/general-purpose/AccountSignInDialog.js +1 -1
  89. package/dist/components/general-purpose/Commit.js +2 -2
  90. package/dist/components/general-purpose/EnvironmentVariables.js +2 -2
  91. package/dist/components/general-purpose/FileTree.js +1 -1
  92. package/dist/components/general-purpose/PricingPlanCard.js +2 -2
  93. package/dist/components/general-purpose/PricingUsageCalculator.js +2 -2
  94. package/dist/components/general-purpose/ResponsiveSidebarShell.js +1 -1
  95. package/dist/components/general-purpose/SettingsFormDialog.js +2 -2
  96. package/dist/components/general-purpose/SetupChecklist.js +1 -1
  97. package/dist/components/general-purpose/Terminal.js +2 -2
  98. package/dist/components/general-purpose/TestResults.js +1 -1
  99. package/dist/components/general-purpose/ThemeModeControl.js +1 -1
  100. package/dist/components/general-purpose/WebPreview.js +2 -2
  101. package/dist/components/nanites/AgentConnection.js +2 -2
  102. package/dist/components/nanites/AgentToolDetail.js +1 -1
  103. package/dist/{copy-button-Dk2vRe9j.js → copy-button-CSDuDfdP.js} +1 -1
  104. package/dist/styles/context.css +8 -0
  105. package/dist/{workspace-assets-C3QT6UlQ.js → workspace-assets-Bg7XhPsk.js} +1 -1
  106. package/package.json +2 -2
  107. package/dist/{icons-CeGfXO21.js → icons-cuEtsgj9.js} +1 -1
@@ -1,5 +1,5 @@
1
1
  import { t as cx } from "./class-names-BiMDVpUo.js";
2
- import { t as CopyButton } from "./copy-button-Dk2vRe9j.js";
2
+ import { t as CopyButton } from "./copy-button-CSDuDfdP.js";
3
3
  import { Select } from "./components/foundations/Select.js";
4
4
  import * as React from "react";
5
5
  import { Fragment, jsx, jsxs } from "react/jsx-runtime";
@@ -1,5 +1,5 @@
1
1
  import { t as cx } from "./class-names-BiMDVpUo.js";
2
- import { C as FolderIcon, S as FileIcon, p as ChevronRightIcon, w as FolderOpenIcon } from "./icons-CeGfXO21.js";
2
+ import { C as FolderIcon, S as FileIcon, p as ChevronRightIcon, w as FolderOpenIcon } from "./icons-cuEtsgj9.js";
3
3
  import { t as NavigationLink } from "./navigation-link-kqMa81v5.js";
4
4
  import * as React from "react";
5
5
  import { jsx, jsxs } from "react/jsx-runtime";
@@ -1,17 +1,17 @@
1
1
  import { findCatalogMcpServerCard, getMcpServerIconSrc } from "./utils/mcp-server-catalog.js";
2
2
  import { t as cx } from "./class-names-BiMDVpUo.js";
3
+ import { C as FolderIcon, D as LinkIcon, K as SpinnerIcon, L as PauseIcon, P as MonitorIcon, S as FileIcon, T as InfoIcon, _ as DotIcon, d as CheckIcon, et as WarningIcon, f as ChevronDownIcon, j as MessageSquareIcon, nt as XIcon, p as ChevronRightIcon, u as CalendarIcon } from "./icons-cuEtsgj9.js";
3
4
  import { Collapsible } from "./components/foundations/Collapsible.js";
4
- import { C as FolderIcon, D as LinkIcon, K as SpinnerIcon, L as PauseIcon, P as MonitorIcon, S as FileIcon, T as InfoIcon, _ as DotIcon, d as CheckIcon, et as WarningIcon, f as ChevronDownIcon, j as MessageSquareIcon, nt as XIcon, p as ChevronRightIcon, u as CalendarIcon } from "./icons-CeGfXO21.js";
5
5
  import { Button } from "./components/foundations/Button.js";
6
- import { AgentAttention, AgentAttentionActions, AgentAttentionBody, AgentAttentionHeader } from "./components/ai-sdk/AgentAttention.js";
7
6
  import { Tooltip } from "./components/foundations/Tooltip.js";
8
- import { Avatar } from "./components/foundations/Avatar.js";
9
- import { CorrespondentName, correspondentHandleLabel } from "./components/ai-sdk/Correspondent.js";
10
7
  import { EmptyState } from "./components/foundations/EmptyState.js";
11
8
  import { AppTopBar } from "./components/general-purpose/AppTopBar.js";
9
+ import { Avatar } from "./components/foundations/Avatar.js";
12
10
  import { AppIcon } from "./components/foundations/AppIcon.js";
13
11
  import { LinkButton } from "./components/foundations/LinkButton.js";
14
12
  import { getThinkExecutionRunStatus } from "./components/agents-sdk/ThinkExecutionRun.js";
13
+ import { AgentAttention, AgentAttentionActions, AgentAttentionBody, AgentAttentionHeader } from "./components/ai-sdk/AgentAttention.js";
14
+ import { CorrespondentName, correspondentHandleLabel } from "./components/ai-sdk/Correspondent.js";
15
15
  import * as React from "react";
16
16
  import { Fragment, jsx, jsxs } from "react/jsx-runtime";
17
17
  import { useRender } from "@base-ui/react/use-render";
@@ -1,7 +1,7 @@
1
1
  import { n as mergeBaseClassName } from "./class-names-BiMDVpUo.js";
2
- import { B as PlusIcon, d as CheckIcon, et as WarningIcon, f as ChevronDownIcon } from "./icons-CeGfXO21.js";
3
- import { Menu } from "./components/foundations/Menu.js";
2
+ import { B as PlusIcon, d as CheckIcon, et as WarningIcon, f as ChevronDownIcon } from "./icons-cuEtsgj9.js";
4
3
  import { IconButton } from "./components/foundations/IconButton.js";
4
+ import { Menu } from "./components/foundations/Menu.js";
5
5
  import * as React from "react";
6
6
  import { jsx, jsxs } from "react/jsx-runtime";
7
7
  //#region src/components/_internal/menu-disclosure-group.tsx
@@ -1,7 +1,7 @@
1
- import { b as EyeIcon, d as CheckIcon, et as WarningIcon, k as MaximizeIcon, m as CodeIcon, r as ArrowLeftIcon, v as DownloadIcon } from "./icons-CeGfXO21.js";
1
+ import { b as EyeIcon, d as CheckIcon, et as WarningIcon, k as MaximizeIcon, m as CodeIcon, r as ArrowLeftIcon, v as DownloadIcon } from "./icons-cuEtsgj9.js";
2
2
  import { i as formatClock } from "./format-CWaZEp5o.js";
3
- import { a as CodeBlockCopyButton, i as CodeBlockContent, r as CodeBlockContainer, t as CodeBlock } from "./CodeBlock-Dw1z6jc8.js";
4
3
  import { AppTopBar } from "./components/general-purpose/AppTopBar.js";
4
+ import { a as CodeBlockCopyButton, i as CodeBlockContent, r as CodeBlockContainer, t as CodeBlock } from "./CodeBlock-Bl-q7wMc.js";
5
5
  import { inferWorkspaceLanguage, inferWorkspaceMedia, isWorkspaceMarkdownPath, isWorkspaceSkillPath, parseWorkspaceSkill } from "./components/agents-sdk/WorkspaceFile.js";
6
6
  import { i as useWorkspaceNavigationContext } from "./WorkspaceLink-BeFAXpbI.js";
7
7
  import { useWorkspaceNavigationRestoration } from "./components/agents-sdk/WorkspaceNavigationRestoration.js";
@@ -1,5 +1,5 @@
1
1
  import { canRequestFavicon, inferFaviconUrl } from "../../utils/favicon.js";
2
- import { D as LinkIcon, P as MonitorIcon, R as PencilIcon, S as FileIcon, T as InfoIcon, U as SearchIcon, Z as TerminalIcon, et as WarningIcon, tt as WrenchIcon } from "../../icons-CeGfXO21.js";
2
+ import { D as LinkIcon, P as MonitorIcon, R as PencilIcon, S as FileIcon, T as InfoIcon, U as SearchIcon, Z as TerminalIcon, et as WarningIcon, tt as WrenchIcon } from "../../icons-cuEtsgj9.js";
3
3
  import * as React from "react";
4
4
  import { jsx } from "react/jsx-runtime";
5
5
  //#region src/components/agents-sdk/AgentActivity.tsx
@@ -1,23 +1,23 @@
1
1
  import { t as cx } from "../../class-names-BiMDVpUo.js";
2
+ import { H as RefreshIcon, K as SpinnerIcon, Q as TrashIcon, R as PencilIcon, t as ArchiveIcon } from "../../icons-cuEtsgj9.js";
2
3
  import { ExpansionStateProvider } from "../ai-sdk/ExpansionState.js";
3
- import { H as RefreshIcon, K as SpinnerIcon, Q as TrashIcon, R as PencilIcon, t as ArchiveIcon } from "../../icons-CeGfXO21.js";
4
- import { AgentChatMessageEditor } from "../ai-sdk/AgentChatMessageEditor.js";
5
- import { PromptInput, PromptInputSubmit, PromptInputTray, composerLinksToReferences, usePromptInputController } from "../ai-sdk/PromptInput.js";
6
4
  import { Message, MessageAction, MessageActions, MessageCopyAction, MessageMeta, MessageTimestamp } from "../ai-sdk/Message.js";
5
+ import { AgentEventRow, getAgentEvent } from "./AgentEvent.js";
6
+ import { AgentChatQueueProvider, useOptionalAgentChatQueue } from "./AgentChatQueue.js";
7
7
  import { AgentMessageParts } from "../ai-sdk/AgentMessageParts.js";
8
- import { Marker, MarkerContent } from "../foundations/Marker.js";
8
+ import { AgentChatMessageEditor } from "../ai-sdk/AgentChatMessageEditor.js";
9
9
  import { VirtualMessageScroller } from "../ai-sdk/MessageScrollerVirtual.js";
10
+ import { PromptInput, PromptInputSubmit, PromptInputTray, composerLinksToReferences, usePromptInputController } from "../ai-sdk/PromptInput.js";
10
11
  import { Queue, QueueItem, QueueItemAction, QueueItemActions, QueueItemContent, QueueItemIndicator, QueueList } from "../ai-sdk/Queue.js";
11
- import { AgentEventRow, getAgentEvent } from "./AgentEvent.js";
12
- import { AgentChatQueueProvider, useOptionalAgentChatQueue } from "./AgentChatQueue.js";
13
12
  import { PromptInputApproval, getApprovalStateKey, getPendingToolApprovals } from "./PromptInputApproval.js";
14
13
  import { BrandLoading } from "../general-purpose/BrandLoading.js";
14
+ import { Marker, MarkerContent } from "../foundations/Marker.js";
15
15
  import * as React from "react";
16
16
  import { Fragment, jsx, jsxs } from "react/jsx-runtime";
17
17
  import { useRender } from "@base-ui/react/use-render";
18
18
  import { mergeProps } from "@base-ui/react/merge-props";
19
- import { isTextUIPart } from "ai";
20
19
  import { isCompactionMessage } from "agents/sessions";
20
+ import { isTextUIPart } from "ai";
21
21
  //#region src/components/agents-sdk/AgentChat.tsx
22
22
  function observeAgentChatDock(element) {
23
23
  if (!element || typeof ResizeObserver === "undefined") return;
@@ -1,4 +1,4 @@
1
- import { E as KeyboardIcon, H as RefreshIcon, r as ArrowLeftIcon } from "../../icons-CeGfXO21.js";
1
+ import { E as KeyboardIcon, H as RefreshIcon, r as ArrowLeftIcon } from "../../icons-cuEtsgj9.js";
2
2
  import { Button } from "../foundations/Button.js";
3
3
  import { WebPreviewNavigationButton } from "../general-purpose/WebPreview.js";
4
4
  import { BrowserLiveView } from "./BrowserLiveView.js";
@@ -1,5 +1,5 @@
1
1
  import { t as cx } from "../../class-names-BiMDVpUo.js";
2
- import { K as SpinnerIcon, _ as DotIcon, k as MaximizeIcon } from "../../icons-CeGfXO21.js";
2
+ import { K as SpinnerIcon, _ as DotIcon, k as MaximizeIcon } from "../../icons-cuEtsgj9.js";
3
3
  import { Button } from "../foundations/Button.js";
4
4
  import { Dialog } from "../foundations/Dialog.js";
5
5
  import { TransitionSurface } from "../foundations/TransitionSurface.js";
@@ -1,5 +1,5 @@
1
1
  import { t as cx } from "../../class-names-BiMDVpUo.js";
2
- import { L as PauseIcon, z as PlayIcon } from "../../icons-CeGfXO21.js";
2
+ import { L as PauseIcon, z as PlayIcon } from "../../icons-cuEtsgj9.js";
3
3
  import { IconButton } from "../foundations/IconButton.js";
4
4
  import { i as formatClock } from "../../format-CWaZEp5o.js";
5
5
  import { EmptyState } from "../foundations/EmptyState.js";
@@ -1,5 +1,5 @@
1
1
  import { t as cx } from "../../class-names-BiMDVpUo.js";
2
- import { K as SpinnerIcon, nt as XIcon } from "../../icons-CeGfXO21.js";
2
+ import { K as SpinnerIcon, nt as XIcon } from "../../icons-cuEtsgj9.js";
3
3
  import { Tabs } from "../foundations/Tabs.js";
4
4
  import { WebPreview, WebPreviewEmpty, WebPreviewNavigation, WebPreviewNavigationButton, WebPreviewUrl, WebPreviewViewport } from "../general-purpose/WebPreview.js";
5
5
  import { BrowserLiveView } from "./BrowserLiveView.js";
@@ -1,4 +1,4 @@
1
- import { et as WarningIcon } from "../../icons-CeGfXO21.js";
1
+ import { et as WarningIcon } from "../../icons-cuEtsgj9.js";
2
2
  import { WorkbenchBack } from "./WorkbenchBack.js";
3
3
  import { StatusScreen } from "../general-purpose/StatusScreen.js";
4
4
  import { EmployeeChrome } from "./EmployeeChrome.js";
@@ -26,8 +26,10 @@ export interface EmployeeComposerProps<Id extends string = string> {
26
26
  /** Dictation control; mount live meter subscriptions inside this slot. */
27
27
  dictation?: React.ReactNode;
28
28
  context?: ContextProps;
29
+ /** Explains the scope of the supplied usage and context budget. */
30
+ contextDescription?: string;
29
31
  }
30
- declare function EmployeeComposerContent<Id extends string = string>({ personalization, connections, tools, contextSelector, tabs, model, dictation, context, onCompact, placeholder, disabled, ...input }: EmployeeComposerProps<Id>): React.JSX.Element;
32
+ declare function EmployeeComposerContent<Id extends string = string>({ personalization, connections, tools, contextSelector, tabs, model, dictation, context, contextDescription, onCompact, placeholder, disabled, ...input }: EmployeeComposerProps<Id>): React.JSX.Element;
31
33
  /** One composer anatomy for the app and its examples; unchanged configuration stays quiet during streaming. */
32
34
  export declare const EmployeeComposer: typeof EmployeeComposerContent;
33
35
  export interface EmployeeTranscriptProps extends Omit<ThinkChatMessageContentProps, "message"> {
@@ -1,11 +1,11 @@
1
1
  import { PromptInputActionAddAttachments, PromptInputActionMenu, PromptInputActionMenuContent, PromptInputActionMenuTrigger, PromptInputAttachments, PromptInputBody, PromptInputCommandComposer, PromptInputContextSelector, PromptInputFooter, PromptInputFooterEnd, PromptInputTools } from "../ai-sdk/PromptInput.js";
2
- import { Context, ContextContent, ContextContentBody, ContextContentHeader, ContextTrigger } from "../ai-sdk/Context.js";
3
- import { CodexModelSelector } from "../extension/CodexModelSelector.js";
4
- import { ConversationTabPicker } from "../extension/ConversationTabPicker.js";
5
2
  import { AgentChat, useAgentChatCompaction } from "./AgentChat.js";
6
- import { n as SetupChecklistGroup } from "../../SetupChecklist-DWyifWWg.js";
3
+ import { ConversationTabPicker } from "../extension/ConversationTabPicker.js";
4
+ import { n as SetupChecklistGroup } from "../../SetupChecklist-BiWQkKEq.js";
7
5
  import { McpServerPickerItems } from "./McpServerPicker.js";
8
6
  import { EmployeeStartScreen } from "./EmployeeStartScreen.js";
7
+ import { Context, ContextContent, ContextContentBody, ContextContentFooter, ContextContentHeader, ContextTrigger } from "../ai-sdk/Context.js";
8
+ import { CodexModelSelector } from "../extension/CodexModelSelector.js";
9
9
  import { ThinkChat } from "./ThinkChat.js";
10
10
  import * as React from "react";
11
11
  import { Fragment, jsx, jsxs } from "react/jsx-runtime";
@@ -26,7 +26,7 @@ function CompactingInput({ onCompact, ...props }) {
26
26
  }
27
27
  })] });
28
28
  }
29
- function EmployeeComposerContent({ personalization, connections, tools, contextSelector, tabs, model, dictation, context, onCompact, placeholder = "How can I help you today?", disabled, ...input }) {
29
+ function EmployeeComposerContent({ personalization, connections, tools, contextSelector, tabs, model, dictation, context, contextDescription, onCompact, placeholder = "How can I help you today?", disabled, ...input }) {
30
30
  const inputProps = {
31
31
  ...input,
32
32
  placeholder,
@@ -57,7 +57,14 @@ function EmployeeComposerContent({ personalization, connections, tools, contextS
57
57
  dictation,
58
58
  context ? /* @__PURE__ */ jsxs(Context, {
59
59
  ...context,
60
- children: [/* @__PURE__ */ jsx(ContextTrigger, {}), /* @__PURE__ */ jsxs(ContextContent, { children: [/* @__PURE__ */ jsx(ContextContentHeader, {}), /* @__PURE__ */ jsx(ContextContentBody, {})] })]
60
+ children: [/* @__PURE__ */ jsx(ContextTrigger, {}), /* @__PURE__ */ jsxs(ContextContent, { children: [
61
+ /* @__PURE__ */ jsx(ContextContentHeader, {}),
62
+ /* @__PURE__ */ jsx(ContextContentBody, {}),
63
+ contextDescription ? /* @__PURE__ */ jsx(ContextContentFooter, { children: /* @__PURE__ */ jsx("p", {
64
+ className: "context__description",
65
+ children: contextDescription
66
+ }) }) : null
67
+ ] })]
61
68
  }) : null,
62
69
  /* @__PURE__ */ jsx(AgentChat.Submit, {})
63
70
  ] })] })
@@ -1,21 +1,21 @@
1
1
  import { findCatalogMcpServerCard } from "../../utils/mcp-server-catalog.js";
2
- import { A as McpIcon, C as FolderIcon, F as MoonIcon, K as SpinnerIcon, P as MonitorIcon, R as PencilIcon, S as FileIcon, T as InfoIcon, V as QueueIcon, W as SidebarIcon, Y as SunIcon, Z as TerminalIcon, b as EyeIcon, c as BoxIcon, et as WarningIcon, o as ArrowUpRightIcon, q as SquareIcon, r as ArrowLeftIcon, y as EllipsisIcon } from "../../icons-CeGfXO21.js";
2
+ import { A as McpIcon, C as FolderIcon, F as MoonIcon, K as SpinnerIcon, P as MonitorIcon, R as PencilIcon, S as FileIcon, T as InfoIcon, V as QueueIcon, W as SidebarIcon, Y as SunIcon, Z as TerminalIcon, b as EyeIcon, c as BoxIcon, et as WarningIcon, o as ArrowUpRightIcon, q as SquareIcon, r as ArrowLeftIcon, y as EllipsisIcon } from "../../icons-cuEtsgj9.js";
3
3
  import { Button } from "../foundations/Button.js";
4
- import { Menu } from "../foundations/Menu.js";
5
4
  import { Tooltip } from "../foundations/Tooltip.js";
6
5
  import { IconButton } from "../foundations/IconButton.js";
7
6
  import { Dialog } from "../foundations/Dialog.js";
8
7
  import { a as formatErrorMessage } from "../../format-CWaZEp5o.js";
9
- import { AgentChatStartScreen, AgentChatStartScreenComposer, AgentChatStartScreenPrimary, AgentChatStartScreenSuggestions, AgentChatStartScreenTray, AgentChatStarterList } from "../ai-sdk/AgentChatStartScreen.js";
10
- import { n as isPlainPrimaryLinkActivation } from "../../navigation-link-kqMa81v5.js";
11
- import { DescriptionList } from "../foundations/DescriptionList.js";
12
- import { Avatar } from "../foundations/Avatar.js";
13
- import { ChatGptSignInScreen } from "../extension/ChatGptSignInScreen.js";
14
8
  import { SubagentRunLabel, getSubagentRunName } from "./SubagentRunIndicator.js";
9
+ import { Menu } from "../foundations/Menu.js";
15
10
  import { BrandLoading } from "../general-purpose/BrandLoading.js";
16
11
  import { AgentChat } from "./AgentChat.js";
17
12
  import { EmptyState } from "../foundations/EmptyState.js";
18
13
  import { AppTopBar } from "../general-purpose/AppTopBar.js";
14
+ import { n as isPlainPrimaryLinkActivation } from "../../navigation-link-kqMa81v5.js";
15
+ import { AgentChatStartScreen, AgentChatStartScreenComposer, AgentChatStartScreenPrimary, AgentChatStartScreenSuggestions, AgentChatStartScreenTray, AgentChatStarterList } from "../ai-sdk/AgentChatStartScreen.js";
16
+ import { ChatGptSignInScreen } from "../extension/ChatGptSignInScreen.js";
17
+ import { Avatar } from "../foundations/Avatar.js";
18
+ import { DescriptionList } from "../foundations/DescriptionList.js";
19
19
  import { useTheme } from "../foundations/ThemeProvider.js";
20
20
  import { ActionGuide, ActionGuideAction, ActionGuideList, ActionGuideSection } from "../general-purpose/ActionGuide.js";
21
21
  import { ResponsiveSidebarShell, useResponsiveSidebarShell } from "../general-purpose/ResponsiveSidebarShell.js";
@@ -1,4 +1,4 @@
1
- import { R as PencilIcon, r as ArrowLeftIcon } from "../../icons-CeGfXO21.js";
1
+ import { R as PencilIcon, r as ArrowLeftIcon } from "../../icons-cuEtsgj9.js";
2
2
  import { AppTopBar } from "../general-purpose/AppTopBar.js";
3
3
  import { StatusScreen } from "../general-purpose/StatusScreen.js";
4
4
  import { ResponsiveSidebarShell } from "../general-purpose/ResponsiveSidebarShell.js";
@@ -1,10 +1,10 @@
1
- import { C as FolderIcon, G as SlackIcon, I as PaperclipIcon, c as BoxIcon, g as DiscordIcon } from "../../icons-CeGfXO21.js";
2
- import { Menu } from "../foundations/Menu.js";
1
+ import { C as FolderIcon, G as SlackIcon, I as PaperclipIcon, c as BoxIcon, g as DiscordIcon } from "../../icons-cuEtsgj9.js";
3
2
  import { IconButton } from "../foundations/IconButton.js";
3
+ import { Menu } from "../foundations/Menu.js";
4
4
  import { ActionGuideAction } from "../general-purpose/ActionGuide.js";
5
5
  import { AppIcon } from "../foundations/AppIcon.js";
6
6
  import { EmployeeChrome } from "./EmployeeChrome.js";
7
- import { t as SetupChecklistAction } from "../../SetupChecklist-DWyifWWg.js";
7
+ import { t as SetupChecklistAction } from "../../SetupChecklist-BiWQkKEq.js";
8
8
  import { McpServerPickerAction, McpServerPickerItems } from "./McpServerPicker.js";
9
9
  import { WorkspaceMountManager } from "./WorkspaceMountManager.js";
10
10
  import * as React from "react";
@@ -1,7 +1,7 @@
1
- import { B as PlusIcon, y as EllipsisIcon } from "../../icons-CeGfXO21.js";
2
- import { Menu } from "../foundations/Menu.js";
1
+ import { B as PlusIcon, y as EllipsisIcon } from "../../icons-cuEtsgj9.js";
3
2
  import { IconButton } from "../foundations/IconButton.js";
4
3
  import { a as formatErrorMessage } from "../../format-CWaZEp5o.js";
4
+ import { Menu } from "../foundations/Menu.js";
5
5
  import { AppTopBar } from "../general-purpose/AppTopBar.js";
6
6
  import { Toast } from "../foundations/Toast.js";
7
7
  import "react";
@@ -1,2 +1,2 @@
1
- import { n as ManagerOfficeSidebar, r as ManagerOfficeSidebarAlert, t as ManagerOffice } from "../../ManagerOffice-CJwBAEMv.js";
1
+ import { n as ManagerOfficeSidebar, r as ManagerOfficeSidebarAlert, t as ManagerOffice } from "../../ManagerOffice-CMJ7laGe.js";
2
2
  export { ManagerOffice, ManagerOfficeSidebar, ManagerOfficeSidebarAlert };
@@ -1,11 +1,11 @@
1
- import { B as PlusIcon, C as FolderIcon, G as SlackIcon, P as MonitorIcon, R as PencilIcon, W as SidebarIcon, et as WarningIcon, r as ArrowLeftIcon } from "../../icons-CeGfXO21.js";
1
+ import { B as PlusIcon, C as FolderIcon, G as SlackIcon, P as MonitorIcon, R as PencilIcon, W as SidebarIcon, et as WarningIcon, r as ArrowLeftIcon } from "../../icons-cuEtsgj9.js";
2
2
  import { IconButton } from "../foundations/IconButton.js";
3
3
  import { EmptyState } from "../foundations/EmptyState.js";
4
4
  import { AppTopBar } from "../general-purpose/AppTopBar.js";
5
5
  import { ResponsiveSidebarShell } from "../general-purpose/ResponsiveSidebarShell.js";
6
6
  import { ThinkThreadPicker } from "./ThinkThreadPicker.js";
7
7
  import { EmployeeChrome } from "./EmployeeChrome.js";
8
- import { n as ManagerOfficeSidebar, r as ManagerOfficeSidebarAlert, t as ManagerOffice } from "../../ManagerOffice-CJwBAEMv.js";
8
+ import { n as ManagerOfficeSidebar, r as ManagerOfficeSidebarAlert, t as ManagerOffice } from "../../ManagerOffice-CMJ7laGe.js";
9
9
  import "react";
10
10
  import { Fragment, jsx, jsxs } from "react/jsx-runtime";
11
11
  //#region src/components/agents-sdk/ManagerOfficeScreens.tsx
@@ -1,11 +1,11 @@
1
1
  import { t as cx } from "../../class-names-BiMDVpUo.js";
2
- import { K as SpinnerIcon, d as CheckIcon, et as WarningIcon } from "../../icons-CeGfXO21.js";
2
+ import { K as SpinnerIcon, d as CheckIcon, et as WarningIcon } from "../../icons-cuEtsgj9.js";
3
3
  import { Button } from "../foundations/Button.js";
4
- import { AgentAttention, AgentAttentionActions, AgentAttentionBody, AgentAttentionHeader } from "../ai-sdk/AgentAttention.js";
5
4
  import { a as formatErrorMessage } from "../../format-CWaZEp5o.js";
6
5
  import { DescriptionList } from "../foundations/DescriptionList.js";
7
6
  import { McpServerIcon } from "./McpServerIcon.js";
8
7
  import { t as getMcpServerProjection } from "../../mcp-server-mAErsxHU.js";
8
+ import { AgentAttention, AgentAttentionActions, AgentAttentionBody, AgentAttentionHeader } from "../ai-sdk/AgentAttention.js";
9
9
  import * as React from "react";
10
10
  import { jsx, jsxs } from "react/jsx-runtime";
11
11
  import { getToolPartState } from "@cloudflare/think/react";
@@ -1,9 +1,9 @@
1
1
  import { CUSTOM_MCP_SERVER_CARD } from "../../utils/mcp-server-catalog.js";
2
2
  import { t as cx } from "../../class-names-BiMDVpUo.js";
3
3
  import { Button } from "../foundations/Button.js";
4
+ import { a as formatErrorMessage } from "../../format-CWaZEp5o.js";
4
5
  import { Field } from "../foundations/Field.js";
5
6
  import { Form } from "../foundations/Form.js";
6
- import { a as formatErrorMessage } from "../../format-CWaZEp5o.js";
7
7
  import { Fieldset } from "../foundations/Fieldset.js";
8
8
  import * as React from "react";
9
9
  import { jsx, jsxs } from "react/jsx-runtime";
@@ -1,8 +1,7 @@
1
1
  import { CUSTOM_MCP_SERVER_CARD } from "../../utils/mcp-server-catalog.js";
2
2
  import { t as cx } from "../../class-names-BiMDVpUo.js";
3
- import { B as PlusIcon, K as SpinnerIcon, et as WarningIcon, nt as XIcon, o as ArrowUpRightIcon, y as EllipsisIcon } from "../../icons-CeGfXO21.js";
3
+ import { B as PlusIcon, K as SpinnerIcon, et as WarningIcon, nt as XIcon, o as ArrowUpRightIcon, y as EllipsisIcon } from "../../icons-cuEtsgj9.js";
4
4
  import { Button } from "../foundations/Button.js";
5
- import { AgentAttention, AgentAttentionBody, AgentAttentionHeader } from "../ai-sdk/AgentAttention.js";
6
5
  import { IconButton } from "../foundations/IconButton.js";
7
6
  import { Dialog } from "../foundations/Dialog.js";
8
7
  import { a as formatErrorMessage } from "../../format-CWaZEp5o.js";
@@ -12,6 +11,7 @@ import { McpServerIcon } from "./McpServerIcon.js";
12
11
  import { SearchField } from "../foundations/SearchField.js";
13
12
  import { t as getMcpServerProjection } from "../../mcp-server-mAErsxHU.js";
14
13
  import { McpServerSetupDialog } from "./McpServerPicker.js";
14
+ import { AgentAttention, AgentAttentionBody, AgentAttentionHeader } from "../ai-sdk/AgentAttention.js";
15
15
  import * as React from "react";
16
16
  import { Fragment, jsx, jsxs } from "react/jsx-runtime";
17
17
  //#region src/components/agents-sdk/McpPluginCatalog.tsx
@@ -1,9 +1,9 @@
1
1
  import { n as mergeBaseClassName } from "../../class-names-BiMDVpUo.js";
2
- import { K as SpinnerIcon, N as MinusIcon, d as CheckIcon, et as WarningIcon } from "../../icons-CeGfXO21.js";
2
+ import { K as SpinnerIcon, N as MinusIcon, d as CheckIcon, et as WarningIcon } from "../../icons-cuEtsgj9.js";
3
3
  import { buttonVariants } from "../foundations/Button.js";
4
- import { Menu } from "../foundations/Menu.js";
5
4
  import { Dialog } from "../foundations/Dialog.js";
6
5
  import { a as formatErrorMessage } from "../../format-CWaZEp5o.js";
6
+ import { Menu } from "../foundations/Menu.js";
7
7
  import { PromptInputActionMenu, PromptInputActionMenuContent, PromptInputActionMenuTrigger } from "../ai-sdk/PromptInput.js";
8
8
  import { McpServerIcon } from "./McpServerIcon.js";
9
9
  import { t as getMcpServerProjection } from "../../mcp-server-mAErsxHU.js";
@@ -1,5 +1,12 @@
1
1
  import { SettingsFormDialogProps } from "../general-purpose/SettingsFormDialog.js";
2
2
  //#region src/components/agents-sdk/ModelEndpointDialog.d.ts
3
+ declare const MODEL_APIS: readonly [{
4
+ readonly value: "chat-completions";
5
+ readonly label: "Chat Completions";
6
+ }, {
7
+ readonly value: "responses";
8
+ readonly label: "Responses";
9
+ }];
3
10
  export interface ModelEndpointDialogProps {
4
11
  /** Whether the host has opened its model connection settings. */
5
12
  open: boolean;
@@ -11,6 +18,7 @@ export interface ModelEndpointDialogProps {
11
18
  onRemove?: () => Promise<void>;
12
19
  /** Existing endpoint values and the most recent request error. */
13
20
  configured?: {
21
+ api: (typeof MODEL_APIS)[number]["value"];
14
22
  baseUrl: string;
15
23
  modelId: string;
16
24
  acceptsImages: boolean;
@@ -1,15 +1,23 @@
1
1
  import { Field } from "../foundations/Field.js";
2
2
  import { SettingsFormDialog } from "../general-purpose/SettingsFormDialog.js";
3
+ import { Select } from "../foundations/Select.js";
3
4
  import { Checkbox } from "../foundations/Checkbox.js";
4
5
  import { jsx, jsxs } from "react/jsx-runtime";
5
6
  //#region src/components/agents-sdk/ModelEndpointDialog.tsx
7
+ const MODEL_APIS = [{
8
+ value: "chat-completions",
9
+ label: "Chat Completions"
10
+ }, {
11
+ value: "responses",
12
+ label: "Responses"
13
+ }];
6
14
  /** Shared connection form; the host owns validation, credentials and persistence. */
7
15
  function ModelEndpointDialog({ open, onOpenChange, onSubmit, onRemove, configured }) {
8
16
  return /* @__PURE__ */ jsxs(SettingsFormDialog, {
9
17
  open,
10
18
  onOpenChange,
11
19
  title: "Custom model endpoint",
12
- description: "Run inference against any OpenAI-compatible chat-completions endpoint an org gateway, vLLM, LiteLLM, or a local Ollama. The API key is stored by your employee and used for model requests; leave it blank for endpoints without auth.",
20
+ description: "Connect to an OpenAI-compatible endpoint using Chat Completions or Responses. The API key is stored by your employee and used for model requests; leave it blank for endpoints without auth.",
13
21
  submitLabel: "Use this endpoint",
14
22
  removeLabel: onRemove ? "Use ChatGPT instead" : void 0,
15
23
  externalError: configured?.error ? `Last request failed: ${configured.error}` : void 0,
@@ -37,6 +45,21 @@ function ModelEndpointDialog({ open, onOpenChange, onSubmit, onRemove, configure
37
45
  })
38
46
  ]
39
47
  }),
48
+ /* @__PURE__ */ jsxs(Field.Root, {
49
+ name: "api",
50
+ children: [
51
+ /* @__PURE__ */ jsx(Field.Label, { children: "API" }),
52
+ /* @__PURE__ */ jsxs(Select.Root, {
53
+ defaultValue: configured?.api ?? "chat-completions",
54
+ items: MODEL_APIS,
55
+ children: [/* @__PURE__ */ jsxs(Select.Trigger, { children: [/* @__PURE__ */ jsx(Select.Value, {}), /* @__PURE__ */ jsx(Select.Icon, {})] }), /* @__PURE__ */ jsx(Select.Portal, { children: /* @__PURE__ */ jsx(Select.Positioner, { children: /* @__PURE__ */ jsx(Select.Popup, { children: /* @__PURE__ */ jsx(Select.List, { children: MODEL_APIS.map(({ value, label }) => /* @__PURE__ */ jsx(Select.Item, {
56
+ value,
57
+ children: /* @__PURE__ */ jsx(Select.ItemText, { children: label })
58
+ }, value)) }) }) }) })]
59
+ }),
60
+ /* @__PURE__ */ jsx(Field.Description, { children: "Choose the API your endpoint supports. Codex uses Responses." })
61
+ ]
62
+ }),
40
63
  /* @__PURE__ */ jsxs(Field.Root, {
41
64
  name: "modelId",
42
65
  children: [
@@ -1,13 +1,13 @@
1
1
  import { t as cx } from "../../class-names-BiMDVpUo.js";
2
- import { U as SearchIcon, f as ChevronDownIcon } from "../../icons-CeGfXO21.js";
2
+ import { U as SearchIcon, f as ChevronDownIcon } from "../../icons-cuEtsgj9.js";
3
3
  import { Button } from "../foundations/Button.js";
4
- import { Autocomplete } from "../foundations/Autocomplete.js";
5
4
  import { Dialog } from "../foundations/Dialog.js";
6
5
  import { c as titleCase } from "../../format-CWaZEp5o.js";
7
- import { Separator } from "../foundations/Separator.js";
6
+ import { Autocomplete } from "../foundations/Autocomplete.js";
8
7
  import { ScrollArea } from "../foundations/ScrollArea.js";
9
- import { t as ProviderLogo } from "../../provider-logos-DWYY8wNz.js";
10
8
  import { EmptyState } from "../foundations/EmptyState.js";
9
+ import { t as ProviderLogo } from "../../provider-logos-DWYY8wNz.js";
10
+ import { Separator } from "../foundations/Separator.js";
11
11
  import * as React from "react";
12
12
  import { Fragment, jsx, jsxs } from "react/jsx-runtime";
13
13
  import { createPortal } from "react-dom";
@@ -1,6 +1,6 @@
1
1
  import { t as cx } from "../../class-names-BiMDVpUo.js";
2
- import { ToolApproval } from "../ai-sdk/ToolApproval.js";
3
2
  import { ThinkExecutionApproval, ThinkPendingApproval, getPausedExecution } from "./ThinkPendingApproval.js";
3
+ import { ToolApproval } from "../ai-sdk/ToolApproval.js";
4
4
  import "react";
5
5
  import { jsx } from "react/jsx-runtime";
6
6
  import { isToolUIPart } from "ai";
@@ -1,6 +1,6 @@
1
1
  import { composerLinkHref } from "../../utils/composer-link.js";
2
2
  import { findCatalogMcpServerCard, getMcpServerIconSrc } from "../../utils/mcp-server-catalog.js";
3
- import { A as McpIcon, c as BoxIcon } from "../../icons-CeGfXO21.js";
3
+ import { A as McpIcon, c as BoxIcon } from "../../icons-cuEtsgj9.js";
4
4
  import { jsx } from "react/jsx-runtime";
5
5
  //#region src/components/agents-sdk/PromptInputCommands.tsx
6
6
  function mcpServerCommandIcon(server) {
@@ -1,5 +1,5 @@
1
1
  import { t as cx } from "../../class-names-BiMDVpUo.js";
2
- import { J as StopIcon, K as SpinnerIcon, d as CheckIcon, et as WarningIcon } from "../../icons-CeGfXO21.js";
2
+ import { J as StopIcon, K as SpinnerIcon, d as CheckIcon, et as WarningIcon } from "../../icons-cuEtsgj9.js";
3
3
  import { r as firstLine, s as textLines } from "../../format-CWaZEp5o.js";
4
4
  import "react";
5
5
  import { Fragment, jsx, jsxs } from "react/jsx-runtime";
@@ -1,8 +1,8 @@
1
1
  import { createExpansionStore } from "../ai-sdk/ExpansionState.js";
2
2
  import { Button } from "../foundations/Button.js";
3
- import { Queue, QueueItem, QueueItemAction, QueueItemActions, QueueItemContent, QueueItemDescription, QueueList, QueueSection, QueueSectionActions, QueueSectionContent, QueueSectionLabel, QueueSectionTrigger } from "../ai-sdk/Queue.js";
4
3
  import { getSubagentRunName } from "./SubagentRunIndicator.js";
5
4
  import { useOptionalAgentChatQueue } from "./AgentChatQueue.js";
5
+ import { Queue, QueueItem, QueueItemAction, QueueItemActions, QueueItemContent, QueueItemDescription, QueueList, QueueSection, QueueSectionActions, QueueSectionContent, QueueSectionLabel, QueueSectionTrigger } from "../ai-sdk/Queue.js";
6
6
  import { AgentChatNotice, AgentChatPromptTray } from "./AgentChat.js";
7
7
  import { SubagentRunSelector } from "./SubagentRunSelector.js";
8
8
  import * as React from "react";
@@ -1,8 +1,8 @@
1
1
  import { t as cx } from "../../class-names-BiMDVpUo.js";
2
2
  import { buttonVariants } from "../foundations/Button.js";
3
3
  import { Tooltip } from "../foundations/Tooltip.js";
4
- import { t as NavigationLink } from "../../navigation-link-kqMa81v5.js";
5
4
  import { SubagentRunLabel, getSubagentRunName, getSubagentRunStatusText } from "./SubagentRunIndicator.js";
5
+ import { t as NavigationLink } from "../../navigation-link-kqMa81v5.js";
6
6
  import "react";
7
7
  import { jsx, jsxs } from "react/jsx-runtime";
8
8
  //#region src/components/agents-sdk/SubagentRunSelector.tsx
@@ -1,11 +1,11 @@
1
+ import { AgentActivityFavicon, AgentActivityIcon } from "./AgentActivity.js";
1
2
  import { useExpansionState } from "../ai-sdk/ExpansionState.js";
2
3
  import { Activity, ActivityContent, ActivityItem, ActivityItemGroup, ActivityText, ActivityTrigger } from "../ai-sdk/Activity.js";
3
4
  import { Button } from "../foundations/Button.js";
4
5
  import { MessageResponse } from "../ai-sdk/Message.js";
5
- import { t as NavigationLink } from "../../navigation-link-kqMa81v5.js";
6
- import { AgentActivityFavicon, AgentActivityIcon } from "./AgentActivity.js";
7
6
  import { useOptionalAgentToolRuns } from "./AgentToolRunsContext.js";
8
7
  import { getSubagentRunName } from "./SubagentRunIndicator.js";
8
+ import { t as NavigationLink } from "../../navigation-link-kqMa81v5.js";
9
9
  import { useOptionalThinkChatLive } from "./ThinkChatContext.js";
10
10
  import { isBrowserToolPart, isExecuteToolPart, isFetchToolPart, isPartWorking, isSessionContextToolPart, isSkillToolPart, isThinkChatActivityPart, isWorkspaceToolPart } from "./ThinkChatToolParts.js";
11
11
  import { ThinkChatBrowserPanel, ThinkChatExecutePanel, ThinkChatFetchPanel, ThinkChatSessionContextPanel, ThinkChatSkillPanel, ThinkChatWorkspacePanel } from "./ThinkChatToolPanels.js";
@@ -1,8 +1,8 @@
1
1
  import { ActivityOutput, ActivityPanel } from "../ai-sdk/Activity.js";
2
- import { Tabs } from "../foundations/Tabs.js";
3
2
  import { o as formatUnknownValue } from "../../format-CWaZEp5o.js";
4
- import { i as CodeBlockContent, r as CodeBlockContainer, t as CodeBlock } from "../../CodeBlock-Dw1z6jc8.js";
3
+ import { Tabs } from "../foundations/Tabs.js";
5
4
  import { BrowserLiveView } from "./BrowserLiveView.js";
5
+ import { i as CodeBlockContent, r as CodeBlockContainer, t as CodeBlock } from "../../CodeBlock-Bl-q7wMc.js";
6
6
  import { inferWorkspaceLanguage } from "./WorkspaceFile.js";
7
7
  import { displayUrl, isSessionContextToolFailure } from "./ThinkChatToolParts.js";
8
8
  import * as React from "react";
@@ -1,9 +1,9 @@
1
1
  import { t as cx } from "../../class-names-BiMDVpUo.js";
2
- import { S as FileIcon, T as InfoIcon } from "../../icons-CeGfXO21.js";
2
+ import { S as FileIcon, T as InfoIcon } from "../../icons-cuEtsgj9.js";
3
3
  import { Activity, ActivityContent, ActivityItemGroup, ActivityOutput, ActivityTrigger } from "../ai-sdk/Activity.js";
4
4
  import { o as formatUnknownValue } from "../../format-CWaZEp5o.js";
5
- import { DescriptionList } from "../foundations/DescriptionList.js";
6
5
  import { EmptyState } from "../foundations/EmptyState.js";
6
+ import { DescriptionList } from "../foundations/DescriptionList.js";
7
7
  import { formatThinkExecutionTimestamp, getThinkExecutionRunError, getThinkExecutionRunId, getThinkExecutionRunKindLabel, getThinkExecutionRunProgressedAt, getThinkExecutionRunProgressedLabel, getThinkExecutionRunTitle, isThinkSubmissionRun } from "./ThinkExecutionRun.js";
8
8
  import { ThinkExecutionStatus } from "./ThinkExecutionStatus.js";
9
9
  import "react";
@@ -1,5 +1,5 @@
1
1
  import { t as cx } from "../../class-names-BiMDVpUo.js";
2
- import { K as SpinnerIcon, L as PauseIcon, T as InfoIcon, d as CheckIcon, nt as XIcon } from "../../icons-CeGfXO21.js";
2
+ import { K as SpinnerIcon, L as PauseIcon, T as InfoIcon, d as CheckIcon, nt as XIcon } from "../../icons-cuEtsgj9.js";
3
3
  import { Tooltip } from "../foundations/Tooltip.js";
4
4
  import { formatThinkExecutionRunProgress, formatThinkExecutionStatus, getThinkExecutionRunKindLabel, getThinkExecutionRunStatus, getThinkExecutionRunStatusTone, getThinkExecutionRunTitle } from "./ThinkExecutionRun.js";
5
5
  import "react";
@@ -1,12 +1,12 @@
1
1
  import { t as cx } from "../../class-names-BiMDVpUo.js";
2
- import { H as RefreshIcon, et as WarningIcon, y as EllipsisIcon } from "../../icons-CeGfXO21.js";
2
+ import { H as RefreshIcon, et as WarningIcon, y as EllipsisIcon } from "../../icons-cuEtsgj9.js";
3
3
  import { buttonVariants } from "../foundations/Button.js";
4
- import { Menu } from "../foundations/Menu.js";
5
4
  import { IconButton } from "../foundations/IconButton.js";
6
5
  import { a as formatErrorMessage } from "../../format-CWaZEp5o.js";
7
- import { t as NavigationLink } from "../../navigation-link-kqMa81v5.js";
6
+ import { Menu } from "../foundations/Menu.js";
8
7
  import { EmptyState } from "../foundations/EmptyState.js";
9
8
  import { AppTopBar } from "../general-purpose/AppTopBar.js";
9
+ import { t as NavigationLink } from "../../navigation-link-kqMa81v5.js";
10
10
  import { getThinkExecutionRunAccessibleName, getThinkExecutionRunId, getThinkExecutionRunStatus, getThinkExecutionRunStatusTone, isThinkSubmissionRun } from "./ThinkExecutionRun.js";
11
11
  import { ThinkExecutionRunSummary } from "./ThinkExecutionStatus.js";
12
12
  import * as React from "react";
@@ -1,5 +1,5 @@
1
- import { AgentChatTurnError } from "../ai-sdk/AgentChatTurnError.js";
2
1
  import { TransitionSurface } from "../foundations/TransitionSurface.js";
2
+ import { AgentChatTurnError } from "../ai-sdk/AgentChatTurnError.js";
3
3
  import { jsx, jsxs } from "react/jsx-runtime";
4
4
  //#region src/components/agents-sdk/ThinkRecoveryNotice.tsx
5
5
  function connectionReason(error) {
@@ -1,4 +1,4 @@
1
- import { K as SpinnerIcon, Q as TrashIcon, z as PlayIcon } from "../../icons-CeGfXO21.js";
1
+ import { K as SpinnerIcon, Q as TrashIcon, z as PlayIcon } from "../../icons-cuEtsgj9.js";
2
2
  import { Button } from "../foundations/Button.js";
3
3
  import { a as formatErrorMessage } from "../../format-CWaZEp5o.js";
4
4
  import { n as mergeRefs } from "../../merge-refs-DF_7w2x_.js";
@@ -1,10 +1,10 @@
1
1
  import { t as cx } from "../../class-names-BiMDVpUo.js";
2
- import { B as PlusIcon } from "../../icons-CeGfXO21.js";
2
+ import { B as PlusIcon } from "../../icons-cuEtsgj9.js";
3
3
  import { buttonVariants } from "../foundations/Button.js";
4
4
  import { Tooltip } from "../foundations/Tooltip.js";
5
5
  import { t as capitalize } from "../../format-CWaZEp5o.js";
6
- import { n as isPlainPrimaryLinkActivation, t as NavigationLink } from "../../navigation-link-kqMa81v5.js";
7
6
  import { EmptyState } from "../foundations/EmptyState.js";
7
+ import { n as isPlainPrimaryLinkActivation, t as NavigationLink } from "../../navigation-link-kqMa81v5.js";
8
8
  import { SearchField } from "../foundations/SearchField.js";
9
9
  import { ToggleGroup } from "../foundations/ToggleGroup.js";
10
10
  import { getThinkRoutineNextRun } from "./ThinkRoutine.js";
@@ -1,13 +1,13 @@
1
1
  import { t as cx } from "../../class-names-BiMDVpUo.js";
2
- import { K as SpinnerIcon, d as CheckIcon, et as WarningIcon, f as ChevronDownIcon, r as ArrowLeftIcon } from "../../icons-CeGfXO21.js";
2
+ import { K as SpinnerIcon, d as CheckIcon, et as WarningIcon, f as ChevronDownIcon, r as ArrowLeftIcon } from "../../icons-cuEtsgj9.js";
3
3
  import { Button } from "../foundations/Button.js";
4
+ import { a as formatErrorMessage } from "../../format-CWaZEp5o.js";
4
5
  import { Field } from "../foundations/Field.js";
5
6
  import { Form } from "../foundations/Form.js";
6
7
  import { Textarea } from "../foundations/Textarea.js";
7
- import { a as formatErrorMessage } from "../../format-CWaZEp5o.js";
8
- import { Select } from "../foundations/Select.js";
9
8
  import { AppTopBar } from "../general-purpose/AppTopBar.js";
10
9
  import { Fieldset } from "../foundations/Fieldset.js";
10
+ import { Select } from "../foundations/Select.js";
11
11
  import { Checkbox } from "../foundations/Checkbox.js";
12
12
  import { CheckboxGroup } from "../foundations/CheckboxGroup.js";
13
13
  import { Combobox } from "../foundations/Combobox.js";