@mcp-b/react-components 0.51.2 → 0.53.0
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/{CodeBlock--r6GS8YV.d.ts → CodeBlock-DJ99TQWy.d.ts} +1 -1
- package/dist/{CodeBlock-g8sADidM.js → CodeBlock-Dw1z6jc8.js} +2 -1
- package/dist/EmployeeChrome-B605rpVz.d.ts +233 -0
- package/dist/{FileTree-DruTQ-oa.js → FileTree-okaLnS5j.js} +1 -1
- package/dist/{IconButton-ByiyjkYE.d.ts → IconButton-CAlFVb2L.d.ts} +3 -0
- package/dist/{ManagerOffice-D-7SOJ4x.js → ManagerOffice-CJwBAEMv.js} +17 -12
- package/dist/McpPluginCatalog-DNeHDrts.d.ts +94 -0
- package/dist/{Message-DyaTBiV7.d.ts → Message-COsMPZSC.d.ts} +2 -2
- package/dist/{ResponsiveSidebarShell-CAmmtQTR.d.ts → ResponsiveSidebarShell-BUBQa_IV.d.ts} +3 -1
- package/dist/{SetupChecklist-Btmy3-_C.js → SetupChecklist-DWyifWWg.js} +6 -5
- package/dist/{ThinkThreadPicker-yetGX_s5.d.ts → ThinkThreadPicker-DX0lL-P7.d.ts} +3 -0
- package/dist/{Workspace-HzGrWDX3.d.ts → Workspace-mzMZSdts.d.ts} +1 -1
- package/dist/WorkspaceConceptPanel-97ZyVpZI.js +20 -0
- package/dist/{WorkspaceFile-Bouauobc.d.ts → WorkspaceFile-19WP0EU1.d.ts} +1 -1
- package/dist/{WorkspaceFileView-DYPtRVpM.js → WorkspaceFileView-DQDWUpAH.js} +3 -2
- package/dist/{WorkspaceMessageResponse-8lOSAbw_.d.ts → WorkspaceMessageResponse-BApg8KZv.d.ts} +1 -1
- package/dist/WorkspaceMountManager-CkLI1B-G.d.ts +33 -0
- package/dist/assets/sigvelo-logo.svg +54 -0
- package/dist/components/agents-sdk/AgentActivity.js +1 -1
- package/dist/components/agents-sdk/AgentChat.d.ts +6 -2
- package/dist/components/agents-sdk/AgentChat.js +12 -18
- package/dist/components/agents-sdk/BrowserLiveScreen.js +1 -1
- package/dist/components/agents-sdk/BrowserLiveView.js +1 -1
- package/dist/components/agents-sdk/BrowserReplay.js +1 -1
- package/dist/components/agents-sdk/BrowserRunPanel.js +1 -1
- package/dist/components/agents-sdk/EmployeeApp.d.ts +43 -30
- package/dist/components/agents-sdk/EmployeeApp.js +47 -34
- package/dist/components/agents-sdk/EmployeeChat.d.ts +31 -10
- package/dist/components/agents-sdk/EmployeeChat.js +35 -7
- package/dist/components/agents-sdk/EmployeeChrome.d.ts +1 -219
- package/dist/components/agents-sdk/EmployeeChrome.js +219 -162
- package/dist/components/agents-sdk/EmployeeSchedules.d.ts +1 -1
- package/dist/components/agents-sdk/EmployeeSchedules.js +2 -3
- package/dist/components/agents-sdk/EmployeeStartScreen.d.ts +12 -11
- package/dist/components/agents-sdk/EmployeeStartScreen.js +22 -15
- package/dist/components/agents-sdk/ManagerAccountActions.js +2 -3
- package/dist/components/agents-sdk/ManagerOffice.js +1 -2
- package/dist/components/agents-sdk/ManagerOfficeScreens.d.ts +2 -2
- package/dist/components/agents-sdk/ManagerOfficeScreens.js +33 -13
- package/dist/components/agents-sdk/McpConnectionRequest.js +2 -2
- package/dist/components/agents-sdk/McpConnectorForm.js +1 -1
- package/dist/components/agents-sdk/McpPluginCatalog.d.ts +1 -93
- package/dist/components/agents-sdk/McpPluginCatalog.js +5 -5
- package/dist/components/agents-sdk/McpServerPicker.js +5 -5
- package/dist/components/agents-sdk/ModelSelector.js +4 -4
- package/dist/components/agents-sdk/PromptInputApproval.js +1 -1
- package/dist/components/agents-sdk/PromptInputCommands.js +1 -1
- package/dist/components/agents-sdk/SubagentRunIndicator.js +1 -1
- package/dist/components/agents-sdk/SubagentRunPanel.d.ts +3 -0
- package/dist/components/agents-sdk/SubagentRunPanel.js +67 -47
- package/dist/components/agents-sdk/SubagentRunSelector.js +1 -1
- package/dist/components/agents-sdk/ThinkChat.d.ts +1 -1
- package/dist/components/agents-sdk/ThinkChatActivity.js +2 -2
- package/dist/components/agents-sdk/ThinkChatToolPanels.js +2 -2
- package/dist/components/agents-sdk/ThinkExecutionDetail.js +2 -2
- package/dist/components/agents-sdk/ThinkExecutionStatus.js +1 -1
- package/dist/components/agents-sdk/ThinkExecutionWorkbench.js +7 -14
- package/dist/components/agents-sdk/ThinkFullApp.d.ts +2 -0
- package/dist/components/agents-sdk/ThinkFullApp.js +2 -0
- package/dist/components/agents-sdk/ThinkRecoveryNotice.js +1 -1
- package/dist/components/agents-sdk/ThinkRoutineActions.js +1 -1
- package/dist/components/agents-sdk/ThinkRoutineBrowser.js +2 -2
- package/dist/components/agents-sdk/ThinkRoutineDetail.js +1 -1
- package/dist/components/agents-sdk/ThinkRoutineForm.js +3 -3
- package/dist/components/agents-sdk/ThinkRoutineRuns.js +1 -1
- package/dist/components/agents-sdk/ThinkThreadPicker.d.ts +1 -1
- package/dist/components/agents-sdk/ThinkThreadPicker.js +32 -19
- package/dist/components/agents-sdk/WorkbenchBack.d.ts +18 -0
- package/dist/components/agents-sdk/WorkbenchBack.js +27 -0
- package/dist/components/agents-sdk/Workspace.d.ts +1 -1
- package/dist/components/agents-sdk/WorkspaceBrowser.d.ts +1 -1
- package/dist/components/agents-sdk/WorkspaceBrowser.js +3 -1
- package/dist/components/agents-sdk/WorkspaceConcept.d.ts +1 -1
- package/dist/components/agents-sdk/WorkspaceCorrespondence.js +6 -6
- package/dist/components/agents-sdk/WorkspaceExecution.js +13 -10
- package/dist/components/agents-sdk/WorkspaceExplorer.d.ts +4 -1
- package/dist/components/agents-sdk/WorkspaceExplorer.js +13 -4
- 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/WorkspaceLive.d.ts +2 -2
- package/dist/components/agents-sdk/WorkspaceMessageResponse.d.ts +1 -1
- package/dist/components/agents-sdk/WorkspaceMountManager.d.ts +1 -32
- package/dist/components/agents-sdk/WorkspaceMountManager.js +2 -2
- package/dist/components/agents-sdk/WorkspaceProject.js +7 -5
- package/dist/components/agents-sdk/WorkspaceUserScript.js +7 -5
- package/dist/components/ai-sdk/Activity.js +1 -1
- package/dist/components/ai-sdk/AgentChatStartScreen.js +1 -1
- package/dist/components/ai-sdk/Approval.js +2 -2
- package/dist/components/ai-sdk/Artifact.d.ts +1 -1
- package/dist/components/ai-sdk/Artifact.js +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 +1 -1
- package/dist/components/ai-sdk/ConnectedAppCards.js +3 -3
- package/dist/components/ai-sdk/Context.js +1 -1
- package/dist/components/ai-sdk/Conversation.d.ts +1 -1
- package/dist/components/ai-sdk/Conversation.js +1 -1
- package/dist/components/ai-sdk/Goal.js +1 -1
- package/dist/components/ai-sdk/MediaPreviewCard.js +1 -1
- package/dist/components/ai-sdk/Message.d.ts +1 -1
- package/dist/components/ai-sdk/Message.js +2 -2
- package/dist/components/ai-sdk/MessageScroller.js +1 -1
- package/dist/components/ai-sdk/MessageScrollerVirtual.js +1 -1
- package/dist/components/ai-sdk/Plan.js +1 -1
- package/dist/components/ai-sdk/PromptInput.js +46 -43
- package/dist/components/ai-sdk/Queue.js +1 -1
- package/dist/components/ai-sdk/Reasoning.js +1 -1
- package/dist/components/ai-sdk/Sources.js +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 +61 -186
- package/dist/components/extension/CodexModelSelector.js +4 -8
- package/dist/components/extension/ConversationTabPicker.js +2 -2
- package/dist/components/foundations/Checkbox.js +1 -1
- package/dist/components/foundations/Collapsible.js +1 -1
- package/dist/components/foundations/ContextMenu.js +1 -1
- package/dist/components/foundations/IconButton.d.ts +1 -1
- package/dist/components/foundations/IconButton.js +7 -4
- package/dist/components/foundations/Menubar.js +1 -1
- package/dist/components/foundations/SearchField.js +1 -1
- package/dist/components/foundations/Select.js +1 -1
- package/dist/components/foundations/Stepper.js +1 -1
- package/dist/components/foundations/Toast.js +1 -1
- package/dist/components/foundations/icons.js +1 -1
- package/dist/components/general-purpose/AccountSignInDialog.d.ts +5 -9
- package/dist/components/general-purpose/AccountSignInDialog.js +13 -5
- package/dist/components/general-purpose/BrandLoading.d.ts +14 -0
- package/dist/components/general-purpose/BrandLoading.js +25 -0
- package/dist/components/general-purpose/Commit.d.ts +1 -1
- package/dist/components/general-purpose/Commit.js +2 -2
- package/dist/components/general-purpose/EnvironmentVariables.d.ts +1 -1
- package/dist/components/general-purpose/EnvironmentVariables.js +2 -2
- package/dist/components/general-purpose/FileTree.js +1 -1
- package/dist/components/general-purpose/PricingBillingToggle.js +1 -1
- package/dist/components/general-purpose/PricingPlanCard.js +2 -2
- package/dist/components/general-purpose/PricingUsageCalculator.js +2 -2
- package/dist/components/general-purpose/ResponsiveSidebarShell.d.ts +1 -1
- package/dist/components/general-purpose/ResponsiveSidebarShell.js +59 -27
- package/dist/components/general-purpose/SettingsFormDialog.js +2 -2
- package/dist/components/general-purpose/SetupChecklist.js +1 -1
- package/dist/components/general-purpose/StatusScreen.d.ts +13 -2
- package/dist/components/general-purpose/StatusScreen.js +27 -3
- package/dist/components/general-purpose/Terminal.d.ts +2 -2
- package/dist/components/general-purpose/Terminal.js +2 -2
- package/dist/components/general-purpose/TestResults.js +1 -1
- package/dist/components/general-purpose/ThemeModeControl.js +1 -1
- package/dist/components/general-purpose/WebPreview.d.ts +1 -1
- package/dist/components/general-purpose/WebPreview.js +2 -2
- package/dist/components/nanites/AgentConnection.js +2 -2
- package/dist/components/nanites/AgentToolDetail.js +2 -2
- package/dist/{copy-button-OUwOdgEm.d.ts → copy-button-CJYYgCIU.d.ts} +1 -1
- package/dist/{copy-button-CSDuDfdP.js → copy-button-Dk2vRe9j.js} +1 -1
- package/dist/styles/activity.css +2 -2
- package/dist/styles/agent-chat.css +6 -105
- package/dist/styles/app-root.css +9 -0
- package/dist/styles/app-top-bar.css +10 -4
- package/dist/styles/avatar.css +2 -2
- package/dist/styles/base.css +6 -2
- package/dist/styles/brand-loading.css +58 -0
- package/dist/styles/brand.test.ts +158 -0
- package/dist/styles/browser-control-overlay.css +22 -0
- package/dist/styles/button.css +22 -1
- package/dist/styles/chatgpt-sign-in-screen.css +111 -225
- package/dist/styles/code-block.css +5 -0
- package/dist/styles/codex-model-selector.css +2 -12
- package/dist/styles/description-list.css +9 -2
- package/dist/styles/employee-app.css +19 -1
- package/dist/styles/employee-chrome.css +39 -5
- package/dist/styles/file-tree.css +15 -2
- package/dist/styles/index.css +1 -0
- package/dist/styles/manager-office.css +80 -55
- package/dist/styles/manager-work.css +5 -11
- package/dist/styles/mcp-plugin-catalog.css +29 -34
- package/dist/styles/mcp-server-picker.css +13 -5
- package/dist/styles/prompt-input.css +3 -13
- package/dist/styles/queue.css +1 -1
- package/dist/styles/recipes.css +9 -2
- package/dist/styles/responsive-sidebar-shell-motion.test.ts +67 -0
- package/dist/styles/responsive-sidebar-shell.css +70 -25
- package/dist/styles/search-field.css +8 -6
- package/dist/styles/subagent-run.css +81 -0
- package/dist/styles/switch.css +7 -0
- package/dist/styles/think-execution-workbench.css +0 -17
- package/dist/styles/think-full-app.css +11 -4
- package/dist/styles/think-thread-picker.css +16 -38
- package/dist/styles/workspace-concepts.css +29 -2
- package/dist/styles/workspace-explorer.css +6 -48
- package/dist/utils/structured-code.d.ts +1 -1
- package/dist/{workspace-assets-Bg7XhPsk.js → workspace-assets-C3QT6UlQ.js} +1 -1
- package/package.json +2 -2
- package/dist/styles/extension-status.css +0 -46
- package/dist/{icons-cuEtsgj9.js → icons-CeGfXO21.js} +1 -1
|
@@ -1,220 +1,2 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { n as AgentToolRunValue } from "../../AgentToolRunsContext-GMe_hSnD.js";
|
|
3
|
-
import { n as ResponsiveSidebarShell } from "../../ResponsiveSidebarShell-CAmmtQTR.js";
|
|
4
|
-
import { t as ThinkThreadItem } from "../../ThinkThreadPicker-yetGX_s5.js";
|
|
5
|
-
import * as React from "react";
|
|
6
|
-
|
|
7
|
-
//#region src/components/agents-sdk/EmployeeChrome.d.ts
|
|
8
|
-
/**
|
|
9
|
-
* Chat, the two exclusive full-screen surfaces (`live`, `schedules`), or an
|
|
10
|
-
* opaque workbench panel id. Built-in workbench destinations are `files` and
|
|
11
|
-
* `plugins`; hosts append more through `workbenchNavigation`. An unknown id
|
|
12
|
-
* keeps the conversation visible without rewriting the host's destination.
|
|
13
|
-
*/
|
|
14
|
-
type EmployeeView = string;
|
|
15
|
-
type EmployeeDestination = {
|
|
16
|
-
kind: "thread";
|
|
17
|
-
threadId: string;
|
|
18
|
-
} | {
|
|
19
|
-
kind: "new-thread";
|
|
20
|
-
} | {
|
|
21
|
-
kind: "view";
|
|
22
|
-
view: EmployeeView;
|
|
23
|
-
} | {
|
|
24
|
-
kind: "agent-run";
|
|
25
|
-
runId: string;
|
|
26
|
-
} | {
|
|
27
|
-
kind: "routine";
|
|
28
|
-
routineId: string;
|
|
29
|
-
} | {
|
|
30
|
-
kind: "create-routine";
|
|
31
|
-
} | {
|
|
32
|
-
kind: "edit-routine";
|
|
33
|
-
routineId: string;
|
|
34
|
-
} | {
|
|
35
|
-
kind: "routine-run";
|
|
36
|
-
routineId: string;
|
|
37
|
-
runId: string;
|
|
38
|
-
};
|
|
39
|
-
/** Host-owned router link for a destination; the chrome has no route vocabulary. */
|
|
40
|
-
type EmployeeRenderLink = (destination: EmployeeDestination) => React.ReactElement;
|
|
41
|
-
type EmployeeStatus = "ready" | "connecting" | "offline" | "identity-blocked" | "needs-model";
|
|
42
|
-
interface EmployeeBrand {
|
|
43
|
-
logo: React.ReactNode;
|
|
44
|
-
name: string;
|
|
45
|
-
}
|
|
46
|
-
interface EmployeeIdentity {
|
|
47
|
-
email?: string;
|
|
48
|
-
liveProfile: string;
|
|
49
|
-
assignedAccount: string;
|
|
50
|
-
managed?: boolean;
|
|
51
|
-
canBind?: boolean;
|
|
52
|
-
onBind?: () => void | Promise<void>;
|
|
53
|
-
onUnbind?: () => void | Promise<void>;
|
|
54
|
-
}
|
|
55
|
-
/** Host-owned follow preference for the selected conversation. */
|
|
56
|
-
interface EmployeeFollow {
|
|
57
|
-
followed: boolean;
|
|
58
|
-
onCheckedChange: (followed: boolean) => void;
|
|
59
|
-
}
|
|
60
|
-
/** Companion availability and its destination, both host-owned. */
|
|
61
|
-
interface EmployeeCompanion {
|
|
62
|
-
enabled: boolean;
|
|
63
|
-
origin: string;
|
|
64
|
-
setEnabled: (enabled: boolean) => void;
|
|
65
|
-
}
|
|
66
|
-
/** Host-owned passkey-vault preference; credential storage stays outside the chrome. */
|
|
67
|
-
interface EmployeePasskeyVault {
|
|
68
|
-
enabled: boolean;
|
|
69
|
-
setEnabled: (enabled: boolean) => void;
|
|
70
|
-
}
|
|
71
|
-
/** Host sign-in and endpoint-setup controls behind the `needs-model` gate. */
|
|
72
|
-
interface EmployeeModelSetup {
|
|
73
|
-
onSignIn?: () => void;
|
|
74
|
-
busy?: boolean;
|
|
75
|
-
error?: React.ReactNode;
|
|
76
|
-
label?: string;
|
|
77
|
-
onCustomEndpoint?: () => void;
|
|
78
|
-
}
|
|
79
|
-
/**
|
|
80
|
-
* The delegated run the chrome is drilled into. A `ready` run carries the whole
|
|
81
|
-
* retained record out of the dispatching thread's projection, so status,
|
|
82
|
-
* progress, and report are the dispatching thread's facts, never the child's.
|
|
83
|
-
* The host decides which state applies and whether the run may still be
|
|
84
|
-
* stopped — `onCancel` is the whole Stop affordance's condition.
|
|
85
|
-
*/
|
|
86
|
-
type EmployeeAgentRun = {
|
|
87
|
-
state: "loading";
|
|
88
|
-
} | {
|
|
89
|
-
state: "unavailable";
|
|
90
|
-
} | {
|
|
91
|
-
state: "error";
|
|
92
|
-
error: string;
|
|
93
|
-
} | {
|
|
94
|
-
state: "ready";
|
|
95
|
-
run: AgentToolRunValue; /** Stops the run. Omit while the run cannot be stopped; the bar follows. */
|
|
96
|
-
onCancel?: () => void; /** A stop already in flight, so the control reads as busy rather than dead. */
|
|
97
|
-
cancelPending?: boolean;
|
|
98
|
-
};
|
|
99
|
-
/** One host view following Files and Plugins in the bar and the compact overflow. */
|
|
100
|
-
interface EmployeeWorkbenchItem {
|
|
101
|
-
id: string;
|
|
102
|
-
label: string;
|
|
103
|
-
icon: React.ReactNode;
|
|
104
|
-
}
|
|
105
|
-
interface EmployeeMenuProps {
|
|
106
|
-
renderLink: EmployeeRenderLink;
|
|
107
|
-
/** Identity assignment and bind/unbind operations behind the account dialog. */
|
|
108
|
-
identity?: EmployeeIdentity;
|
|
109
|
-
/** Opens the host's model-selection surface. */
|
|
110
|
-
onModel?: () => void;
|
|
111
|
-
/** Requests host sign-out; session teardown stays host-owned. */
|
|
112
|
-
onSignOut?: () => void;
|
|
113
|
-
companion?: EmployeeCompanion;
|
|
114
|
-
passkeys?: EmployeePasskeyVault;
|
|
115
|
-
/** Shown for a selected conversation; omit when there is nothing to follow. */
|
|
116
|
-
follow?: EmployeeFollow;
|
|
117
|
-
/** Additional host views, following Files and Plugins. */
|
|
118
|
-
workbenchNavigation?: readonly EmployeeWorkbenchItem[];
|
|
119
|
-
}
|
|
120
|
-
/** Employee settings are host-owned state; the menu stores only dialog visibility. */
|
|
121
|
-
declare function EmployeeMenu({
|
|
122
|
-
renderLink,
|
|
123
|
-
identity,
|
|
124
|
-
onModel,
|
|
125
|
-
onSignOut,
|
|
126
|
-
companion,
|
|
127
|
-
passkeys,
|
|
128
|
-
follow,
|
|
129
|
-
workbenchNavigation
|
|
130
|
-
}: EmployeeMenuProps): React.JSX.Element;
|
|
131
|
-
/** Bar links to Files, Plugins, and host views; the compact overflow carries them instead. */
|
|
132
|
-
declare function EmployeeWorkbenchLinks({
|
|
133
|
-
view,
|
|
134
|
-
renderLink,
|
|
135
|
-
workbenchNavigation
|
|
136
|
-
}: {
|
|
137
|
-
view: EmployeeView;
|
|
138
|
-
renderLink: EmployeeRenderLink;
|
|
139
|
-
workbenchNavigation?: readonly EmployeeWorkbenchItem[];
|
|
140
|
-
}): React.JSX.Element | null;
|
|
141
|
-
interface EmployeeShellProps<Thread extends ThinkThreadItem = ThinkThreadItem> extends EmployeeMenuProps {
|
|
142
|
-
view: EmployeeView;
|
|
143
|
-
/** Host-projected thread history; the chrome neither fetches nor persists it. */
|
|
144
|
-
threads?: readonly Thread[];
|
|
145
|
-
/** Selected thread, used for the title, the picker, and the return link. */
|
|
146
|
-
threadId?: string;
|
|
147
|
-
/** The delegated run this chrome is drilled into, when it is drilled into one. */
|
|
148
|
-
agentRun?: EmployeeAgentRun;
|
|
149
|
-
/** Caller-owned leading bar content, such as the extension's navigation control. */
|
|
150
|
-
appBarLeading?: React.ReactNode;
|
|
151
|
-
/** Passed the whole history item after the thread picker confirms removal. */
|
|
152
|
-
onDeleteThread?: (thread: Thread) => void | Promise<void>;
|
|
153
|
-
/** Shared manager shell supplies workforce navigation in place of thread-only navigation. */
|
|
154
|
-
sidebar?: React.ComponentProps<typeof ResponsiveSidebarShell>["sidebar"];
|
|
155
|
-
sidebarLabel?: string;
|
|
156
|
-
navigation?: readonly EmployeeWorkbenchItem[];
|
|
157
|
-
children: React.ReactNode;
|
|
158
|
-
}
|
|
159
|
-
declare function EmployeeShell<Thread extends ThinkThreadItem = ThinkThreadItem>({
|
|
160
|
-
view,
|
|
161
|
-
threads,
|
|
162
|
-
threadId,
|
|
163
|
-
agentRun,
|
|
164
|
-
renderLink,
|
|
165
|
-
appBarLeading,
|
|
166
|
-
onDeleteThread,
|
|
167
|
-
sidebar,
|
|
168
|
-
sidebarLabel,
|
|
169
|
-
navigation,
|
|
170
|
-
children,
|
|
171
|
-
...menu
|
|
172
|
-
}: EmployeeShellProps<Thread>): React.JSX.Element;
|
|
173
|
-
/** Policy and connection gates are host facts, not design-system presets. */
|
|
174
|
-
declare function EmployeeGate({
|
|
175
|
-
status,
|
|
176
|
-
connectingLabel,
|
|
177
|
-
identity,
|
|
178
|
-
brand,
|
|
179
|
-
modelSetup
|
|
180
|
-
}: {
|
|
181
|
-
status: EmployeeStatus;
|
|
182
|
-
connectingLabel?: string;
|
|
183
|
-
identity?: EmployeeIdentity;
|
|
184
|
-
brand: EmployeeBrand;
|
|
185
|
-
modelSetup?: EmployeeModelSetup;
|
|
186
|
-
}): React.JSX.Element | null;
|
|
187
|
-
/** The composer remains under its existing prompt provider; connection controls are explicit slots. */
|
|
188
|
-
declare function EmployeeWelcome({
|
|
189
|
-
brand,
|
|
190
|
-
children,
|
|
191
|
-
suggestions,
|
|
192
|
-
suggestionsError,
|
|
193
|
-
onRetrySuggestions,
|
|
194
|
-
onSubmit,
|
|
195
|
-
tray,
|
|
196
|
-
setupActions,
|
|
197
|
-
hasConnectedApps
|
|
198
|
-
}: {
|
|
199
|
-
brand: EmployeeBrand;
|
|
200
|
-
children: React.ReactNode;
|
|
201
|
-
suggestions?: readonly {
|
|
202
|
-
label: string;
|
|
203
|
-
value: string;
|
|
204
|
-
}[];
|
|
205
|
-
suggestionsError?: boolean;
|
|
206
|
-
onRetrySuggestions?: () => void;
|
|
207
|
-
onSubmit: (message: PromptInputMessage) => void | Promise<void>;
|
|
208
|
-
tray?: React.ReactNode; /** Slack, Discord, and local-folder actions composed by the host. */
|
|
209
|
-
setupActions?: React.ReactNode;
|
|
210
|
-
hasConnectedApps?: boolean;
|
|
211
|
-
}): React.JSX.Element;
|
|
212
|
-
declare const EmployeeChrome: {
|
|
213
|
-
Shell: typeof EmployeeShell;
|
|
214
|
-
Menu: typeof EmployeeMenu;
|
|
215
|
-
WorkbenchLinks: typeof EmployeeWorkbenchLinks;
|
|
216
|
-
Gate: typeof EmployeeGate;
|
|
217
|
-
Welcome: typeof EmployeeWelcome;
|
|
218
|
-
};
|
|
219
|
-
//#endregion
|
|
1
|
+
import { a as EmployeeDestination, c as EmployeeMenuProps, d as EmployeeRenderLink, f as EmployeeShellProps, h as EmployeeWorkbenchItem, i as EmployeeCompanion, l as EmployeeModelSetup, m as EmployeeView, n as EmployeeBrand, o as EmployeeFollow, p as EmployeeStatus, r as EmployeeChrome, s as EmployeeIdentity, t as EmployeeAgentRun, u as EmployeePasskeyVault } from "../../EmployeeChrome-B605rpVz.js";
|
|
220
2
|
export { EmployeeAgentRun, EmployeeBrand, EmployeeChrome, EmployeeCompanion, EmployeeDestination, EmployeeFollow, EmployeeIdentity, EmployeeMenuProps, EmployeeModelSetup, EmployeePasskeyVault, EmployeeRenderLink, EmployeeShellProps, EmployeeStatus, EmployeeView, EmployeeWorkbenchItem };
|