@copilotkit/react-core 1.57.3 → 1.58.0-canary.thread-id-propagation
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/LICENSE +21 -0
- package/dist/{copilotkit-CtXcs1ea.cjs → copilotkit-B4ouY7qC.cjs} +14 -3
- package/dist/copilotkit-B4ouY7qC.cjs.map +1 -0
- package/dist/copilotkit-BK9CVq9A.d.cts.map +1 -1
- package/dist/{copilotkit-CC8DjOiC.mjs → copilotkit-L4mM_JqG.mjs} +14 -3
- package/dist/copilotkit-L4mM_JqG.mjs.map +1 -0
- package/dist/copilotkit-WlmeVijs.d.mts.map +1 -1
- package/dist/index.cjs +3 -77
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.mts +2 -2
- package/dist/index.mjs +3 -77
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +15 -78
- package/dist/index.umd.js.map +1 -1
- package/dist/v2/headless.cjs +11 -0
- package/dist/v2/headless.cjs.map +1 -1
- package/dist/v2/headless.d.cts.map +1 -1
- package/dist/v2/headless.d.mts.map +1 -1
- package/dist/v2/headless.mjs +11 -0
- package/dist/v2/headless.mjs.map +1 -1
- package/dist/v2/index.cjs +1 -1
- package/dist/v2/index.mjs +1 -1
- package/dist/v2/index.umd.js +13 -2
- package/dist/v2/index.umd.js.map +1 -1
- package/package.json +12 -13
- package/skills/react-core/SKILL.md +108 -0
- package/skills/react-core/references/agent-access.md +288 -0
- package/skills/react-core/references/attachments.md +291 -0
- package/skills/react-core/references/capabilities.md +138 -0
- package/skills/react-core/references/chat-components.md +221 -0
- package/skills/react-core/references/client-side-tools.md +358 -0
- package/skills/react-core/references/custom-message-renderers.md +226 -0
- package/skills/react-core/references/debug-mode.md +153 -0
- package/skills/react-core/references/human-in-the-loop.md +312 -0
- package/skills/react-core/references/provider-setup.md +326 -0
- package/skills/react-core/references/rendering-activity-messages.md +207 -0
- package/skills/react-core/references/rendering-tool-calls.md +319 -0
- package/skills/react-core/references/suggestions.md +211 -0
- package/skills/react-core/references/switching-agents-recipes.md +160 -0
- package/skills/react-core/references/switching-agents.md +231 -0
- package/skills/react-core/references/threads.md +226 -0
- package/.attw.json +0 -3
- package/CHANGELOG.md +0 -5043
- package/dist/copilotkit-CC8DjOiC.mjs.map +0 -1
- package/dist/copilotkit-CtXcs1ea.cjs.map +0 -1
- package/scripts/scope-preflight.mjs +0 -100
- package/src/components/CopilotListeners.tsx +0 -137
- package/src/components/__tests__/CopilotListeners.test.tsx +0 -38
- package/src/components/copilot-provider/__tests__/copilot-messages-key.test.tsx +0 -92
- package/src/components/copilot-provider/__tests__/copilotkit-error.test.tsx +0 -77
- package/src/components/copilot-provider/__tests__/error-visibility-prod.test.tsx +0 -70
- package/src/components/copilot-provider/__tests__/v1-explicit-threadid-bridge.test.tsx +0 -107
- package/src/components/copilot-provider/copilot-messages.tsx +0 -314
- package/src/components/copilot-provider/copilotkit-props.tsx +0 -214
- package/src/components/copilot-provider/copilotkit.tsx +0 -853
- package/src/components/copilot-provider/index.ts +0 -3
- package/src/components/dev-console/console-trigger.tsx +0 -283
- package/src/components/dev-console/developer-console-modal.tsx +0 -1016
- package/src/components/dev-console/icons.tsx +0 -106
- package/src/components/error-boundary/error-boundary.tsx +0 -99
- package/src/components/error-boundary/error-utils.tsx +0 -105
- package/src/components/index.ts +0 -1
- package/src/components/toast/exclamation-mark-icon.tsx +0 -27
- package/src/components/toast/toast-provider.tsx +0 -448
- package/src/components/usage-banner.tsx +0 -266
- package/src/context/__tests__/threads-context.test.tsx +0 -141
- package/src/context/coagent-state-renders-context.tsx +0 -89
- package/src/context/copilot-context.tsx +0 -365
- package/src/context/copilot-messages-context.tsx +0 -35
- package/src/context/index.ts +0 -22
- package/src/context/threads-context.tsx +0 -69
- package/src/hooks/__tests__/use-coagent-config.test.ts +0 -352
- package/src/hooks/__tests__/use-coagent-state-render-bridge.helpers.test.ts +0 -107
- package/src/hooks/__tests__/use-coagent-state-render.e2e.test.tsx +0 -1209
- package/src/hooks/__tests__/use-coagent-state-render.test.tsx +0 -356
- package/src/hooks/__tests__/use-copilot-chat-internal-connect.test.tsx +0 -241
- package/src/hooks/__tests__/use-frontend-tool-available.test.tsx +0 -72
- package/src/hooks/__tests__/use-frontend-tool-remount.e2e.test.tsx +0 -102
- package/src/hooks/index.ts +0 -33
- package/src/hooks/use-agent-nodename.ts +0 -33
- package/src/hooks/use-coagent-state-render-bridge.helpers.ts +0 -345
- package/src/hooks/use-coagent-state-render-bridge.tsx +0 -222
- package/src/hooks/use-coagent-state-render-registry.ts +0 -230
- package/src/hooks/use-coagent-state-render.ts +0 -163
- package/src/hooks/use-coagent.ts +0 -377
- package/src/hooks/use-configure-chat-suggestions.tsx +0 -96
- package/src/hooks/use-copilot-action.ts +0 -245
- package/src/hooks/use-copilot-additional-instructions.ts +0 -98
- package/src/hooks/use-copilot-authenticated-action.ts +0 -73
- package/src/hooks/use-copilot-chat-headless_c.ts +0 -264
- package/src/hooks/use-copilot-chat-suggestions.tsx +0 -134
- package/src/hooks/use-copilot-chat.ts +0 -132
- package/src/hooks/use-copilot-chat_internal.ts +0 -875
- package/src/hooks/use-copilot-readable.ts +0 -135
- package/src/hooks/use-copilot-runtime-client.ts +0 -178
- package/src/hooks/use-default-tool.ts +0 -13
- package/src/hooks/use-flat-category-store.ts +0 -109
- package/src/hooks/use-frontend-tool.ts +0 -113
- package/src/hooks/use-human-in-the-loop.ts +0 -138
- package/src/hooks/use-langgraph-interrupt.ts +0 -103
- package/src/hooks/use-lazy-tool-renderer.tsx +0 -30
- package/src/hooks/use-make-copilot-document-readable.ts +0 -30
- package/src/hooks/use-render-tool-call.ts +0 -89
- package/src/hooks/use-tree.ts +0 -222
- package/src/index.tsx +0 -7
- package/src/lib/copilot-task.ts +0 -215
- package/src/lib/index.ts +0 -1
- package/src/lib/status-checker.ts +0 -67
- package/src/setupTests.ts +0 -37
- package/src/test-helpers/copilot-context.ts +0 -91
- package/src/types/chat-suggestion-configuration.ts +0 -23
- package/src/types/coagent-action.ts +0 -35
- package/src/types/coagent-state.ts +0 -13
- package/src/types/crew.ts +0 -89
- package/src/types/document-pointer.ts +0 -7
- package/src/types/frontend-action.ts +0 -213
- package/src/types/index.ts +0 -17
- package/src/types/interrupt-action.ts +0 -58
- package/src/types/system-message.ts +0 -4
- package/src/utils/dev-console.ts +0 -19
- package/src/utils/index.ts +0 -2
- package/src/utils/suggestions-constants.ts +0 -8
- package/src/utils/utils.test.ts +0 -7
- package/src/utils/utils.ts +0 -6
- package/src/v2/__tests__/A2UIMessageRenderer.test.tsx +0 -240
- package/src/v2/__tests__/globalSetup.ts +0 -14
- package/src/v2/__tests__/setup.ts +0 -93
- package/src/v2/__tests__/utils/test-helpers.tsx +0 -570
- package/src/v2/a2ui/A2UICatalogContext.tsx +0 -79
- package/src/v2/a2ui/A2UIMessageRenderer.tsx +0 -294
- package/src/v2/a2ui/A2UIToolCallRenderer.tsx +0 -290
- package/src/v2/components/CopilotKitInspector.tsx +0 -52
- package/src/v2/components/MCPAppsActivityRenderer.tsx +0 -815
- package/src/v2/components/OpenGenerativeUIRenderer.tsx +0 -598
- package/src/v2/components/WildcardToolCallRender.tsx +0 -86
- package/src/v2/components/__tests__/OpenGenerativeUIRenderer.test.tsx +0 -665
- package/src/v2/components/chat/CopilotChat.tsx +0 -664
- package/src/v2/components/chat/CopilotChatAssistantMessage.tsx +0 -393
- package/src/v2/components/chat/CopilotChatAttachmentQueue.tsx +0 -374
- package/src/v2/components/chat/CopilotChatAttachmentRenderer.tsx +0 -159
- package/src/v2/components/chat/CopilotChatAudioRecorder.tsx +0 -350
- package/src/v2/components/chat/CopilotChatInput.tsx +0 -1412
- package/src/v2/components/chat/CopilotChatMessageView.tsx +0 -716
- package/src/v2/components/chat/CopilotChatReasoningMessage.tsx +0 -265
- package/src/v2/components/chat/CopilotChatSuggestionPill.tsx +0 -59
- package/src/v2/components/chat/CopilotChatSuggestionView.tsx +0 -134
- package/src/v2/components/chat/CopilotChatToggleButton.tsx +0 -171
- package/src/v2/components/chat/CopilotChatToolCallsView.tsx +0 -40
- package/src/v2/components/chat/CopilotChatUserMessage.tsx +0 -445
- package/src/v2/components/chat/CopilotChatView.tsx +0 -890
- package/src/v2/components/chat/CopilotModalHeader.tsx +0 -129
- package/src/v2/components/chat/CopilotPopup.tsx +0 -81
- package/src/v2/components/chat/CopilotPopupView.tsx +0 -317
- package/src/v2/components/chat/CopilotSidebar.tsx +0 -80
- package/src/v2/components/chat/CopilotSidebarView.tsx +0 -269
- package/src/v2/components/chat/Lightbox.tsx +0 -103
- package/src/v2/components/chat/__tests__/CopilotChat.absentThreadConnect.test.tsx +0 -66
- package/src/v2/components/chat/__tests__/CopilotChat.attachments.test.tsx +0 -168
- package/src/v2/components/chat/__tests__/CopilotChat.e2e.test.tsx +0 -1239
- package/src/v2/components/chat/__tests__/CopilotChat.onError.test.tsx +0 -73
- package/src/v2/components/chat/__tests__/CopilotChat.slots.e2e.test.tsx +0 -432
- package/src/v2/components/chat/__tests__/CopilotChat.suggestionsAlways.test.tsx +0 -183
- package/src/v2/components/chat/__tests__/CopilotChat.welcomeGate.test.tsx +0 -184
- package/src/v2/components/chat/__tests__/CopilotChatActivityRendering.e2e.test.tsx +0 -649
- package/src/v2/components/chat/__tests__/CopilotChatAssistantMessage.slots.e2e.test.tsx +0 -624
- package/src/v2/components/chat/__tests__/CopilotChatAssistantMessage.test.tsx +0 -702
- package/src/v2/components/chat/__tests__/CopilotChatAssistantMessage.thumbs.test.tsx +0 -72
- package/src/v2/components/chat/__tests__/CopilotChatCopyButton.clipboard.test.tsx +0 -241
- package/src/v2/components/chat/__tests__/CopilotChatCssClasses.test.tsx +0 -107
- package/src/v2/components/chat/__tests__/CopilotChatInput.slots.e2e.test.tsx +0 -929
- package/src/v2/components/chat/__tests__/CopilotChatInput.test.tsx +0 -1567
- package/src/v2/components/chat/__tests__/CopilotChatMessageView.slots.e2e.test.tsx +0 -1004
- package/src/v2/components/chat/__tests__/CopilotChatMessageView.test.tsx +0 -279
- package/src/v2/components/chat/__tests__/CopilotChatPerf.e2e.test.tsx +0 -336
- package/src/v2/components/chat/__tests__/CopilotChatPropsRerender.e2e.test.tsx +0 -249
- package/src/v2/components/chat/__tests__/CopilotChatSuggestionView.slots.e2e.test.tsx +0 -530
- package/src/v2/components/chat/__tests__/CopilotChatToolRendering.e2e.test.tsx +0 -785
- package/src/v2/components/chat/__tests__/CopilotChatToolRerenders.e2e.test.tsx +0 -2416
- package/src/v2/components/chat/__tests__/CopilotChatUserMessage.slots.e2e.test.tsx +0 -621
- package/src/v2/components/chat/__tests__/CopilotChatView.connectingGate.test.tsx +0 -56
- package/src/v2/components/chat/__tests__/CopilotChatView.inputOverlay.test.tsx +0 -264
- package/src/v2/components/chat/__tests__/CopilotChatView.onClick.e2e.test.tsx +0 -853
- package/src/v2/components/chat/__tests__/CopilotChatView.pinToSend.test.tsx +0 -94
- package/src/v2/components/chat/__tests__/CopilotChatView.slots.e2e.test.tsx +0 -1050
- package/src/v2/components/chat/__tests__/CopilotModalHeader.slots.e2e.test.tsx +0 -484
- package/src/v2/components/chat/__tests__/CopilotPopupView.slots.e2e.test.tsx +0 -612
- package/src/v2/components/chat/__tests__/CopilotSidebarView.position.test.tsx +0 -159
- package/src/v2/components/chat/__tests__/CopilotSidebarView.slots.e2e.test.tsx +0 -502
- package/src/v2/components/chat/__tests__/MCPAppsActivityRenderer.e2e.test.tsx +0 -1068
- package/src/v2/components/chat/__tests__/MCPAppsProxy.e2e.test.tsx +0 -589
- package/src/v2/components/chat/__tests__/MCPAppsUiMessage.e2e.test.tsx +0 -403
- package/src/v2/components/chat/__tests__/copilot-chat-throttle.test.tsx +0 -137
- package/src/v2/components/chat/__tests__/normalize-auto-scroll.test.ts +0 -37
- package/src/v2/components/chat/__tests__/setup.ts +0 -1
- package/src/v2/components/chat/index.ts +0 -90
- package/src/v2/components/chat/last-user-message-context.ts +0 -21
- package/src/v2/components/chat/normalize-auto-scroll.ts +0 -17
- package/src/v2/components/chat/scroll-element-context.ts +0 -13
- package/src/v2/components/index.ts +0 -8
- package/src/v2/components/intelligence-indicator/IntelligenceIndicator.tsx +0 -286
- package/src/v2/components/intelligence-indicator/__tests__/IntelligenceIndicator.e2e.test.tsx +0 -464
- package/src/v2/components/intelligence-indicator/index.ts +0 -2
- package/src/v2/components/license-warning-banner.tsx +0 -217
- package/src/v2/components/ui/button.tsx +0 -124
- package/src/v2/components/ui/dropdown-menu.tsx +0 -258
- package/src/v2/components/ui/tooltip.tsx +0 -60
- package/src/v2/context.ts +0 -62
- package/src/v2/headless.ts +0 -64
- package/src/v2/hooks/__tests__/standard-schema-types.test.tsx +0 -152
- package/src/v2/hooks/__tests__/standard-schema.test.tsx +0 -282
- package/src/v2/hooks/__tests__/use-agent-context-timing.e2e.test.tsx +0 -140
- package/src/v2/hooks/__tests__/use-agent-context.test.tsx +0 -401
- package/src/v2/hooks/__tests__/use-agent-error-state.test.tsx +0 -44
- package/src/v2/hooks/__tests__/use-agent-stability.test.tsx +0 -211
- package/src/v2/hooks/__tests__/use-agent-throttle.test.tsx +0 -1029
- package/src/v2/hooks/__tests__/use-agent.e2e.test.tsx +0 -159
- package/src/v2/hooks/__tests__/use-attachments.test.tsx +0 -169
- package/src/v2/hooks/__tests__/use-capabilities.test.tsx +0 -76
- package/src/v2/hooks/__tests__/use-component.test.tsx +0 -126
- package/src/v2/hooks/__tests__/use-configure-suggestions.e2e.test.tsx +0 -696
- package/src/v2/hooks/__tests__/use-default-render-tool.test.tsx +0 -153
- package/src/v2/hooks/__tests__/use-frontend-tool-available.test.tsx +0 -167
- package/src/v2/hooks/__tests__/use-frontend-tool.e2e.test.tsx +0 -2148
- package/src/v2/hooks/__tests__/use-human-in-the-loop.e2e.test.tsx +0 -1261
- package/src/v2/hooks/__tests__/use-interrupt.test.tsx +0 -397
- package/src/v2/hooks/__tests__/use-katex-styles.test.tsx +0 -56
- package/src/v2/hooks/__tests__/use-keyboard-height.test.tsx +0 -192
- package/src/v2/hooks/__tests__/use-pin-to-send.test.tsx +0 -219
- package/src/v2/hooks/__tests__/use-render-custom-messages.test.tsx +0 -55
- package/src/v2/hooks/__tests__/use-render-tool.test.tsx +0 -259
- package/src/v2/hooks/__tests__/use-suggestions.e2e.test.tsx +0 -524
- package/src/v2/hooks/__tests__/use-threads.test.tsx +0 -757
- package/src/v2/hooks/__tests__/zod-regression.test.tsx +0 -311
- package/src/v2/hooks/index.ts +0 -24
- package/src/v2/hooks/use-agent-context.tsx +0 -45
- package/src/v2/hooks/use-agent.tsx +0 -227
- package/src/v2/hooks/use-attachments.tsx +0 -269
- package/src/v2/hooks/use-capabilities.tsx +0 -25
- package/src/v2/hooks/use-component.tsx +0 -91
- package/src/v2/hooks/use-configure-suggestions.tsx +0 -236
- package/src/v2/hooks/use-default-render-tool.tsx +0 -271
- package/src/v2/hooks/use-frontend-tool.tsx +0 -46
- package/src/v2/hooks/use-human-in-the-loop.tsx +0 -81
- package/src/v2/hooks/use-interrupt.tsx +0 -305
- package/src/v2/hooks/use-keyboard-height.tsx +0 -67
- package/src/v2/hooks/use-pin-to-send.ts +0 -94
- package/src/v2/hooks/use-render-activity-message.tsx +0 -72
- package/src/v2/hooks/use-render-custom-messages.tsx +0 -93
- package/src/v2/hooks/use-render-tool-call.tsx +0 -208
- package/src/v2/hooks/use-render-tool.tsx +0 -184
- package/src/v2/hooks/use-suggestions.tsx +0 -91
- package/src/v2/hooks/use-threads.tsx +0 -325
- package/src/v2/hooks/useKatexStyles.ts +0 -27
- package/src/v2/index.css +0 -1
- package/src/v2/index.ts +0 -27
- package/src/v2/lib/__tests__/completePartialMarkdown.test.ts +0 -495
- package/src/v2/lib/__tests__/processPartialHtml.test.ts +0 -112
- package/src/v2/lib/__tests__/renderSlot.test.tsx +0 -588
- package/src/v2/lib/__tests__/slots.test.ts +0 -56
- package/src/v2/lib/processPartialHtml.ts +0 -45
- package/src/v2/lib/react-core.ts +0 -156
- package/src/v2/lib/slots.tsx +0 -184
- package/src/v2/lib/transcription-client.ts +0 -184
- package/src/v2/lib/utils.ts +0 -8
- package/src/v2/providers/CopilotChatConfigurationProvider.tsx +0 -196
- package/src/v2/providers/CopilotKitProvider.tsx +0 -800
- package/src/v2/providers/SandboxFunctionsContext.ts +0 -10
- package/src/v2/providers/__tests__/CopilotChatConfigurationProvider.test.tsx +0 -652
- package/src/v2/providers/__tests__/CopilotKitProvider.license.test.tsx +0 -101
- package/src/v2/providers/__tests__/CopilotKitProvider.onError.test.tsx +0 -69
- package/src/v2/providers/__tests__/CopilotKitProvider.renderCustomMessages.e2e.test.tsx +0 -881
- package/src/v2/providers/__tests__/CopilotKitProvider.sandboxFunctions.test.tsx +0 -198
- package/src/v2/providers/__tests__/CopilotKitProvider.stability.test.tsx +0 -740
- package/src/v2/providers/__tests__/CopilotKitProvider.test.tsx +0 -713
- package/src/v2/providers/__tests__/CopilotKitProvider.wildcard.test.tsx +0 -294
- package/src/v2/providers/index.ts +0 -21
- package/src/v2/styles/globals.css +0 -349
- package/src/v2/types/__tests__/defineToolCallRenderer.test.tsx +0 -525
- package/src/v2/types/defineToolCallRenderer.ts +0 -68
- package/src/v2/types/frontend-tool.ts +0 -8
- package/src/v2/types/human-in-the-loop.ts +0 -33
- package/src/v2/types/index.ts +0 -8
- package/src/v2/types/interrupt.ts +0 -15
- package/src/v2/types/react-activity-message-renderer.ts +0 -27
- package/src/v2/types/react-custom-message-renderer.ts +0 -17
- package/src/v2/types/react-tool-call-renderer.ts +0 -35
- package/src/v2/types/sandbox-function.ts +0 -11
- package/tsconfig.json +0 -8
- package/tsdown.config.ts +0 -193
- package/typedoc.json +0 -4
- package/vitest.config.mjs +0 -31
|
@@ -1,294 +0,0 @@
|
|
|
1
|
-
import { renderHook } from "@testing-library/react";
|
|
2
|
-
import type React from "react";
|
|
3
|
-
import { describe, expect, it, vi } from "vitest";
|
|
4
|
-
import { z } from "zod";
|
|
5
|
-
import type { ReactFrontendTool } from "../../types/frontend-tool";
|
|
6
|
-
import type { ReactHumanInTheLoop } from "../../types/human-in-the-loop";
|
|
7
|
-
import { CopilotKitProvider, useCopilotKit } from "../CopilotKitProvider";
|
|
8
|
-
|
|
9
|
-
describe("CopilotKitProvider - Wildcard Tool", () => {
|
|
10
|
-
describe("Wildcard Frontend Tool", () => {
|
|
11
|
-
it("should register wildcard frontend tool", () => {
|
|
12
|
-
const wildcardHandler = vi.fn();
|
|
13
|
-
const wildcardTool: ReactFrontendTool = {
|
|
14
|
-
name: "*",
|
|
15
|
-
description: "Fallback for undefined tools",
|
|
16
|
-
handler: wildcardHandler,
|
|
17
|
-
};
|
|
18
|
-
|
|
19
|
-
const { result } = renderHook(() => useCopilotKit(), {
|
|
20
|
-
wrapper: ({ children }) => (
|
|
21
|
-
<CopilotKitProvider frontendTools={[wildcardTool]}>
|
|
22
|
-
{children}
|
|
23
|
-
</CopilotKitProvider>
|
|
24
|
-
),
|
|
25
|
-
});
|
|
26
|
-
|
|
27
|
-
const retrievedTool = result.current.copilotkit.getTool({
|
|
28
|
-
toolName: "*",
|
|
29
|
-
});
|
|
30
|
-
expect(retrievedTool).toBeDefined();
|
|
31
|
-
expect(retrievedTool?.name).toBe("*");
|
|
32
|
-
expect(retrievedTool?.handler).toBe(wildcardHandler);
|
|
33
|
-
});
|
|
34
|
-
|
|
35
|
-
it("should register wildcard alongside specific tools", () => {
|
|
36
|
-
const specificHandler = vi.fn();
|
|
37
|
-
const wildcardHandler = vi.fn();
|
|
38
|
-
|
|
39
|
-
const specificTool: ReactFrontendTool = {
|
|
40
|
-
name: "specific",
|
|
41
|
-
handler: specificHandler,
|
|
42
|
-
};
|
|
43
|
-
|
|
44
|
-
const wildcardTool: ReactFrontendTool = {
|
|
45
|
-
name: "*",
|
|
46
|
-
handler: wildcardHandler,
|
|
47
|
-
};
|
|
48
|
-
|
|
49
|
-
const { result } = renderHook(() => useCopilotKit(), {
|
|
50
|
-
wrapper: ({ children }) => (
|
|
51
|
-
<CopilotKitProvider frontendTools={[specificTool, wildcardTool]}>
|
|
52
|
-
{children}
|
|
53
|
-
</CopilotKitProvider>
|
|
54
|
-
),
|
|
55
|
-
});
|
|
56
|
-
|
|
57
|
-
expect(
|
|
58
|
-
result.current.copilotkit.getTool({ toolName: "specific" }),
|
|
59
|
-
).toBeDefined();
|
|
60
|
-
expect(
|
|
61
|
-
result.current.copilotkit.getTool({ toolName: "*" }),
|
|
62
|
-
).toBeDefined();
|
|
63
|
-
});
|
|
64
|
-
|
|
65
|
-
it("should register wildcard with render component", () => {
|
|
66
|
-
const WildcardRender: React.FC<any> = ({ args }) => (
|
|
67
|
-
<div>Unknown tool: {args.toolName}</div>
|
|
68
|
-
);
|
|
69
|
-
|
|
70
|
-
const wildcardTool: ReactFrontendTool = {
|
|
71
|
-
name: "*",
|
|
72
|
-
description: "Fallback with render",
|
|
73
|
-
parameters: z.object({
|
|
74
|
-
toolName: z.string(),
|
|
75
|
-
args: z.unknown(),
|
|
76
|
-
}),
|
|
77
|
-
render: WildcardRender,
|
|
78
|
-
};
|
|
79
|
-
|
|
80
|
-
const { result } = renderHook(() => useCopilotKit(), {
|
|
81
|
-
wrapper: ({ children }) => (
|
|
82
|
-
<CopilotKitProvider frontendTools={[wildcardTool]}>
|
|
83
|
-
{children}
|
|
84
|
-
</CopilotKitProvider>
|
|
85
|
-
),
|
|
86
|
-
});
|
|
87
|
-
|
|
88
|
-
const wildcardRender = result.current.copilotkit.renderToolCalls.find(
|
|
89
|
-
(rc) => rc.name === "*",
|
|
90
|
-
);
|
|
91
|
-
expect(wildcardRender).toBeDefined();
|
|
92
|
-
expect(wildcardRender?.render).toBe(WildcardRender);
|
|
93
|
-
});
|
|
94
|
-
|
|
95
|
-
it("should support wildcard with agentId", () => {
|
|
96
|
-
const wildcardHandler = vi.fn();
|
|
97
|
-
const wildcardTool: ReactFrontendTool = {
|
|
98
|
-
name: "*",
|
|
99
|
-
handler: wildcardHandler,
|
|
100
|
-
agentId: "specificAgent",
|
|
101
|
-
};
|
|
102
|
-
|
|
103
|
-
const { result } = renderHook(() => useCopilotKit(), {
|
|
104
|
-
wrapper: ({ children }) => (
|
|
105
|
-
<CopilotKitProvider frontendTools={[wildcardTool]}>
|
|
106
|
-
{children}
|
|
107
|
-
</CopilotKitProvider>
|
|
108
|
-
),
|
|
109
|
-
});
|
|
110
|
-
|
|
111
|
-
const retrievedTool = result.current.copilotkit.getTool({
|
|
112
|
-
toolName: "*",
|
|
113
|
-
agentId: "specificAgent",
|
|
114
|
-
});
|
|
115
|
-
expect(retrievedTool?.agentId).toBe("specificAgent");
|
|
116
|
-
});
|
|
117
|
-
});
|
|
118
|
-
|
|
119
|
-
describe("Wildcard Human-in-the-Loop", () => {
|
|
120
|
-
it("should register wildcard human-in-the-loop tool", () => {
|
|
121
|
-
const WildcardComponent: React.FC<any> = ({ args }) => (
|
|
122
|
-
<div>Unknown interaction: {args.toolName}</div>
|
|
123
|
-
);
|
|
124
|
-
|
|
125
|
-
const wildcardHitl: ReactHumanInTheLoop = {
|
|
126
|
-
name: "*",
|
|
127
|
-
description: "Fallback interaction",
|
|
128
|
-
parameters: z.object({
|
|
129
|
-
toolName: z.string(),
|
|
130
|
-
args: z.unknown(),
|
|
131
|
-
}),
|
|
132
|
-
render: WildcardComponent,
|
|
133
|
-
};
|
|
134
|
-
|
|
135
|
-
const { result } = renderHook(() => useCopilotKit(), {
|
|
136
|
-
wrapper: ({ children }) => (
|
|
137
|
-
<CopilotKitProvider humanInTheLoop={[wildcardHitl]}>
|
|
138
|
-
{children}
|
|
139
|
-
</CopilotKitProvider>
|
|
140
|
-
),
|
|
141
|
-
});
|
|
142
|
-
|
|
143
|
-
expect(
|
|
144
|
-
result.current.copilotkit.getTool({ toolName: "*" }),
|
|
145
|
-
).toBeDefined();
|
|
146
|
-
const wildcardRender = result.current.copilotkit.renderToolCalls.find(
|
|
147
|
-
(rc) => rc.name === "*",
|
|
148
|
-
);
|
|
149
|
-
expect(wildcardRender).toBeDefined();
|
|
150
|
-
expect(wildcardRender?.render).toBe(WildcardComponent);
|
|
151
|
-
});
|
|
152
|
-
|
|
153
|
-
it("should support wildcard human-in-the-loop with agentId", () => {
|
|
154
|
-
const WildcardComponent: React.FC<any> = () => <div>Wildcard</div>;
|
|
155
|
-
|
|
156
|
-
const wildcardHitl: ReactHumanInTheLoop = {
|
|
157
|
-
name: "*",
|
|
158
|
-
parameters: z.object({
|
|
159
|
-
toolName: z.string(),
|
|
160
|
-
args: z.unknown(),
|
|
161
|
-
}),
|
|
162
|
-
render: WildcardComponent,
|
|
163
|
-
agentId: "agent1",
|
|
164
|
-
};
|
|
165
|
-
|
|
166
|
-
const { result } = renderHook(() => useCopilotKit(), {
|
|
167
|
-
wrapper: ({ children }) => (
|
|
168
|
-
<CopilotKitProvider humanInTheLoop={[wildcardHitl]}>
|
|
169
|
-
{children}
|
|
170
|
-
</CopilotKitProvider>
|
|
171
|
-
),
|
|
172
|
-
});
|
|
173
|
-
|
|
174
|
-
const retrievedTool = result.current.copilotkit.getTool({
|
|
175
|
-
toolName: "*",
|
|
176
|
-
agentId: "agent1",
|
|
177
|
-
});
|
|
178
|
-
expect(retrievedTool?.agentId).toBe("agent1");
|
|
179
|
-
});
|
|
180
|
-
});
|
|
181
|
-
|
|
182
|
-
describe("Wildcard Render Tool Calls", () => {
|
|
183
|
-
it("should register wildcard in renderToolCalls", () => {
|
|
184
|
-
const WildcardRender: React.FC<any> = ({ args }) => (
|
|
185
|
-
<div>Fallback render</div>
|
|
186
|
-
);
|
|
187
|
-
|
|
188
|
-
const renderToolCalls = [
|
|
189
|
-
{
|
|
190
|
-
name: "*",
|
|
191
|
-
args: z.object({
|
|
192
|
-
toolName: z.string(),
|
|
193
|
-
args: z.unknown(),
|
|
194
|
-
}),
|
|
195
|
-
render: WildcardRender,
|
|
196
|
-
},
|
|
197
|
-
];
|
|
198
|
-
|
|
199
|
-
const { result } = renderHook(() => useCopilotKit(), {
|
|
200
|
-
wrapper: ({ children }) => (
|
|
201
|
-
<CopilotKitProvider renderToolCalls={renderToolCalls}>
|
|
202
|
-
{children}
|
|
203
|
-
</CopilotKitProvider>
|
|
204
|
-
),
|
|
205
|
-
});
|
|
206
|
-
|
|
207
|
-
const wildcardRender = result.current.copilotkit.renderToolCalls.find(
|
|
208
|
-
(rc) => rc.name === "*",
|
|
209
|
-
);
|
|
210
|
-
expect(wildcardRender).toBeDefined();
|
|
211
|
-
expect(wildcardRender?.render).toBe(WildcardRender);
|
|
212
|
-
});
|
|
213
|
-
|
|
214
|
-
it("should support wildcard render with agentId", () => {
|
|
215
|
-
const WildcardRender: React.FC<any> = () => <div>Agent wildcard</div>;
|
|
216
|
-
|
|
217
|
-
const renderToolCalls = [
|
|
218
|
-
{
|
|
219
|
-
name: "*",
|
|
220
|
-
args: z.object({
|
|
221
|
-
toolName: z.string(),
|
|
222
|
-
args: z.unknown(),
|
|
223
|
-
}),
|
|
224
|
-
render: WildcardRender,
|
|
225
|
-
agentId: "agent1",
|
|
226
|
-
},
|
|
227
|
-
];
|
|
228
|
-
|
|
229
|
-
const { result } = renderHook(() => useCopilotKit(), {
|
|
230
|
-
wrapper: ({ children }) => (
|
|
231
|
-
<CopilotKitProvider renderToolCalls={renderToolCalls}>
|
|
232
|
-
{children}
|
|
233
|
-
</CopilotKitProvider>
|
|
234
|
-
),
|
|
235
|
-
});
|
|
236
|
-
|
|
237
|
-
const wildcardRender = result.current.copilotkit.renderToolCalls.find(
|
|
238
|
-
(rc) => rc.name === "*",
|
|
239
|
-
);
|
|
240
|
-
expect(wildcardRender?.agentId).toBe("agent1");
|
|
241
|
-
});
|
|
242
|
-
});
|
|
243
|
-
|
|
244
|
-
describe("Combined wildcard and specific tools", () => {
|
|
245
|
-
it("should handle both wildcard and specific tools together", () => {
|
|
246
|
-
const SpecificRender: React.FC<any> = () => <div>Specific</div>;
|
|
247
|
-
const WildcardRender: React.FC<any> = () => <div>Wildcard</div>;
|
|
248
|
-
|
|
249
|
-
const frontendTools: ReactFrontendTool[] = [
|
|
250
|
-
{
|
|
251
|
-
name: "specificTool",
|
|
252
|
-
handler: vi.fn(),
|
|
253
|
-
parameters: z.object({ value: z.string() }),
|
|
254
|
-
render: SpecificRender,
|
|
255
|
-
},
|
|
256
|
-
{
|
|
257
|
-
name: "*",
|
|
258
|
-
handler: vi.fn(),
|
|
259
|
-
parameters: z.object({
|
|
260
|
-
toolName: z.string(),
|
|
261
|
-
args: z.unknown(),
|
|
262
|
-
}),
|
|
263
|
-
render: WildcardRender,
|
|
264
|
-
},
|
|
265
|
-
];
|
|
266
|
-
|
|
267
|
-
const { result } = renderHook(() => useCopilotKit(), {
|
|
268
|
-
wrapper: ({ children }) => (
|
|
269
|
-
<CopilotKitProvider frontendTools={frontendTools}>
|
|
270
|
-
{children}
|
|
271
|
-
</CopilotKitProvider>
|
|
272
|
-
),
|
|
273
|
-
});
|
|
274
|
-
|
|
275
|
-
// Both tools should be registered
|
|
276
|
-
expect(
|
|
277
|
-
result.current.copilotkit.getTool({ toolName: "specificTool" }),
|
|
278
|
-
).toBeDefined();
|
|
279
|
-
expect(
|
|
280
|
-
result.current.copilotkit.getTool({ toolName: "*" }),
|
|
281
|
-
).toBeDefined();
|
|
282
|
-
|
|
283
|
-
// Both renders should be registered
|
|
284
|
-
const specificToolRender = result.current.copilotkit.renderToolCalls.find(
|
|
285
|
-
(rc) => rc.name === "specificTool",
|
|
286
|
-
);
|
|
287
|
-
const wildcardRender = result.current.copilotkit.renderToolCalls.find(
|
|
288
|
-
(rc) => rc.name === "*",
|
|
289
|
-
);
|
|
290
|
-
expect(specificToolRender).toBeDefined();
|
|
291
|
-
expect(wildcardRender).toBeDefined();
|
|
292
|
-
});
|
|
293
|
-
});
|
|
294
|
-
});
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
export {
|
|
2
|
-
CopilotChatConfigurationProvider,
|
|
3
|
-
useCopilotChatConfiguration,
|
|
4
|
-
type CopilotChatLabels,
|
|
5
|
-
type CopilotChatConfigurationValue,
|
|
6
|
-
type CopilotChatConfigurationProviderProps,
|
|
7
|
-
} from "./CopilotChatConfigurationProvider";
|
|
8
|
-
|
|
9
|
-
export {
|
|
10
|
-
CopilotKitProvider,
|
|
11
|
-
useCopilotKit,
|
|
12
|
-
type CopilotKitProviderProps,
|
|
13
|
-
type CopilotKitContextValue,
|
|
14
|
-
} from "./CopilotKitProvider";
|
|
15
|
-
|
|
16
|
-
export type { Anchor as InspectorAnchor } from "@copilotkit/web-inspector";
|
|
17
|
-
|
|
18
|
-
export {
|
|
19
|
-
SandboxFunctionsContext,
|
|
20
|
-
useSandboxFunctions,
|
|
21
|
-
} from "./SandboxFunctionsContext";
|
|
@@ -1,349 +0,0 @@
|
|
|
1
|
-
@import "tailwindcss" prefix(cpk);
|
|
2
|
-
@plugin "@tailwindcss/typography";
|
|
3
|
-
@source "../**/*.{ts,tsx}";
|
|
4
|
-
@source "../../../../node_modules/streamdown/dist/index.js";
|
|
5
|
-
|
|
6
|
-
@import "tw-animate-css";
|
|
7
|
-
|
|
8
|
-
@custom-variant dark (&:is(.dark *));
|
|
9
|
-
|
|
10
|
-
[data-copilotkit] {
|
|
11
|
-
--background: oklch(1 0 0);
|
|
12
|
-
--foreground: oklch(0.145 0 0);
|
|
13
|
-
--card: oklch(1 0 0);
|
|
14
|
-
--card-foreground: oklch(0.145 0 0);
|
|
15
|
-
--popover: oklch(1 0 0);
|
|
16
|
-
--popover-foreground: oklch(0.145 0 0);
|
|
17
|
-
--primary: oklch(0.205 0 0);
|
|
18
|
-
--primary-foreground: oklch(0.985 0 0);
|
|
19
|
-
--secondary: oklch(0.97 0 0);
|
|
20
|
-
--secondary-foreground: oklch(0.205 0 0);
|
|
21
|
-
--muted: oklch(0.97 0 0);
|
|
22
|
-
--muted-foreground: oklch(0.556 0 0);
|
|
23
|
-
--accent: oklch(0.97 0 0);
|
|
24
|
-
--accent-foreground: oklch(0.205 0 0);
|
|
25
|
-
--destructive: oklch(0.577 0.245 27.325);
|
|
26
|
-
--destructive-foreground: oklch(0.577 0.245 27.325);
|
|
27
|
-
--border: oklch(0.922 0 0);
|
|
28
|
-
--input: oklch(0.922 0 0);
|
|
29
|
-
--ring: oklch(0.708 0 0);
|
|
30
|
-
--chart-1: oklch(0.646 0.222 41.116);
|
|
31
|
-
--chart-2: oklch(0.6 0.118 184.704);
|
|
32
|
-
--chart-3: oklch(0.398 0.07 227.392);
|
|
33
|
-
--chart-4: oklch(0.828 0.189 84.429);
|
|
34
|
-
--chart-5: oklch(0.769 0.188 70.08);
|
|
35
|
-
--radius: 0.625rem;
|
|
36
|
-
--sidebar: oklch(0.985 0 0);
|
|
37
|
-
--sidebar-foreground: oklch(0.145 0 0);
|
|
38
|
-
--sidebar-primary: oklch(0.205 0 0);
|
|
39
|
-
--sidebar-primary-foreground: oklch(0.985 0 0);
|
|
40
|
-
--sidebar-accent: oklch(0.97 0 0);
|
|
41
|
-
--sidebar-accent-foreground: oklch(0.205 0 0);
|
|
42
|
-
--sidebar-border: oklch(0.922 0 0);
|
|
43
|
-
--sidebar-ring: oklch(0.708 0 0);
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.dark [data-copilotkit],
|
|
47
|
-
[data-copilotkit].dark {
|
|
48
|
-
--background: oklch(0.145 0 0);
|
|
49
|
-
--foreground: oklch(0.985 0 0);
|
|
50
|
-
--card: oklch(0.145 0 0);
|
|
51
|
-
--card-foreground: oklch(0.985 0 0);
|
|
52
|
-
--popover: oklch(0.145 0 0);
|
|
53
|
-
--popover-foreground: oklch(0.985 0 0);
|
|
54
|
-
--primary: oklch(0.985 0 0);
|
|
55
|
-
--primary-foreground: oklch(0.205 0 0);
|
|
56
|
-
--secondary: oklch(0.269 0 0);
|
|
57
|
-
--secondary-foreground: oklch(0.985 0 0);
|
|
58
|
-
--muted: oklch(0.269 0 0);
|
|
59
|
-
--muted-foreground: oklch(0.708 0 0);
|
|
60
|
-
--accent: oklch(0.269 0 0);
|
|
61
|
-
--accent-foreground: oklch(0.985 0 0);
|
|
62
|
-
--destructive: oklch(0.396 0.141 25.723);
|
|
63
|
-
--destructive-foreground: oklch(0.637 0.237 25.331);
|
|
64
|
-
--border: oklch(0.269 0 0);
|
|
65
|
-
--input: oklch(0.269 0 0);
|
|
66
|
-
--ring: oklch(0.556 0 0);
|
|
67
|
-
--chart-1: oklch(0.488 0.243 264.376);
|
|
68
|
-
--chart-2: oklch(0.696 0.17 162.48);
|
|
69
|
-
--chart-3: oklch(0.769 0.188 70.08);
|
|
70
|
-
--chart-4: oklch(0.627 0.265 303.9);
|
|
71
|
-
--chart-5: oklch(0.645 0.246 16.439);
|
|
72
|
-
--sidebar: oklch(0.205 0 0);
|
|
73
|
-
--sidebar-foreground: oklch(0.985 0 0);
|
|
74
|
-
--sidebar-primary: oklch(0.488 0.243 264.376);
|
|
75
|
-
--sidebar-primary-foreground: oklch(0.985 0 0);
|
|
76
|
-
--sidebar-accent: oklch(0.269 0 0);
|
|
77
|
-
--sidebar-accent-foreground: oklch(0.985 0 0);
|
|
78
|
-
--sidebar-border: oklch(0.269 0 0);
|
|
79
|
-
--sidebar-ring: oklch(0.439 0 0);
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
@theme inline {
|
|
83
|
-
--color-background: var(--background);
|
|
84
|
-
--color-foreground: var(--foreground);
|
|
85
|
-
--color-card: var(--card);
|
|
86
|
-
--color-card-foreground: var(--card-foreground);
|
|
87
|
-
--color-popover: var(--popover);
|
|
88
|
-
--color-popover-foreground: var(--popover-foreground);
|
|
89
|
-
--color-primary: var(--primary);
|
|
90
|
-
--color-primary-foreground: var(--primary-foreground);
|
|
91
|
-
--color-secondary: var(--secondary);
|
|
92
|
-
--color-secondary-foreground: var(--secondary-foreground);
|
|
93
|
-
--color-muted: var(--muted);
|
|
94
|
-
--color-muted-foreground: var(--muted-foreground);
|
|
95
|
-
--color-accent: var(--accent);
|
|
96
|
-
--color-accent-foreground: var(--accent-foreground);
|
|
97
|
-
--color-destructive: var(--destructive);
|
|
98
|
-
--color-destructive-foreground: var(--destructive-foreground);
|
|
99
|
-
--color-border: var(--border);
|
|
100
|
-
--color-input: var(--input);
|
|
101
|
-
--color-ring: var(--ring);
|
|
102
|
-
--color-chart-1: var(--chart-1);
|
|
103
|
-
--color-chart-2: var(--chart-2);
|
|
104
|
-
--color-chart-3: var(--chart-3);
|
|
105
|
-
--color-chart-4: var(--chart-4);
|
|
106
|
-
--color-chart-5: var(--chart-5);
|
|
107
|
-
--radius-sm: calc(var(--radius) - 4px);
|
|
108
|
-
--radius-md: calc(var(--radius) - 2px);
|
|
109
|
-
--radius-lg: var(--radius);
|
|
110
|
-
--radius-xl: calc(var(--radius) + 4px);
|
|
111
|
-
--color-sidebar: var(--sidebar);
|
|
112
|
-
--color-sidebar-foreground: var(--sidebar-foreground);
|
|
113
|
-
--color-sidebar-primary: var(--sidebar-primary);
|
|
114
|
-
--color-sidebar-primary-foreground: var(--sidebar-primary-foreground);
|
|
115
|
-
--color-sidebar-accent: var(--sidebar-accent);
|
|
116
|
-
--color-sidebar-accent-foreground: var(--sidebar-accent-foreground);
|
|
117
|
-
--color-sidebar-border: var(--sidebar-border);
|
|
118
|
-
--color-sidebar-ring: var(--sidebar-ring);
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
@theme {
|
|
122
|
-
--animate-pulse-cursor: pulse-cursor 0.9s cubic-bezier(0.4, 0, 0.2, 1)
|
|
123
|
-
infinite;
|
|
124
|
-
@keyframes pulse-cursor {
|
|
125
|
-
0%,
|
|
126
|
-
100% {
|
|
127
|
-
transform: scale(1);
|
|
128
|
-
opacity: 1;
|
|
129
|
-
}
|
|
130
|
-
50% {
|
|
131
|
-
transform: scale(1.5);
|
|
132
|
-
opacity: 0.8;
|
|
133
|
-
}
|
|
134
|
-
}
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
@layer base {
|
|
138
|
-
* {
|
|
139
|
-
@apply cpk:border-border cpk:outline-ring/50;
|
|
140
|
-
}
|
|
141
|
-
/* Apply foreground/background on CopilotKit roots (replaces body rule) */
|
|
142
|
-
[data-copilotkit] {
|
|
143
|
-
color: var(--foreground);
|
|
144
|
-
background-color: var(--background);
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
/* Mobile viewport support */
|
|
148
|
-
@supports (height: 100dvh) {
|
|
149
|
-
[data-copilot-sidebar] {
|
|
150
|
-
height: 100dvh;
|
|
151
|
-
}
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
/* Responsive sidebar width */
|
|
155
|
-
@media (min-width: 768px) {
|
|
156
|
-
[data-copilot-sidebar] {
|
|
157
|
-
width: var(--sidebar-width, 480px) !important;
|
|
158
|
-
}
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
/* Mobile optimizations */
|
|
162
|
-
@media (max-width: 767px) {
|
|
163
|
-
[data-copilot-sidebar] {
|
|
164
|
-
width: 100% !important;
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
/* Improve touch scrolling on iOS */
|
|
168
|
-
[data-copilot-sidebar] {
|
|
169
|
-
-webkit-overflow-scrolling: touch;
|
|
170
|
-
}
|
|
171
|
-
|
|
172
|
-
/* Better scrolling performance */
|
|
173
|
-
[data-sidebar-chat] {
|
|
174
|
-
touch-action: pan-y;
|
|
175
|
-
}
|
|
176
|
-
}
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
[data-copilotkit] div[data-streamdown="code-block"] > pre {
|
|
180
|
-
@apply cpk:mt-0 cpk:mb-0;
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
/* Minimal scrollbar for WebKit browsers (Chrome, Safari, Edge) */
|
|
184
|
-
[data-copilotkit] ::-webkit-scrollbar {
|
|
185
|
-
width: 6px;
|
|
186
|
-
}
|
|
187
|
-
[data-copilotkit] ::-webkit-scrollbar-track {
|
|
188
|
-
background: transparent;
|
|
189
|
-
}
|
|
190
|
-
[data-copilotkit] ::-webkit-scrollbar-thumb {
|
|
191
|
-
background: oklch(0.5 0 0);
|
|
192
|
-
border-radius: 9999px;
|
|
193
|
-
}
|
|
194
|
-
[data-copilotkit] ::-webkit-scrollbar-thumb:hover {
|
|
195
|
-
background: oklch(0.4 0 0);
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
/* Firefox */
|
|
199
|
-
[data-copilotkit] * {
|
|
200
|
-
scrollbar-width: thin;
|
|
201
|
-
scrollbar-color: oklch(0.5 0 0) transparent;
|
|
202
|
-
}
|
|
203
|
-
|
|
204
|
-
[data-copilotkit] .prose input[type="checkbox"] {
|
|
205
|
-
appearance: none;
|
|
206
|
-
background-color: #fff;
|
|
207
|
-
background-origin: border-box;
|
|
208
|
-
border-color: #9b9b9b;
|
|
209
|
-
border-width: 1px;
|
|
210
|
-
color: #004f99;
|
|
211
|
-
display: inline-block;
|
|
212
|
-
flex-shrink: 0;
|
|
213
|
-
height: 1rem;
|
|
214
|
-
padding: 0;
|
|
215
|
-
-webkit-print-color-adjust: exact;
|
|
216
|
-
print-color-adjust: exact;
|
|
217
|
-
-webkit-user-select: none;
|
|
218
|
-
user-select: none;
|
|
219
|
-
vertical-align: middle;
|
|
220
|
-
width: 1rem;
|
|
221
|
-
border-radius: 2px;
|
|
222
|
-
}
|
|
223
|
-
|
|
224
|
-
[data-copilotkit] .prose input[type="checkbox"]:checked {
|
|
225
|
-
background-color: #004f99;
|
|
226
|
-
border-color: #004f99;
|
|
227
|
-
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E");
|
|
228
|
-
background-position: center;
|
|
229
|
-
background-repeat: no-repeat;
|
|
230
|
-
background-size: 100% 100%;
|
|
231
|
-
}
|
|
232
|
-
/*
|
|
233
|
-
* IntelligenceIndicator pill — visual styles ported from
|
|
234
|
-
* CopilotKit/Intelligence #155.
|
|
235
|
-
*
|
|
236
|
-
* Violet/indigo glassmorphism — text #5B21B6, icon #7C3AED, border
|
|
237
|
-
* #9599E0, gradient stop #EEE6FE, soft shadow #5E64AD.
|
|
238
|
-
*/
|
|
239
|
-
.cpk-intelligence-pill {
|
|
240
|
-
display: inline-flex;
|
|
241
|
-
/* Opt out of the parent flex-column's default `align-items: stretch`
|
|
242
|
-
(the auto-mount lives inside `CopilotChatMessageView`'s
|
|
243
|
-
`cpk:flex cpk:flex-col` container). Without this the pill would
|
|
244
|
-
stretch to the full chat width even though `inline-flex` is
|
|
245
|
-
supposed to shrink to its content. */
|
|
246
|
-
align-self: flex-start;
|
|
247
|
-
align-items: center;
|
|
248
|
-
gap: 0.55rem;
|
|
249
|
-
margin: 0.4rem 0;
|
|
250
|
-
padding: 0.4rem 0.85rem;
|
|
251
|
-
border: 1px solid rgb(149 153 224 / 0.32);
|
|
252
|
-
border-radius: 999px;
|
|
253
|
-
background: linear-gradient(
|
|
254
|
-
135deg,
|
|
255
|
-
rgb(255 255 255 / 0.55) 0%,
|
|
256
|
-
rgb(238 230 254 / 0.55) 100%
|
|
257
|
-
);
|
|
258
|
-
-webkit-backdrop-filter: blur(14px) saturate(160%);
|
|
259
|
-
backdrop-filter: blur(14px) saturate(160%);
|
|
260
|
-
color: rgb(91 33 182 / 0.92);
|
|
261
|
-
font-size: 0.78rem;
|
|
262
|
-
font-weight: 500;
|
|
263
|
-
letter-spacing: 0.01em;
|
|
264
|
-
white-space: nowrap;
|
|
265
|
-
box-shadow:
|
|
266
|
-
0 1px 2px rgb(94 100 173 / 0.06),
|
|
267
|
-
0 8px 24px rgb(149 153 224 / 0.08),
|
|
268
|
-
inset 0 1px 0 rgb(255 255 255 / 0.6);
|
|
269
|
-
opacity: 0;
|
|
270
|
-
transform: translateY(2px);
|
|
271
|
-
animation: cpk-intelligence-pill-fade-in 280ms ease-out forwards;
|
|
272
|
-
}
|
|
273
|
-
|
|
274
|
-
.cpk-intelligence-pill--fading {
|
|
275
|
-
/* Switching the `animation` property cancels the in-flight fade-in
|
|
276
|
-
and replaces the held final-value (opacity:1 from `forwards`) with
|
|
277
|
-
this fade-out keyframe set. Plain `opacity: 0` declarations would
|
|
278
|
-
otherwise lose to the animation's held value. */
|
|
279
|
-
animation: cpk-intelligence-pill-fade-out 480ms ease-out forwards;
|
|
280
|
-
pointer-events: none;
|
|
281
|
-
}
|
|
282
|
-
|
|
283
|
-
.cpk-intelligence-pill__icon {
|
|
284
|
-
display: block;
|
|
285
|
-
flex-shrink: 0;
|
|
286
|
-
color: rgb(124 58 237);
|
|
287
|
-
}
|
|
288
|
-
|
|
289
|
-
.cpk-intelligence-pill__ring {
|
|
290
|
-
stroke: currentColor;
|
|
291
|
-
stroke-dasharray: 40 16.55;
|
|
292
|
-
stroke-dashoffset: 0;
|
|
293
|
-
transform-origin: 12px 12px;
|
|
294
|
-
animation: cpk-intelligence-pill-spin 0.9s linear infinite;
|
|
295
|
-
transition: stroke-dasharray 320ms ease-out;
|
|
296
|
-
}
|
|
297
|
-
|
|
298
|
-
.cpk-intelligence-pill__ring--done {
|
|
299
|
-
stroke-dasharray: 56.55 0;
|
|
300
|
-
animation: none;
|
|
301
|
-
}
|
|
302
|
-
|
|
303
|
-
.cpk-intelligence-pill__check {
|
|
304
|
-
stroke: currentColor;
|
|
305
|
-
stroke-dasharray: 12;
|
|
306
|
-
stroke-dashoffset: 12;
|
|
307
|
-
/* Opacity zero hides the rounded `stroke-linecap` end-cap that would
|
|
308
|
-
otherwise leak through as a stationary dot at path end (16, 9.5)
|
|
309
|
-
during spinner phase. The `dasharray + dashoffset` zeroes the
|
|
310
|
-
visible stroke length, but the cap is drawn at the dash boundary
|
|
311
|
-
regardless, so we need opacity to fully hide it. */
|
|
312
|
-
opacity: 0;
|
|
313
|
-
transition:
|
|
314
|
-
stroke-dashoffset 320ms ease-out 200ms,
|
|
315
|
-
opacity 200ms ease-out 200ms;
|
|
316
|
-
}
|
|
317
|
-
|
|
318
|
-
.cpk-intelligence-pill__check--shown {
|
|
319
|
-
stroke-dashoffset: 0;
|
|
320
|
-
opacity: 1;
|
|
321
|
-
}
|
|
322
|
-
|
|
323
|
-
@keyframes cpk-intelligence-pill-fade-in {
|
|
324
|
-
from {
|
|
325
|
-
opacity: 0;
|
|
326
|
-
transform: translateY(2px);
|
|
327
|
-
}
|
|
328
|
-
to {
|
|
329
|
-
opacity: 1;
|
|
330
|
-
transform: translateY(0);
|
|
331
|
-
}
|
|
332
|
-
}
|
|
333
|
-
|
|
334
|
-
@keyframes cpk-intelligence-pill-fade-out {
|
|
335
|
-
from {
|
|
336
|
-
opacity: 1;
|
|
337
|
-
transform: translateY(0);
|
|
338
|
-
}
|
|
339
|
-
to {
|
|
340
|
-
opacity: 0;
|
|
341
|
-
transform: translateY(-2px);
|
|
342
|
-
}
|
|
343
|
-
}
|
|
344
|
-
|
|
345
|
-
@keyframes cpk-intelligence-pill-spin {
|
|
346
|
-
to {
|
|
347
|
-
transform: rotate(360deg);
|
|
348
|
-
}
|
|
349
|
-
}
|