@mcp-b/react-components 0.48.0 → 0.49.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.
- package/dist/AgentChatQueue-v5890eA1.d.ts +48 -0
- package/dist/AgentToolRunsContext-GMe_hSnD.d.ts +35 -0
- package/dist/Avatar-o2NO1fCG.d.ts +124 -0
- package/dist/{Button-CZt3yywF.d.ts → Button-DjONW5UW.d.ts} +1 -1
- package/dist/{CodeBlock-C380GD5t.d.ts → CodeBlock--r6GS8YV.d.ts} +8 -2
- package/dist/{CodeBlock-BSJl682D.js → CodeBlock-g8sADidM.js} +8 -8
- package/dist/{FileTree-DvE0hNZu.js → FileTree-DruTQ-oa.js} +38 -36
- package/dist/{IconButton-BAUFhUk8.d.ts → IconButton-ByiyjkYE.d.ts} +2 -2
- package/dist/{Menu-yb6QXWA3.d.ts → Menu-CgfUZhZd.d.ts} +1 -1
- package/dist/{Message-D_vCVEGB.d.ts → Message-DyaTBiV7.d.ts} +17 -4
- package/dist/MessageScrollerVirtual-D4afYwVB.d.ts +84 -0
- package/dist/{PromptInput-DtJHyp0S.d.ts → PromptInput-4kCz3T9P.d.ts} +45 -32
- package/dist/PromptInputApproval-D2hpn54U.d.ts +44 -0
- package/dist/Separator-CzhtLYE1.d.ts +41 -0
- package/dist/Toolbar-CGY004u0.d.ts +155 -0
- package/dist/{Workspace-LIoU30n7.d.ts → Workspace-HzGrWDX3.d.ts} +1 -1
- package/dist/{WorkspaceFile-Dq-GC0_T.d.ts → WorkspaceFile-Bouauobc.d.ts} +1 -1
- package/dist/{WorkspaceFileView-C_WnYm-a.js → WorkspaceFileView-DYPtRVpM.js} +5 -4
- package/dist/{WorkspaceLink-B1d2GIGl.js → WorkspaceLink-BYZG-V_I.js} +8 -91
- package/dist/{WorkspaceMessageResponse-BqOezptB.js → WorkspaceMessageResponse-CUJk9_P5.js} +2 -2
- package/dist/components/agents-sdk/AgentActivity.js +1 -1
- package/dist/components/agents-sdk/AgentChat.d.ts +198 -2
- package/dist/components/agents-sdk/AgentChat.js +527 -672
- package/dist/components/agents-sdk/AgentChatQueue.d.ts +2 -0
- package/dist/components/agents-sdk/AgentChatQueue.js +206 -0
- package/dist/components/agents-sdk/AgentEvent.js +2 -2
- package/dist/components/agents-sdk/AgentToolRunsContext.d.ts +2 -2
- package/dist/components/agents-sdk/AgentToolRunsContext.js +1 -36
- package/dist/components/agents-sdk/BrowserLiveScreen.js +22 -14
- package/dist/components/agents-sdk/BrowserLiveView.js +1 -1
- package/dist/components/agents-sdk/BrowserReplay.d.ts +1 -1
- package/dist/components/agents-sdk/BrowserReplay.js +1 -1
- package/dist/components/agents-sdk/BrowserRunPanel.d.ts +3 -0
- package/dist/components/agents-sdk/BrowserRunPanel.js +32 -31
- package/dist/components/agents-sdk/EmployeeChrome.d.ts +212 -0
- package/dist/components/agents-sdk/EmployeeChrome.js +555 -0
- package/dist/components/agents-sdk/ManagerOffice.d.ts +79 -40
- package/dist/components/agents-sdk/ManagerOffice.js +291 -281
- package/dist/components/agents-sdk/McpConnectionRequest.d.ts +4 -4
- package/dist/components/agents-sdk/McpConnectionRequest.js +4 -3
- package/dist/components/agents-sdk/McpConnectorForm.d.ts +38 -1
- package/dist/components/agents-sdk/McpConnectorForm.js +1 -1
- package/dist/components/agents-sdk/McpPluginCatalog.d.ts +93 -1
- package/dist/components/agents-sdk/McpPluginCatalog.js +5 -4
- package/dist/components/agents-sdk/McpServerIcon.d.ts +17 -0
- package/dist/components/agents-sdk/McpServerIcon.js +25 -0
- package/dist/components/agents-sdk/McpServerPicker.d.ts +5 -4
- package/dist/components/agents-sdk/McpServerPicker.js +4 -3
- package/dist/components/agents-sdk/ModelSelector.d.ts +4 -4
- package/dist/components/agents-sdk/ModelSelector.js +4 -4
- package/dist/components/agents-sdk/PromptInputApproval.d.ts +1 -43
- package/dist/components/agents-sdk/PromptInputApproval.js +1 -1
- package/dist/components/agents-sdk/PromptInputCommands.d.ts +1 -1
- package/dist/components/agents-sdk/PromptInputCommands.js +2 -3
- package/dist/components/agents-sdk/SessionCompaction.d.ts +88 -1
- package/dist/components/agents-sdk/SessionCompaction.js +2 -2
- package/dist/components/agents-sdk/SubagentRunDetails.d.ts +30 -1
- package/dist/components/agents-sdk/SubagentRunDetails.js +57 -1
- package/dist/components/agents-sdk/SubagentRunIndicator.d.ts +9 -9
- package/dist/components/agents-sdk/SubagentRunIndicator.js +19 -24
- package/dist/components/agents-sdk/SubagentRunList.d.ts +6 -3
- package/dist/components/agents-sdk/SubagentRunList.js +4 -2
- package/dist/components/agents-sdk/SubagentRunPanel.d.ts +60 -0
- package/dist/components/agents-sdk/SubagentRunPanel.js +255 -0
- package/dist/components/agents-sdk/SubagentRunSelector.d.ts +8 -4
- package/dist/components/agents-sdk/SubagentRunSelector.js +5 -3
- package/dist/components/agents-sdk/ThinkChat.d.ts +102 -2
- package/dist/components/agents-sdk/ThinkChat.js +233 -2
- package/dist/components/agents-sdk/ThinkChatActivity.d.ts +76 -1
- package/dist/components/agents-sdk/ThinkChatActivity.js +18 -10
- package/dist/components/agents-sdk/ThinkChatContext.d.ts +27 -1
- package/dist/components/agents-sdk/ThinkChatContext.js +1 -1
- package/dist/components/agents-sdk/ThinkChatToolPanels.js +24 -19
- package/dist/components/agents-sdk/ThinkExecutionDetail.js +2 -2
- package/dist/components/agents-sdk/ThinkExecutionStatus.d.ts +1 -1
- package/dist/components/agents-sdk/ThinkExecutionStatus.js +1 -1
- package/dist/components/agents-sdk/ThinkExecutionWorkbench.d.ts +85 -28
- package/dist/components/agents-sdk/ThinkExecutionWorkbench.js +159 -102
- package/dist/components/agents-sdk/ThinkFullApp.d.ts +40 -158
- package/dist/components/agents-sdk/ThinkFullApp.js +71 -290
- package/dist/components/agents-sdk/ThinkRecoveryNotice.d.ts +18 -1
- package/dist/components/agents-sdk/ThinkRecoveryNotice.js +1 -1
- package/dist/components/agents-sdk/ThinkRoutineActions.d.ts +51 -0
- package/dist/components/agents-sdk/ThinkRoutineActions.js +201 -0
- package/dist/components/agents-sdk/ThinkRoutineBrowser.d.ts +4 -1
- package/dist/components/agents-sdk/ThinkRoutineBrowser.js +17 -15
- package/dist/components/agents-sdk/ThinkRoutineDetail.js +11 -11
- package/dist/components/agents-sdk/ThinkRoutineForm.d.ts +2 -1
- package/dist/components/agents-sdk/ThinkRoutineForm.js +14 -14
- package/dist/components/agents-sdk/ThinkRoutineRuns.js +7 -7
- package/dist/components/agents-sdk/ThinkThreadPicker.d.ts +90 -1
- package/dist/components/agents-sdk/ThinkThreadPicker.js +3 -3
- package/dist/components/agents-sdk/Workspace.d.ts +1 -1
- package/dist/components/agents-sdk/Workspace.js +7 -13
- package/dist/components/agents-sdk/WorkspaceBrowser.d.ts +1 -1
- package/dist/components/agents-sdk/WorkspaceBrowser.js +1 -1
- package/dist/components/agents-sdk/WorkspaceConcept.d.ts +1 -1
- package/dist/components/agents-sdk/WorkspaceCorrespondence.d.ts +10 -1
- package/dist/components/agents-sdk/WorkspaceCorrespondence.js +10 -7
- package/dist/components/agents-sdk/WorkspaceExecution.d.ts +5 -14
- package/dist/components/agents-sdk/WorkspaceExecution.js +24 -38
- package/dist/components/agents-sdk/WorkspaceExplorer.d.ts +5 -2
- package/dist/components/agents-sdk/WorkspaceExplorer.js +3 -2
- package/dist/components/agents-sdk/WorkspaceFile.d.ts +1 -1
- package/dist/components/agents-sdk/WorkspaceFileView.d.ts +1 -1
- package/dist/components/agents-sdk/WorkspaceFileView.js +1 -1
- package/dist/components/agents-sdk/WorkspaceHeader.js +1 -1
- package/dist/components/agents-sdk/WorkspaceLink.js +1 -1
- package/dist/components/agents-sdk/WorkspaceLive.d.ts +60 -1
- package/dist/components/agents-sdk/WorkspaceMessageResponse.d.ts +47 -1
- package/dist/components/agents-sdk/WorkspaceMessageResponse.js +1 -1
- package/dist/components/agents-sdk/WorkspaceMountManager.d.ts +3 -2
- package/dist/components/agents-sdk/WorkspaceMountManager.js +6 -9
- package/dist/components/agents-sdk/WorkspaceNavigationRestoration.d.ts +38 -0
- package/dist/components/agents-sdk/WorkspaceNavigationRestoration.js +86 -0
- package/dist/components/agents-sdk/WorkspaceProject.d.ts +5 -14
- package/dist/components/agents-sdk/WorkspaceProject.js +21 -35
- package/dist/components/agents-sdk/WorkspaceUserScript.d.ts +1 -1
- package/dist/components/agents-sdk/WorkspaceUserScript.js +8 -5
- package/dist/components/ai-sdk/Activity.d.ts +1 -1
- package/dist/components/ai-sdk/Activity.js +1 -1
- package/dist/components/ai-sdk/AgentAttention.d.ts +2 -2
- package/dist/components/ai-sdk/AgentChatMessageEditor.js +5 -1
- package/dist/components/ai-sdk/AgentChatStartScreen.d.ts +89 -2
- package/dist/components/ai-sdk/AgentChatStartScreen.js +64 -43
- package/dist/components/ai-sdk/AgentMessageParts.d.ts +45 -1
- package/dist/components/ai-sdk/Approval.d.ts +1 -1
- package/dist/components/ai-sdk/Approval.js +2 -2
- package/dist/components/ai-sdk/Artifact.d.ts +2 -2
- package/dist/components/ai-sdk/Artifact.js +1 -1
- package/dist/components/ai-sdk/ChainOfThought.d.ts +1 -1
- package/dist/components/ai-sdk/ChainOfThought.js +1 -1
- package/dist/components/ai-sdk/Checkpoint.js +1 -1
- package/dist/components/ai-sdk/CodeBlock.d.ts +1 -1
- package/dist/components/ai-sdk/CodeBlock.js +1 -1
- package/dist/components/ai-sdk/ComposerLink.js +2 -3
- package/dist/components/ai-sdk/ConnectedAppCards.d.ts +9 -1
- package/dist/components/ai-sdk/ConnectedAppCards.js +28 -21
- package/dist/components/ai-sdk/Context.d.ts +7 -3
- package/dist/components/ai-sdk/Context.js +7 -17
- package/dist/components/ai-sdk/Conversation.d.ts +2 -2
- package/dist/components/ai-sdk/Conversation.js +1 -1
- package/dist/components/ai-sdk/Goal.d.ts +3 -3
- package/dist/components/ai-sdk/Goal.js +3 -3
- package/dist/components/ai-sdk/InlineCitation.d.ts +1 -1
- package/dist/components/ai-sdk/MediaPreviewCard.d.ts +1 -1
- package/dist/components/ai-sdk/MediaPreviewCard.js +1 -1
- package/dist/components/ai-sdk/Message.d.ts +2 -2
- package/dist/components/ai-sdk/Message.js +12 -3
- package/dist/components/ai-sdk/MessageScroller.d.ts +1 -1
- package/dist/components/ai-sdk/MessageScroller.js +1 -1
- package/dist/components/ai-sdk/MessageScrollerVirtual.d.ts +2 -76
- package/dist/components/ai-sdk/MessageScrollerVirtual.js +40 -5
- package/dist/components/ai-sdk/Plan.d.ts +1 -1
- package/dist/components/ai-sdk/Plan.js +1 -1
- package/dist/components/ai-sdk/PromptInput.d.ts +2 -2
- package/dist/components/ai-sdk/PromptInput.js +175 -231
- package/dist/components/ai-sdk/PromptInputComposerEditor.js +32 -9
- package/dist/components/ai-sdk/Queue.d.ts +28 -5
- package/dist/components/ai-sdk/Queue.js +20 -5
- package/dist/components/ai-sdk/Reasoning.d.ts +1 -1
- package/dist/components/ai-sdk/Reasoning.js +5 -5
- package/dist/components/ai-sdk/Sources.d.ts +1 -1
- package/dist/components/ai-sdk/Sources.js +1 -1
- package/dist/components/ai-sdk/Task.d.ts +1 -1
- package/dist/components/ai-sdk/Task.js +1 -1
- package/dist/components/extension/ChatGptSignInScreen.d.ts +1 -1
- package/dist/components/extension/ChatGptSignInScreen.js +1 -1
- package/dist/components/extension/CodexModelSelector.d.ts +6 -1
- package/dist/components/extension/CodexModelSelector.js +3 -3
- package/dist/components/extension/ConversationTabPicker.d.ts +1 -0
- package/dist/components/extension/ConversationTabPicker.js +2 -2
- package/dist/components/foundations/AlertDialog.d.ts +1 -1
- package/dist/components/foundations/AppIcon.d.ts +3 -2
- package/dist/components/foundations/Autocomplete.js +6 -1
- package/dist/components/foundations/Avatar.d.ts +1 -121
- package/dist/components/foundations/Button.d.ts +1 -1
- package/dist/components/foundations/Card.d.ts +22 -27
- package/dist/components/foundations/Card.js +51 -32
- package/dist/components/foundations/Checkbox.js +1 -1
- package/dist/components/foundations/CheckboxGroup.d.ts +1 -1
- package/dist/components/foundations/Collapsible.d.ts +1 -1
- package/dist/components/foundations/Collapsible.js +1 -1
- package/dist/components/foundations/Combobox.js +6 -1
- package/dist/components/foundations/ContextMenu.d.ts +10 -23
- package/dist/components/foundations/ContextMenu.js +3 -2
- package/dist/components/foundations/Dialog.d.ts +106 -1
- package/dist/components/foundations/EmptyState.d.ts +1 -1
- package/dist/components/foundations/Field.d.ts +2 -1
- package/dist/components/foundations/Fieldset.d.ts +1 -1
- package/dist/components/foundations/Form.d.ts +4 -4
- package/dist/components/foundations/IconButton.d.ts +1 -1
- package/dist/components/foundations/Label.d.ts +1 -1
- package/dist/components/foundations/LinkButton.d.ts +2 -2
- package/dist/components/foundations/Menu.d.ts +1 -1
- package/dist/components/foundations/Menubar.d.ts +1 -1
- package/dist/components/foundations/Menubar.js +1 -1
- package/dist/components/foundations/Meter.d.ts +1 -1
- package/dist/components/foundations/NumberField.d.ts +1 -1
- package/dist/components/foundations/PreviewCard.d.ts +1 -1
- package/dist/components/foundations/ScrollArea.d.ts +1 -1
- package/dist/components/foundations/SearchField.d.ts +1 -1
- package/dist/components/foundations/SearchField.js +1 -1
- package/dist/components/foundations/Select.js +7 -2
- package/dist/components/foundations/Separator.d.ts +1 -40
- package/dist/components/foundations/Stepper.d.ts +1 -1
- package/dist/components/foundations/Stepper.js +1 -1
- package/dist/components/foundations/Textarea.d.ts +1 -1
- package/dist/components/foundations/Toast.d.ts +5 -1
- package/dist/components/foundations/Toast.js +1 -1
- package/dist/components/foundations/Toggle.d.ts +70 -1
- package/dist/components/foundations/ToggleGroup.d.ts +4 -3
- package/dist/components/foundations/ToggleGroup.js +1 -1
- package/dist/components/foundations/Toolbar.d.ts +1 -151
- package/dist/components/foundations/Tooltip.d.ts +1 -1
- package/dist/components/foundations/TransitionSurface.d.ts +1 -1
- package/dist/components/foundations/icons.js +1 -1
- package/dist/components/general-purpose/ActionGuide.d.ts +10 -26
- package/dist/components/general-purpose/ActionGuide.js +4 -18
- package/dist/components/general-purpose/AppTopBar.d.ts +4 -2
- package/dist/components/general-purpose/Commit.d.ts +2 -2
- package/dist/components/general-purpose/Commit.js +2 -2
- package/dist/components/general-purpose/EnvironmentVariables.d.ts +2 -2
- package/dist/components/general-purpose/EnvironmentVariables.js +2 -2
- package/dist/components/general-purpose/FileTree.d.ts +1 -7
- package/dist/components/general-purpose/FileTree.js +1 -1
- package/dist/components/general-purpose/PricingPlanCard.d.ts +4 -0
- package/dist/components/general-purpose/PricingPlanCard.js +2 -2
- package/dist/components/general-purpose/PricingUsageCalculator.js +2 -2
- package/dist/components/general-purpose/ResizableSidePanel.d.ts +2 -2
- package/dist/components/general-purpose/ResponsiveSidebarShell.d.ts +128 -2
- package/dist/components/general-purpose/ResponsiveSidebarShell.js +120 -102
- package/dist/components/general-purpose/SettingsFormDialog.d.ts +14 -27
- package/dist/components/general-purpose/SettingsFormDialog.js +42 -72
- package/dist/components/general-purpose/SetupChecklist.d.ts +1 -0
- package/dist/components/general-purpose/SetupChecklist.js +76 -1
- package/dist/components/general-purpose/Terminal.d.ts +3 -3
- package/dist/components/general-purpose/Terminal.js +11 -6
- package/dist/components/general-purpose/TestResults.d.ts +23 -11
- package/dist/components/general-purpose/TestResults.js +49 -51
- package/dist/components/general-purpose/ThemeModeControl.d.ts +2 -0
- package/dist/components/general-purpose/ThemeModeControl.js +2 -2
- package/dist/components/general-purpose/WebPreview.d.ts +29 -4
- package/dist/components/general-purpose/WebPreview.js +39 -14
- package/dist/components/nanites/AgentConnection.js +2 -2
- package/dist/components/nanites/AgentToolDetail.d.ts +13 -11
- package/dist/components/nanites/AgentToolDetail.js +21 -42
- package/dist/{copy-button-Dk2vRe9j.js → copy-button-CSDuDfdP.js} +1 -1
- package/dist/{copy-button-C0JyjClr.d.ts → copy-button-OUwOdgEm.d.ts} +1 -1
- package/dist/mcp-server-mAErsxHU.js +27 -0
- package/dist/styles/accessibility.css +20 -0
- package/dist/styles/activity.css +1 -96
- package/dist/styles/agent-chat.css +75 -102
- package/dist/styles/agent-tool-detail.css +0 -16
- package/dist/styles/base.css +1 -9
- package/dist/styles/browser-run-panel.css +1 -15
- package/dist/styles/button.css +7 -1
- package/dist/styles/code-block.css +12 -0
- package/dist/styles/codex-model-selector.css +4 -0
- package/dist/styles/color-contrast.test.ts +212 -0
- package/dist/styles/composition-motion.css +0 -2
- package/dist/styles/employee-chrome.css +43 -0
- package/dist/styles/file-tree.css +10 -1
- package/dist/styles/index.css +4 -2
- package/dist/styles/manager-office.css +5 -5
- package/dist/styles/message.css +2 -10
- package/dist/styles/queue.css +71 -0
- package/dist/styles/responsive-sidebar-shell.css +1 -1
- package/dist/styles/subagent-run.css +122 -6
- package/dist/styles/test-results.css +2 -5
- package/dist/styles/think-chat-activity.css +13 -0
- package/dist/styles/think-chat-tool-panels.css +81 -0
- package/dist/styles/think-execution-workbench.css +2 -8
- package/dist/styles/think-full-app.css +42 -251
- package/dist/styles/{think-routine-library.css → think-routine.css} +64 -80
- package/dist/styles/web-preview.css +15 -1
- package/dist/utils/codex-model-catalog.d.ts +25 -6
- package/dist/utils/codex-model-catalog.js +22 -5
- package/dist/utils/mcp-server-catalog.d.ts +1112 -2
- package/dist/utils/mcp-server-catalog.js +28 -9
- package/dist/utils/structured-code.d.ts +1 -1
- package/dist/{workspace-assets-GqsCYxqT.js → workspace-assets-Bg7XhPsk.js} +2 -2
- package/package.json +8 -4
- package/dist/AgentChat-BLmQghkt.d.ts +0 -327
- package/dist/AgentChatStartScreen-Bkv7Avni.d.ts +0 -84
- package/dist/AgentMessageParts-C7L-Mv9U.d.ts +0 -46
- package/dist/AgentToolRunsContext-jtmveaRE.d.ts +0 -57
- package/dist/Dialog-B_FhRWaz.d.ts +0 -107
- package/dist/McpConnectorForm-CeYNY0MI.d.ts +0 -39
- package/dist/McpPluginCatalog-3qWu8oK1.d.ts +0 -92
- package/dist/ResponsiveSidebarShell-BTVPxLJK.d.ts +0 -123
- package/dist/SessionCompaction-CmTJFpzj.d.ts +0 -89
- package/dist/SetupChecklist-DeTU9YpW.js +0 -77
- package/dist/ThinkChat-CwMdEum8.d.ts +0 -185
- package/dist/ThinkChat-DiI6hhDP.js +0 -332
- package/dist/ThinkChatActivity-B3lGVS-6.d.ts +0 -77
- package/dist/ThinkChatContext-COIgzkYp.d.ts +0 -28
- package/dist/ThinkRecoveryNotice-DGWr94rk.d.ts +0 -19
- package/dist/ThinkThreadPicker-yFz4vvIf.d.ts +0 -91
- package/dist/Toggle-DLrIf5YH.d.ts +0 -69
- package/dist/WorkspaceLive-DfjH1Ypm.d.ts +0 -61
- package/dist/WorkspaceMessageResponse-kJYU8Onj.d.ts +0 -48
- package/dist/components/agents-sdk/ThinkFullAppViewSwitch.d.ts +0 -31
- package/dist/components/agents-sdk/ThinkFullAppViewSwitch.js +0 -34
- package/dist/components/agents-sdk/ThinkRoutineLibrary.d.ts +0 -80
- package/dist/components/agents-sdk/ThinkRoutineLibrary.js +0 -159
- package/dist/components/agents-sdk/ThinkSidepanel.d.ts +0 -200
- package/dist/components/agents-sdk/ThinkSidepanel.js +0 -775
- package/dist/mcp-server-7NR24ASj.js +0 -69
- package/dist/mcp-server-catalog-C_g7C-9o.d.ts +0 -1108
- package/dist/styles/think-sidepanel.css +0 -78
- package/dist/think-agent-Cip5KAPj.d.ts +0 -7
- package/dist/{icons-CeGfXO21.js → icons-cuEtsgj9.js} +1 -1
|
@@ -1,10 +1,5 @@
|
|
|
1
|
-
/*
|
|
2
|
-
.think-
|
|
3
|
-
min-block-size: 38rem;
|
|
4
|
-
background: var(--sigvelo-color-canvas);
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
.think-routine-library__editor {
|
|
1
|
+
/* Shared routine browser, detail, history, and editor anatomy. */
|
|
2
|
+
.think-routine__editor {
|
|
8
3
|
position: relative;
|
|
9
4
|
block-size: 100%;
|
|
10
5
|
min-block-size: 0;
|
|
@@ -13,7 +8,7 @@
|
|
|
13
8
|
background: var(--sigvelo-color-canvas);
|
|
14
9
|
}
|
|
15
10
|
|
|
16
|
-
.think-
|
|
11
|
+
.think-routine__editor-error {
|
|
17
12
|
position: absolute;
|
|
18
13
|
z-index: 2;
|
|
19
14
|
inset-block-start: calc(var(--sigvelo-layout-chrome) + var(--sigvelo-layout-gutter));
|
|
@@ -41,14 +36,14 @@
|
|
|
41
36
|
block-size: 100%;
|
|
42
37
|
}
|
|
43
38
|
|
|
44
|
-
.think-
|
|
45
|
-
.think-
|
|
39
|
+
.think-routine__detail-header h1,
|
|
40
|
+
.think-routine__create-header h1 {
|
|
46
41
|
margin: 0;
|
|
47
42
|
font-weight: 600;
|
|
48
43
|
letter-spacing: -0.025em;
|
|
49
44
|
}
|
|
50
45
|
|
|
51
|
-
.think-
|
|
46
|
+
.think-routine__eyebrow {
|
|
52
47
|
margin: 0 0 var(--sigvelo-spacing-0-5);
|
|
53
48
|
color: var(--sigvelo-color-text-muted);
|
|
54
49
|
font-size: var(--sigvelo-text-xs);
|
|
@@ -57,7 +52,7 @@
|
|
|
57
52
|
text-transform: uppercase;
|
|
58
53
|
}
|
|
59
54
|
|
|
60
|
-
.think-
|
|
55
|
+
.think-routine__browser {
|
|
61
56
|
min-inline-size: 0;
|
|
62
57
|
min-block-size: 0;
|
|
63
58
|
overflow: auto;
|
|
@@ -71,7 +66,7 @@
|
|
|
71
66
|
);
|
|
72
67
|
}
|
|
73
68
|
|
|
74
|
-
.think-
|
|
69
|
+
.think-routine__browser-toolbar {
|
|
75
70
|
display: flex;
|
|
76
71
|
align-items: center;
|
|
77
72
|
justify-content: space-between;
|
|
@@ -79,19 +74,11 @@
|
|
|
79
74
|
margin-block-end: var(--sigvelo-spacing-2);
|
|
80
75
|
}
|
|
81
76
|
|
|
82
|
-
.think-
|
|
83
|
-
padding-inline-start: var(--sigvelo-spacing-12);
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
.think-routine-library[data-sidebar-open="false"] .think-routine-library__detail {
|
|
87
|
-
padding-block-start: clamp(3.75rem, 6vw, 4.5rem);
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
.think-routine-library__filters {
|
|
77
|
+
.think-routine__filters {
|
|
91
78
|
inline-size: fit-content;
|
|
92
79
|
}
|
|
93
80
|
|
|
94
|
-
.think-
|
|
81
|
+
.think-routine__search {
|
|
95
82
|
--sigvelo-recipe-control-radius: var(--sigvelo-radius-full);
|
|
96
83
|
|
|
97
84
|
display: grid;
|
|
@@ -99,7 +86,7 @@
|
|
|
99
86
|
margin-block-end: var(--sigvelo-spacing-2);
|
|
100
87
|
}
|
|
101
88
|
|
|
102
|
-
.think-
|
|
89
|
+
.think-routine__routine-list {
|
|
103
90
|
display: grid;
|
|
104
91
|
gap: var(--sigvelo-spacing-1);
|
|
105
92
|
margin: 0;
|
|
@@ -107,13 +94,13 @@
|
|
|
107
94
|
list-style: none;
|
|
108
95
|
}
|
|
109
96
|
|
|
110
|
-
.think-
|
|
97
|
+
.think-routine__routine-list li {
|
|
111
98
|
border-radius: var(--sigvelo-radius-md);
|
|
112
99
|
transition: background-color var(--sigvelo-motion-duration-interaction)
|
|
113
100
|
var(--sigvelo-motion-ease-change);
|
|
114
101
|
}
|
|
115
102
|
|
|
116
|
-
.think-
|
|
103
|
+
.think-routine__routine-list li[data-selected="true"] {
|
|
117
104
|
background: var(--sigvelo-color-neutral-bg-subtle);
|
|
118
105
|
}
|
|
119
106
|
|
|
@@ -129,7 +116,7 @@
|
|
|
129
116
|
text-align: start;
|
|
130
117
|
}
|
|
131
118
|
|
|
132
|
-
.think-
|
|
119
|
+
.think-routine__routine-status {
|
|
133
120
|
inline-size: 0.5rem;
|
|
134
121
|
block-size: 0.5rem;
|
|
135
122
|
border: var(--sigvelo-border-style) 1.5px var(--sigvelo-color-neutral-border);
|
|
@@ -139,85 +126,85 @@
|
|
|
139
126
|
border-color var(--sigvelo-motion-duration-interaction) var(--sigvelo-motion-ease-change);
|
|
140
127
|
}
|
|
141
128
|
|
|
142
|
-
.think-
|
|
129
|
+
.think-routine__routine-status[data-enabled="true"] {
|
|
143
130
|
border-color: var(--sigvelo-color-success-border);
|
|
144
131
|
background: var(--sigvelo-color-success-bg);
|
|
145
132
|
}
|
|
146
133
|
|
|
147
|
-
.think-
|
|
134
|
+
.think-routine__routine-copy {
|
|
148
135
|
min-inline-size: 0;
|
|
149
136
|
display: grid;
|
|
150
137
|
gap: var(--sigvelo-spacing-0-5);
|
|
151
138
|
}
|
|
152
139
|
|
|
153
|
-
.think-
|
|
154
|
-
.think-
|
|
155
|
-
.think-
|
|
140
|
+
.think-routine__routine-copy strong,
|
|
141
|
+
.think-routine__routine-copy span,
|
|
142
|
+
.think-routine__routine-copy small {
|
|
156
143
|
overflow: hidden;
|
|
157
144
|
text-overflow: ellipsis;
|
|
158
145
|
white-space: nowrap;
|
|
159
146
|
}
|
|
160
147
|
|
|
161
|
-
.think-
|
|
148
|
+
.think-routine__routine-copy strong {
|
|
162
149
|
font-size: var(--sigvelo-text-compact);
|
|
163
150
|
}
|
|
164
151
|
|
|
165
|
-
.think-
|
|
166
|
-
.think-
|
|
152
|
+
.think-routine__routine-copy span,
|
|
153
|
+
.think-routine__routine-copy small {
|
|
167
154
|
color: color-mix(in oklab, var(--sigvelo-color-text-muted), var(--sigvelo-color-text) 12%);
|
|
168
155
|
font-size: var(--sigvelo-text-xs);
|
|
169
156
|
}
|
|
170
157
|
|
|
171
|
-
.think-
|
|
158
|
+
.think-routine__main {
|
|
172
159
|
min-inline-size: 0;
|
|
173
160
|
min-block-size: 0;
|
|
174
161
|
overflow: auto;
|
|
175
162
|
}
|
|
176
163
|
|
|
177
|
-
.think-
|
|
164
|
+
.think-routine__detail {
|
|
178
165
|
inline-size: min(100%, var(--sigvelo-layout-content));
|
|
179
166
|
margin-inline: auto;
|
|
180
167
|
padding: clamp(var(--sigvelo-layout-stack), 3vw, var(--sigvelo-spacing-8));
|
|
181
168
|
}
|
|
182
169
|
|
|
183
|
-
.think-
|
|
184
|
-
.think-
|
|
170
|
+
.think-routine__detail-header,
|
|
171
|
+
.think-routine__create-header {
|
|
185
172
|
display: flex;
|
|
186
173
|
align-items: flex-start;
|
|
187
174
|
gap: var(--sigvelo-layout-stack);
|
|
188
175
|
}
|
|
189
176
|
|
|
190
|
-
.think-
|
|
177
|
+
.think-routine__detail-header {
|
|
191
178
|
justify-content: space-between;
|
|
192
179
|
padding-block-end: clamp(var(--sigvelo-layout-stack), 3vw, var(--sigvelo-spacing-8));
|
|
193
180
|
}
|
|
194
181
|
|
|
195
|
-
.think-
|
|
182
|
+
.think-routine__detail-heading {
|
|
196
183
|
min-inline-size: 0;
|
|
197
184
|
}
|
|
198
185
|
|
|
199
|
-
.think-
|
|
200
|
-
.think-
|
|
186
|
+
.think-routine__detail-header h1,
|
|
187
|
+
.think-routine__create-header h1 {
|
|
201
188
|
font-size: clamp(var(--sigvelo-text-lg), 2.5vw, var(--sigvelo-text-2xl));
|
|
202
189
|
line-height: var(--sigvelo-leading-tight);
|
|
203
190
|
}
|
|
204
191
|
|
|
205
|
-
.think-
|
|
206
|
-
.think-
|
|
192
|
+
.think-routine__detail-heading > p:last-child,
|
|
193
|
+
.think-routine__create-header > div > p:last-child {
|
|
207
194
|
max-inline-size: 42rem;
|
|
208
195
|
margin: var(--sigvelo-spacing-2) 0 0;
|
|
209
196
|
color: var(--sigvelo-color-text-muted);
|
|
210
197
|
line-height: var(--sigvelo-leading-relaxed);
|
|
211
198
|
}
|
|
212
199
|
|
|
213
|
-
.think-
|
|
200
|
+
.think-routine__detail-grid {
|
|
214
201
|
display: grid;
|
|
215
202
|
grid-template-columns: minmax(0, 1.35fr) minmax(15rem, 0.65fr);
|
|
216
203
|
gap: clamp(var(--sigvelo-spacing-4), 3vw, var(--sigvelo-spacing-8));
|
|
217
204
|
padding-block-end: clamp(var(--sigvelo-spacing-4), 3vw, var(--sigvelo-spacing-8));
|
|
218
205
|
}
|
|
219
206
|
|
|
220
|
-
.think-
|
|
207
|
+
.think-routine__section-heading {
|
|
221
208
|
min-block-size: var(--sigvelo-spacing-8);
|
|
222
209
|
display: flex;
|
|
223
210
|
align-items: flex-start;
|
|
@@ -226,13 +213,13 @@
|
|
|
226
213
|
margin-block-end: var(--sigvelo-spacing-3);
|
|
227
214
|
}
|
|
228
215
|
|
|
229
|
-
.think-
|
|
216
|
+
.think-routine__section-heading h2 {
|
|
230
217
|
margin: 0;
|
|
231
218
|
font-size: var(--sigvelo-text-sm);
|
|
232
219
|
font-weight: var(--sigvelo-font-weight-semibold);
|
|
233
220
|
}
|
|
234
221
|
|
|
235
|
-
.think-
|
|
222
|
+
.think-routine__instructions {
|
|
236
223
|
margin: 0;
|
|
237
224
|
color: var(--sigvelo-color-text);
|
|
238
225
|
font-size: var(--sigvelo-text-sm);
|
|
@@ -240,11 +227,11 @@
|
|
|
240
227
|
white-space: pre-wrap;
|
|
241
228
|
}
|
|
242
229
|
|
|
243
|
-
.think-
|
|
230
|
+
.think-routine__facts {
|
|
244
231
|
margin: 0;
|
|
245
232
|
}
|
|
246
233
|
|
|
247
|
-
.think-
|
|
234
|
+
.think-routine__facts > div {
|
|
248
235
|
display: grid;
|
|
249
236
|
grid-template-columns: 5.5rem var(--sigvelo-layout-track-fill);
|
|
250
237
|
gap: var(--sigvelo-spacing-3);
|
|
@@ -254,17 +241,17 @@
|
|
|
254
241
|
font-size: var(--sigvelo-text-compact);
|
|
255
242
|
}
|
|
256
243
|
|
|
257
|
-
.think-
|
|
244
|
+
.think-routine__facts dt {
|
|
258
245
|
color: var(--sigvelo-color-text-muted);
|
|
259
246
|
}
|
|
260
247
|
|
|
261
|
-
.think-
|
|
248
|
+
.think-routine__facts dd {
|
|
262
249
|
margin: 0;
|
|
263
250
|
overflow-wrap: anywhere;
|
|
264
251
|
text-align: end;
|
|
265
252
|
}
|
|
266
253
|
|
|
267
|
-
.think-
|
|
254
|
+
.think-routine__status-control {
|
|
268
255
|
display: flex;
|
|
269
256
|
align-items: center;
|
|
270
257
|
justify-content: space-between;
|
|
@@ -272,20 +259,20 @@
|
|
|
272
259
|
padding-block-start: var(--sigvelo-spacing-4);
|
|
273
260
|
}
|
|
274
261
|
|
|
275
|
-
.think-
|
|
262
|
+
.think-routine__status-control > div {
|
|
276
263
|
display: grid;
|
|
277
264
|
gap: var(--sigvelo-spacing-0-5);
|
|
278
265
|
}
|
|
279
266
|
|
|
280
|
-
.think-
|
|
267
|
+
.think-routine__status-control strong {
|
|
281
268
|
font-size: var(--sigvelo-text-compact);
|
|
282
269
|
}
|
|
283
270
|
|
|
284
|
-
.think-
|
|
271
|
+
.think-routine__runs {
|
|
285
272
|
padding-block-end: clamp(var(--sigvelo-spacing-4), 3vw, var(--sigvelo-spacing-8));
|
|
286
273
|
}
|
|
287
274
|
|
|
288
|
-
.think-
|
|
275
|
+
.think-routine__run-list {
|
|
289
276
|
display: grid;
|
|
290
277
|
gap: var(--sigvelo-spacing-0-5);
|
|
291
278
|
margin: 0;
|
|
@@ -293,18 +280,18 @@
|
|
|
293
280
|
list-style: none;
|
|
294
281
|
}
|
|
295
282
|
|
|
296
|
-
.think-
|
|
283
|
+
.think-routine__run-list li {
|
|
297
284
|
min-inline-size: 0;
|
|
298
285
|
}
|
|
299
286
|
|
|
300
|
-
.think-
|
|
287
|
+
.think-routine__run {
|
|
301
288
|
inline-size: 100%;
|
|
302
289
|
justify-content: flex-start;
|
|
303
290
|
text-align: start;
|
|
304
291
|
}
|
|
305
292
|
|
|
306
293
|
/* One rule, not two — this selector was declared twice in this file. */
|
|
307
|
-
.think-
|
|
294
|
+
.think-routine__empty-runs {
|
|
308
295
|
--sigvelo-recipe-empty-state-padding-block: var(--sigvelo-layout-stack);
|
|
309
296
|
|
|
310
297
|
border-block: var(--sigvelo-border-style) var(--sigvelo-border-width)
|
|
@@ -313,48 +300,45 @@
|
|
|
313
300
|
|
|
314
301
|
/* Filling the pane is all this adds — the muted, centred anatomy inside it is
|
|
315
302
|
`EmptyState`, which already centres itself and spaces its own action. */
|
|
316
|
-
.think-routine-library__empty-detail {
|
|
317
|
-
min-block-size: 100%;
|
|
318
|
-
}
|
|
319
303
|
|
|
320
|
-
.think-
|
|
304
|
+
.think-routine__create {
|
|
321
305
|
min-block-size: 0;
|
|
322
306
|
overflow: auto;
|
|
323
307
|
padding: clamp(var(--sigvelo-spacing-4), 3vw, var(--sigvelo-spacing-8));
|
|
324
308
|
}
|
|
325
309
|
|
|
326
|
-
.think-
|
|
327
|
-
.think-
|
|
310
|
+
.think-routine__create-header,
|
|
311
|
+
.think-routine__form {
|
|
328
312
|
inline-size: min(100%, var(--sigvelo-layout-content));
|
|
329
313
|
margin-inline: auto;
|
|
330
314
|
}
|
|
331
315
|
|
|
332
|
-
.think-
|
|
316
|
+
.think-routine__create-header {
|
|
333
317
|
margin-block-end: clamp(var(--sigvelo-spacing-4), 3vw, var(--sigvelo-spacing-8));
|
|
334
318
|
}
|
|
335
319
|
|
|
336
|
-
.think-
|
|
320
|
+
.think-routine__create-header > div {
|
|
337
321
|
min-inline-size: 0;
|
|
338
322
|
}
|
|
339
323
|
|
|
340
|
-
.think-
|
|
324
|
+
.think-routine__form {
|
|
341
325
|
display: grid;
|
|
342
326
|
gap: var(--sigvelo-layout-gutter);
|
|
343
327
|
}
|
|
344
328
|
|
|
345
|
-
.think-
|
|
329
|
+
.think-routine__form-row {
|
|
346
330
|
display: grid;
|
|
347
331
|
grid-template-columns: repeat(2, var(--sigvelo-layout-track-fill));
|
|
348
332
|
gap: var(--sigvelo-layout-stack);
|
|
349
333
|
}
|
|
350
334
|
|
|
351
|
-
.think-
|
|
335
|
+
.think-routine__select-field {
|
|
352
336
|
min-inline-size: 0;
|
|
353
337
|
display: grid;
|
|
354
338
|
gap: var(--sigvelo-layout-gutter);
|
|
355
339
|
}
|
|
356
340
|
|
|
357
|
-
.think-
|
|
341
|
+
.think-routine__form-actions {
|
|
358
342
|
display: flex;
|
|
359
343
|
justify-content: flex-end;
|
|
360
344
|
gap: var(--sigvelo-layout-cluster);
|
|
@@ -365,26 +349,26 @@
|
|
|
365
349
|
|
|
366
350
|
/* Local wrap. Not --sigvelo-layout-break-compact. */
|
|
367
351
|
@container (inline-size < 52rem) {
|
|
368
|
-
.think-
|
|
352
|
+
.think-routine__detail-grid {
|
|
369
353
|
grid-template-columns: var(--sigvelo-layout-track-fill);
|
|
370
354
|
}
|
|
371
355
|
}
|
|
372
356
|
|
|
373
357
|
/* Local wrap. Not --sigvelo-layout-break-compact. */
|
|
374
358
|
@container (inline-size < 40rem) {
|
|
375
|
-
.think-
|
|
376
|
-
.think-
|
|
359
|
+
.think-routine__detail-header,
|
|
360
|
+
.think-routine__create-header {
|
|
377
361
|
flex-wrap: wrap;
|
|
378
362
|
}
|
|
379
363
|
|
|
380
|
-
.think-
|
|
364
|
+
.think-routine__form-row {
|
|
381
365
|
grid-template-columns: var(--sigvelo-layout-track-fill);
|
|
382
366
|
}
|
|
383
367
|
}
|
|
384
368
|
|
|
385
369
|
/* 56rem matches --sigvelo-layout-break-compact. Container queries cannot read var(). */
|
|
386
370
|
@container responsive-sidebar-shell (inline-size <= 56rem) {
|
|
387
|
-
.think-
|
|
371
|
+
.think-routine__browser {
|
|
388
372
|
inline-size: 100%;
|
|
389
373
|
/* Narrow enough that the browser stops being a column beside the detail
|
|
390
374
|
and starts covering it, so it takes the overlay stack. */
|
|
@@ -394,11 +378,11 @@
|
|
|
394
378
|
}
|
|
395
379
|
|
|
396
380
|
@media (forced-colors: active) {
|
|
397
|
-
.think-
|
|
381
|
+
.think-routine__routine-list li[data-selected="true"] {
|
|
398
382
|
outline: 2px solid highlight;
|
|
399
383
|
}
|
|
400
384
|
|
|
401
|
-
.think-
|
|
385
|
+
.think-routine__routine-status[data-enabled="true"] {
|
|
402
386
|
background: highlight;
|
|
403
387
|
}
|
|
404
388
|
}
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
.web-preview:where([data-surface="plain"]) {
|
|
2
|
+
border: 0;
|
|
3
|
+
border-radius: 0;
|
|
4
|
+
}
|
|
5
|
+
|
|
1
6
|
/* The card's chrome row (the Ploy bar): one bar height everywhere, muted
|
|
2
7
|
controls resting directly on whatever plane hosts the preview, separated
|
|
3
8
|
from the scrolling content by one hairline and a breath of shadow. */
|
|
@@ -14,6 +19,14 @@
|
|
|
14
19
|
box-shadow: var(--sigvelo-elevation-bar);
|
|
15
20
|
}
|
|
16
21
|
|
|
22
|
+
.web-preview__nav[data-variant="tabs"] {
|
|
23
|
+
gap: 0;
|
|
24
|
+
padding-block: 0;
|
|
25
|
+
padding-inline: var(--sigvelo-spacing-1-5);
|
|
26
|
+
border-block-end: 0;
|
|
27
|
+
box-shadow: none;
|
|
28
|
+
}
|
|
29
|
+
|
|
17
30
|
.web-preview__nav-button {
|
|
18
31
|
flex-shrink: 0;
|
|
19
32
|
}
|
|
@@ -30,6 +43,7 @@
|
|
|
30
43
|
}
|
|
31
44
|
|
|
32
45
|
.web-preview__body {
|
|
46
|
+
display: flex;
|
|
33
47
|
flex: 1;
|
|
34
48
|
/* Preview canvas floor. Not --sigvelo-layout-sidebar. */
|
|
35
49
|
min-block-size: 16rem;
|
|
@@ -41,7 +55,7 @@
|
|
|
41
55
|
pointer-events: none;
|
|
42
56
|
}
|
|
43
57
|
|
|
44
|
-
.web-
|
|
58
|
+
.web-preview__empty {
|
|
45
59
|
display: flex;
|
|
46
60
|
align-items: center;
|
|
47
61
|
justify-content: center;
|
|
@@ -52,18 +52,37 @@ type CodexModelListResponse = {
|
|
|
52
52
|
data: CodexModel[]; /** Opaque cursor for the next `model/list` request. */
|
|
53
53
|
nextCursor: string | null;
|
|
54
54
|
};
|
|
55
|
-
/**
|
|
56
|
-
declare const CODEX_MODEL_IDS: readonly ["gpt-5.6-sol", "gpt-5.6-terra", "gpt-5.6-luna", "gpt-5.5", "gpt-5.4", "gpt-5.4-mini", "gpt-5.2"];
|
|
55
|
+
/** Known visible model ids from upstream Codex and its desktop catalog. */
|
|
56
|
+
declare const CODEX_MODEL_IDS: readonly ["gpt-6-astra", "gpt-5.6-sol", "gpt-5.6-terra", "gpt-5.6-luna", "gpt-5.5", "gpt-5.4", "gpt-5.4-mini", "gpt-5.2"];
|
|
57
57
|
type CodexModelId = (typeof CODEX_MODEL_IDS)[number];
|
|
58
58
|
/** Preserves literal ids and capability values for checked-in Codex catalogs. */
|
|
59
59
|
declare function defineCodexModels<const Models extends readonly CodexModel[]>(models: Models): Models;
|
|
60
60
|
/**
|
|
61
|
-
* Checked-in snapshot of
|
|
62
|
-
*
|
|
63
|
-
*
|
|
64
|
-
* availability differs by account and rollout.
|
|
61
|
+
* Checked-in snapshot of Codex's upstream and desktop model catalogs.
|
|
62
|
+
* Display data for hosts without a live `model/list`; runtime account catalogs
|
|
63
|
+
* remain authoritative because availability differs by account and rollout.
|
|
65
64
|
*/
|
|
66
65
|
declare const CHECKED_IN_CODEX_MODELS: readonly [{
|
|
66
|
+
readonly id: "gpt-6-astra";
|
|
67
|
+
readonly model: "gpt-6-astra";
|
|
68
|
+
readonly displayName: "GPT-6 Astra";
|
|
69
|
+
readonly description: "Our most capable model for complex, demanding work.";
|
|
70
|
+
readonly supportedReasoningEfforts: [...CodexReasoningEffortOption[], CodexReasoningEffortOption, {
|
|
71
|
+
readonly reasoningEffort: "ultra";
|
|
72
|
+
readonly description: "Maximum reasoning with automatic task delegation";
|
|
73
|
+
}];
|
|
74
|
+
readonly defaultReasoningEffort: "medium";
|
|
75
|
+
readonly isDefault: false;
|
|
76
|
+
readonly upgrade: null;
|
|
77
|
+
readonly upgradeInfo: null;
|
|
78
|
+
readonly availabilityNux: null;
|
|
79
|
+
readonly hidden: boolean;
|
|
80
|
+
readonly inputModalities: ("text" | "image")[];
|
|
81
|
+
readonly supportsPersonality: boolean;
|
|
82
|
+
readonly additionalSpeedTiers: never[];
|
|
83
|
+
readonly serviceTiers: never[];
|
|
84
|
+
readonly defaultServiceTier: null;
|
|
85
|
+
}, {
|
|
67
86
|
readonly id: "gpt-5.6-sol";
|
|
68
87
|
readonly model: "gpt-5.6-sol";
|
|
69
88
|
readonly displayName: "GPT-5.6-Sol";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
//#region src/utils/codex-model-catalog.ts
|
|
2
|
-
/**
|
|
2
|
+
/** Known visible model ids from upstream Codex and its desktop catalog. */
|
|
3
3
|
const CODEX_MODEL_IDS = [
|
|
4
|
+
"gpt-6-astra",
|
|
4
5
|
"gpt-5.6-sol",
|
|
5
6
|
"gpt-5.6-terra",
|
|
6
7
|
"gpt-5.6-luna",
|
|
@@ -47,12 +48,28 @@ const checkedInModelMetadata = {
|
|
|
47
48
|
defaultServiceTier: null
|
|
48
49
|
};
|
|
49
50
|
/**
|
|
50
|
-
* Checked-in snapshot of
|
|
51
|
-
*
|
|
52
|
-
*
|
|
53
|
-
* availability differs by account and rollout.
|
|
51
|
+
* Checked-in snapshot of Codex's upstream and desktop model catalogs.
|
|
52
|
+
* Display data for hosts without a live `model/list`; runtime account catalogs
|
|
53
|
+
* remain authoritative because availability differs by account and rollout.
|
|
54
54
|
*/
|
|
55
55
|
const CHECKED_IN_CODEX_MODELS = defineCodexModels([
|
|
56
|
+
{
|
|
57
|
+
...checkedInModelMetadata,
|
|
58
|
+
id: "gpt-6-astra",
|
|
59
|
+
model: "gpt-6-astra",
|
|
60
|
+
displayName: "GPT-6 Astra",
|
|
61
|
+
description: "Our most capable model for complex, demanding work.",
|
|
62
|
+
supportedReasoningEfforts: [
|
|
63
|
+
...standardReasoningEfforts,
|
|
64
|
+
maxReasoningEffort,
|
|
65
|
+
{
|
|
66
|
+
reasoningEffort: "ultra",
|
|
67
|
+
description: "Maximum reasoning with automatic task delegation"
|
|
68
|
+
}
|
|
69
|
+
],
|
|
70
|
+
defaultReasoningEffort: "medium",
|
|
71
|
+
isDefault: false
|
|
72
|
+
},
|
|
56
73
|
{
|
|
57
74
|
...checkedInModelMetadata,
|
|
58
75
|
id: "gpt-5.6-sol",
|