veryfront 0.1.1122 → 0.1.1124
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/esm/deno.js +1 -1
- package/esm/extensions/ext-llm-openai/src/openai-responses-request-builder.d.ts.map +1 -1
- package/esm/extensions/ext-llm-openai/src/openai-responses-request-builder.js +5 -0
- package/esm/src/agent/hosted/child-lifecycle.d.ts.map +1 -1
- package/esm/src/agent/hosted/child-lifecycle.js +1 -12
- package/esm/src/agent/hosted/cloud-agent-chat-execution.d.ts +38 -0
- package/esm/src/agent/hosted/cloud-agent-chat-execution.d.ts.map +1 -0
- package/esm/src/agent/hosted/cloud-agent-chat-execution.js +349 -0
- package/esm/src/agent/hosted/cloud-agent-child-tools.d.ts +80 -0
- package/esm/src/agent/hosted/cloud-agent-child-tools.d.ts.map +1 -0
- package/esm/src/agent/hosted/cloud-agent-child-tools.js +280 -0
- package/esm/src/agent/hosted/cloud-agent-config.d.ts +69 -0
- package/esm/src/agent/hosted/cloud-agent-config.d.ts.map +1 -0
- package/esm/src/agent/hosted/cloud-agent-config.js +129 -0
- package/esm/src/agent/hosted/cloud-agent-paths.d.ts +42 -0
- package/esm/src/agent/hosted/cloud-agent-paths.d.ts.map +1 -0
- package/esm/src/agent/hosted/cloud-agent-paths.js +117 -0
- package/esm/src/agent/hosted/cloud-agent-provider-bootstrap.d.ts +49 -0
- package/esm/src/agent/hosted/cloud-agent-provider-bootstrap.d.ts.map +1 -0
- package/esm/src/agent/hosted/cloud-agent-provider-bootstrap.js +96 -0
- package/esm/src/agent/hosted/durable-child-fork-execution.d.ts.map +1 -1
- package/esm/src/agent/hosted/durable-child-fork-execution.js +1 -12
- package/esm/src/agent/hosted/runtime-request-config.js +2 -2
- package/esm/src/agent/hosted/stream-finalization.d.ts.map +1 -1
- package/esm/src/agent/hosted/stream-finalization.js +2 -26
- package/esm/src/agent/hosted/veryfront-cloud-agent-service.d.ts +11 -93
- package/esm/src/agent/hosted/veryfront-cloud-agent-service.d.ts.map +1 -1
- package/esm/src/agent/hosted/veryfront-cloud-agent-service.js +8 -901
- package/esm/src/agent/project/agent-runtime.d.ts.map +1 -1
- package/esm/src/agent/project/agent-runtime.js +3 -0
- package/esm/src/agent/runtime/chat-stream-handler.d.ts.map +1 -1
- package/esm/src/agent/runtime/chat-stream-handler.js +1 -28
- package/esm/src/agent/streaming/stream-outcome.d.ts +30 -0
- package/esm/src/agent/streaming/stream-outcome.d.ts.map +1 -0
- package/esm/src/agent/streaming/stream-outcome.js +62 -0
- package/esm/src/agent/types.d.ts +3 -0
- package/esm/src/agent/types.d.ts.map +1 -1
- package/esm/src/chat/message-prep.d.ts.map +1 -1
- package/esm/src/chat/message-prep.js +3 -6
- package/esm/src/chat/provider-errors.d.ts +3 -10
- package/esm/src/chat/provider-errors.d.ts.map +1 -1
- package/esm/src/chat/provider-errors.js +2 -9
- package/esm/src/embedding/veryfront-cloud/rag-store.d.ts.map +1 -1
- package/esm/src/embedding/veryfront-cloud/rag-store.js +5 -2
- package/esm/src/eval/studio.d.ts +1 -1
- package/esm/src/html/styles-builder/plugin-loader.d.ts.map +1 -1
- package/esm/src/html/styles-builder/plugin-loader.js +4 -2
- package/esm/src/modules/server/classify.d.ts +54 -0
- package/esm/src/modules/server/classify.d.ts.map +1 -0
- package/esm/src/modules/server/classify.js +50 -0
- package/esm/src/modules/server/fs-probe.d.ts +14 -0
- package/esm/src/modules/server/fs-probe.d.ts.map +1 -0
- package/esm/src/modules/server/fs-probe.js +17 -0
- package/esm/src/modules/server/module-batch-handler.d.ts.map +1 -1
- package/esm/src/modules/server/module-batch-handler.js +31 -45
- package/esm/src/modules/server/module-server.d.ts.map +1 -1
- package/esm/src/modules/server/module-server.js +77 -93
- package/esm/src/modules/server/module-transform.d.ts +73 -0
- package/esm/src/modules/server/module-transform.d.ts.map +1 -0
- package/esm/src/modules/server/module-transform.js +64 -0
- package/esm/src/modules/server/ssr-import-rewriter.d.ts +1 -1
- package/esm/src/modules/server/ssr-import-rewriter.d.ts.map +1 -1
- package/esm/src/observability/error-collector.d.ts.map +1 -1
- package/esm/src/observability/error-collector.js +4 -11
- package/esm/src/observability/log-buffer.d.ts.map +1 -1
- package/esm/src/observability/log-buffer.js +4 -11
- package/esm/src/observability/request-profiler.d.ts +4 -0
- package/esm/src/observability/request-profiler.d.ts.map +1 -1
- package/esm/src/observability/request-profiler.js +9 -4
- package/esm/src/platform/adapters/veryfront-api-client/operations.d.ts +3 -3
- package/esm/src/platform/adapters/veryfront-api-client/operations.d.ts.map +1 -1
- package/esm/src/platform/adapters/veryfront-api-client/operations.js +4 -4
- package/esm/src/platform/adapters/veryfront-api-client/retry-handler.d.ts +4 -15
- package/esm/src/platform/adapters/veryfront-api-client/retry-handler.d.ts.map +1 -1
- package/esm/src/platform/adapters/veryfront-api-client/retry-handler.js +6 -110
- package/esm/src/platform/adapters/veryfront-api-transport.d.ts +40 -0
- package/esm/src/platform/adapters/veryfront-api-transport.d.ts.map +1 -0
- package/esm/src/platform/adapters/veryfront-api-transport.js +142 -0
- package/esm/src/provider/runtime-loader/provider-http.d.ts.map +1 -1
- package/esm/src/provider/runtime-loader/provider-http.js +5 -1
- package/esm/src/proxy/server-timing.d.ts.map +1 -1
- package/esm/src/proxy/server-timing.js +2 -14
- package/esm/src/react/components/chat/agent-card.d.ts +2 -3
- package/esm/src/react/components/chat/agent-card.d.ts.map +1 -1
- package/esm/src/react/components/chat/agent-card.js +3 -12
- package/esm/src/react/components/chat/agent-picker-context.d.ts +2 -3
- package/esm/src/react/components/chat/agent-picker-context.d.ts.map +1 -1
- package/esm/src/react/components/chat/agent-picker-context.js +3 -13
- package/esm/src/react/components/chat/chat/components/attachment-pill.d.ts +2 -6
- package/esm/src/react/components/chat/chat/components/attachment-pill.d.ts.map +1 -1
- package/esm/src/react/components/chat/chat/components/attachment-pill.js +3 -15
- package/esm/src/react/components/chat/chat/components/attachments-panel.d.ts +2 -12
- package/esm/src/react/components/chat/chat/components/attachments-panel.d.ts.map +1 -1
- package/esm/src/react/components/chat/chat/components/attachments-panel.js +3 -21
- package/esm/src/react/components/chat/chat/components/branch-picker.d.ts.map +1 -1
- package/esm/src/react/components/chat/chat/components/branch-picker.js +2 -11
- package/esm/src/react/components/chat/chat/components/inline-citation.d.ts.map +1 -1
- package/esm/src/react/components/chat/chat/components/inline-citation.js +2 -11
- package/esm/src/react/components/chat/chat/components/message-actions.d.ts.map +1 -1
- package/esm/src/react/components/chat/chat/components/message-actions.js +2 -11
- package/esm/src/react/components/chat/chat/components/message-feedback.d.ts.map +1 -1
- package/esm/src/react/components/chat/chat/components/message-feedback.js +2 -11
- package/esm/src/react/components/chat/chat/components/reasoning.d.ts +2 -3
- package/esm/src/react/components/chat/chat/components/reasoning.d.ts.map +1 -1
- package/esm/src/react/components/chat/chat/components/reasoning.js +3 -12
- package/esm/src/react/components/chat/chat/components/sidebar.d.ts +2 -3
- package/esm/src/react/components/chat/chat/components/sidebar.d.ts.map +1 -1
- package/esm/src/react/components/chat/chat/components/sidebar.js +4 -22
- package/esm/src/react/components/chat/chat/components/sources.d.ts +2 -3
- package/esm/src/react/components/chat/chat/components/sources.d.ts.map +1 -1
- package/esm/src/react/components/chat/chat/components/sources.js +3 -12
- package/esm/src/react/components/chat/chat/components/step-indicator.d.ts +2 -6
- package/esm/src/react/components/chat/chat/components/step-indicator.d.ts.map +1 -1
- package/esm/src/react/components/chat/chat/components/step-indicator.js +3 -15
- package/esm/src/react/components/chat/chat/components/tool-ui.d.ts +2 -3
- package/esm/src/react/components/chat/chat/components/tool-ui.d.ts.map +1 -1
- package/esm/src/react/components/chat/chat/components/tool-ui.js +3 -12
- package/esm/src/react/components/chat/chat/composition/chat-message-list.d.ts.map +1 -1
- package/esm/src/react/components/chat/chat/composition/chat-message-list.js +2 -11
- package/esm/src/react/components/chat/chat/contexts/chat-context.d.ts +2 -2
- package/esm/src/react/components/chat/chat/contexts/chat-context.d.ts.map +1 -1
- package/esm/src/react/components/chat/chat/contexts/chat-context.js +3 -12
- package/esm/src/react/components/chat/chat/contexts/composer-context.d.ts +2 -2
- package/esm/src/react/components/chat/chat/contexts/composer-context.d.ts.map +1 -1
- package/esm/src/react/components/chat/chat/contexts/composer-context.js +3 -12
- package/esm/src/react/components/chat/chat/contexts/conversations-context.d.ts +2 -2
- package/esm/src/react/components/chat/chat/contexts/conversations-context.d.ts.map +1 -1
- package/esm/src/react/components/chat/chat/contexts/conversations-context.js +3 -12
- package/esm/src/react/components/chat/chat/contexts/message-context.d.ts +2 -2
- package/esm/src/react/components/chat/chat/contexts/message-context.d.ts.map +1 -1
- package/esm/src/react/components/chat/chat/contexts/message-context.js +3 -12
- package/esm/src/react/components/chat/chat-actions.d.ts +2 -6
- package/esm/src/react/components/chat/chat-actions.d.ts.map +1 -1
- package/esm/src/react/components/chat/chat-actions.js +3 -15
- package/esm/src/react/components/chat/model-selector.d.ts +2 -6
- package/esm/src/react/components/chat/model-selector.d.ts.map +1 -1
- package/esm/src/react/components/chat/model-selector.js +3 -15
- package/esm/src/react/components/create-strict-context.d.ts +44 -0
- package/esm/src/react/components/create-strict-context.d.ts.map +1 -0
- package/esm/src/react/components/create-strict-context.js +56 -0
- package/esm/src/react/components/ui/anchored-surface.d.ts +44 -0
- package/esm/src/react/components/ui/anchored-surface.d.ts.map +1 -0
- package/esm/src/react/components/ui/anchored-surface.js +58 -0
- package/esm/src/react/components/ui/app-shell.d.ts +2 -2
- package/esm/src/react/components/ui/app-shell.d.ts.map +1 -1
- package/esm/src/react/components/ui/app-shell.js +3 -7
- package/esm/src/react/components/ui/collapsible.d.ts.map +1 -1
- package/esm/src/react/components/ui/collapsible.js +3 -9
- package/esm/src/react/components/ui/color-mode.d.ts +2 -2
- package/esm/src/react/components/ui/color-mode.d.ts.map +1 -1
- package/esm/src/react/components/ui/color-mode.js +3 -11
- package/esm/src/react/components/ui/command.d.ts.map +1 -1
- package/esm/src/react/components/ui/command.js +2 -7
- package/esm/src/react/components/ui/dialog.d.ts +4 -7
- package/esm/src/react/components/ui/dialog.d.ts.map +1 -1
- package/esm/src/react/components/ui/dialog.js +13 -59
- package/esm/src/react/components/ui/disclosure.d.ts +12 -0
- package/esm/src/react/components/ui/disclosure.d.ts.map +1 -0
- package/esm/src/react/components/ui/disclosure.js +22 -0
- package/esm/src/react/components/ui/drawer.d.ts +5 -7
- package/esm/src/react/components/ui/drawer.d.ts.map +1 -1
- package/esm/src/react/components/ui/drawer.js +13 -57
- package/esm/src/react/components/ui/dropdown-menu.d.ts +4 -7
- package/esm/src/react/components/ui/dropdown-menu.d.ts.map +1 -1
- package/esm/src/react/components/ui/dropdown-menu.js +12 -31
- package/esm/src/react/components/ui/modal-surface.d.ts +43 -0
- package/esm/src/react/components/ui/modal-surface.d.ts.map +1 -0
- package/esm/src/react/components/ui/modal-surface.js +83 -0
- package/esm/src/react/components/ui/popover.d.ts +4 -7
- package/esm/src/react/components/ui/popover.d.ts.map +1 -1
- package/esm/src/react/components/ui/popover.js +11 -31
- package/esm/src/react/components/ui/select.d.ts.map +1 -1
- package/esm/src/react/components/ui/select.js +2 -7
- package/esm/src/react/components/ui/tabs.d.ts.map +1 -1
- package/esm/src/react/components/ui/tabs.js +3 -4
- package/esm/src/runs/schemas.d.ts +9 -9
- package/esm/src/server/handlers/dev/framework-candidates.generated.d.ts.map +1 -1
- package/esm/src/server/handlers/dev/framework-candidates.generated.js +253 -154
- package/esm/src/server/reload-notifier.d.ts +0 -1
- package/esm/src/server/reload-notifier.d.ts.map +1 -1
- package/esm/src/server/reload-notifier.js +7 -25
- package/esm/src/server/services/rsc/endpoints/rsc-bundles.generated.d.ts.map +1 -1
- package/esm/src/server/services/rsc/endpoints/rsc-bundles.generated.js +1 -1
- package/esm/src/utils/base64url.d.ts +9 -1
- package/esm/src/utils/base64url.d.ts.map +1 -1
- package/esm/src/utils/base64url.js +25 -11
- package/esm/src/utils/index.d.ts +3 -1
- package/esm/src/utils/index.d.ts.map +1 -1
- package/esm/src/utils/index.js +3 -1
- package/esm/src/utils/json.d.ts +19 -0
- package/esm/src/utils/json.d.ts.map +1 -0
- package/esm/src/utils/json.js +17 -0
- package/esm/src/utils/logger/redact.d.ts.map +1 -1
- package/esm/src/utils/logger/redact.js +7 -3
- package/esm/src/utils/subscriber-set.d.ts +19 -0
- package/esm/src/utils/subscriber-set.d.ts.map +1 -0
- package/esm/src/utils/subscriber-set.js +38 -0
- package/esm/src/utils/version-constant.d.ts +1 -1
- package/esm/src/utils/version-constant.js +1 -1
- package/esm/src/workflow/backends/redis/index.d.ts.map +1 -1
- package/esm/src/workflow/backends/redis/index.js +6 -7
- package/esm/src/workflow/claude-code/websocket-publisher.d.ts.map +1 -1
- package/esm/src/workflow/claude-code/websocket-publisher.js +8 -15
- package/esm/src/workflow/schemas/workflow.schema.d.ts +4 -4
- package/package.json +5 -5
|
@@ -44,7 +44,6 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
44
44
|
"!code.trim())",
|
|
45
45
|
"!config?.variants)",
|
|
46
46
|
"!content",
|
|
47
|
-
"!context)",
|
|
48
47
|
"!controlled)",
|
|
49
48
|
"!conversations",
|
|
50
49
|
"!copied)",
|
|
@@ -766,6 +765,7 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
766
765
|
"@link",
|
|
767
766
|
"@media(prefers-color-scheme:dark){${",
|
|
768
767
|
"@module",
|
|
768
|
+
"@param",
|
|
769
769
|
"@radix-ui/*",
|
|
770
770
|
"@radix-ui/react-checkbox",
|
|
771
771
|
"@radix-ui/react-collapsible",
|
|
@@ -778,6 +778,7 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
778
778
|
"@tailwindcss/typography",
|
|
779
779
|
"@vite-ignore",
|
|
780
780
|
"A",
|
|
781
|
+
"A11y",
|
|
781
782
|
"ACTION_BUTTON",
|
|
782
783
|
"AG-UI",
|
|
783
784
|
"AI",
|
|
@@ -833,7 +834,6 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
833
834
|
"AgentCardBody(",
|
|
834
835
|
"AgentCardBody,",
|
|
835
836
|
"AgentCardBody.displayName",
|
|
836
|
-
"AgentCardContext",
|
|
837
837
|
"AgentCardContext.Provider",
|
|
838
838
|
"AgentCardContext.Provider>",
|
|
839
839
|
"AgentCardContextValue",
|
|
@@ -897,7 +897,6 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
897
897
|
"AgentPickerContent>",
|
|
898
898
|
"AgentPickerContentProps",
|
|
899
899
|
"AgentPickerContentProps,",
|
|
900
|
-
"AgentPickerContext",
|
|
901
900
|
"AgentPickerContext,",
|
|
902
901
|
"AgentPickerContext.Provider",
|
|
903
902
|
"AgentPickerContext.Provider>",
|
|
@@ -987,9 +986,25 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
987
986
|
"Alternate",
|
|
988
987
|
"Always-visible",
|
|
989
988
|
"An",
|
|
989
|
+
"Anchor",
|
|
990
990
|
"AnchorRendererProps",
|
|
991
991
|
"AnchorRendererProps)",
|
|
992
992
|
"Anchored",
|
|
993
|
+
"AnchoredContent",
|
|
994
|
+
"AnchoredContent(",
|
|
995
|
+
"AnchoredContent:",
|
|
996
|
+
"AnchoredContentProps",
|
|
997
|
+
"AnchoredContentProps,",
|
|
998
|
+
"AnchoredRoot(",
|
|
999
|
+
"AnchoredRoot,",
|
|
1000
|
+
"AnchoredRoot:",
|
|
1001
|
+
"AnchoredState",
|
|
1002
|
+
"AnchoredTrigger",
|
|
1003
|
+
"AnchoredTrigger(",
|
|
1004
|
+
"AnchoredTrigger,",
|
|
1005
|
+
"AnchoredTrigger:",
|
|
1006
|
+
"AnchoredTriggerProps",
|
|
1007
|
+
"AnchoredTriggerProps,",
|
|
993
1008
|
"Anchors",
|
|
994
1009
|
"Animated",
|
|
995
1010
|
"Animates",
|
|
@@ -1028,7 +1043,6 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
1028
1043
|
"AppShellContent,",
|
|
1029
1044
|
"AppShellContent.displayName",
|
|
1030
1045
|
"AppShellContent;",
|
|
1031
|
-
"AppShellContext",
|
|
1032
1046
|
"AppShellContext.Provider",
|
|
1033
1047
|
"AppShellContext.Provider>",
|
|
1034
1048
|
"AppShellContextValue",
|
|
@@ -1138,7 +1152,6 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
1138
1152
|
"AttachmentPill.Root",
|
|
1139
1153
|
"AttachmentPill.Thumbnail",
|
|
1140
1154
|
"AttachmentPill>",
|
|
1141
|
-
"AttachmentPillContext",
|
|
1142
1155
|
"AttachmentPillContext.Provider",
|
|
1143
1156
|
"AttachmentPillContext.Provider>",
|
|
1144
1157
|
"AttachmentPillContextValue",
|
|
@@ -1187,7 +1200,6 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
1187
1200
|
"AttachmentsPanel.List",
|
|
1188
1201
|
"AttachmentsPanel.Loading",
|
|
1189
1202
|
"AttachmentsPanel.Root",
|
|
1190
|
-
"AttachmentsPanel.Root>",
|
|
1191
1203
|
"AttachmentsPanelAction",
|
|
1192
1204
|
"AttachmentsPanelAction(",
|
|
1193
1205
|
"AttachmentsPanelAction,",
|
|
@@ -1195,7 +1207,6 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
1195
1207
|
"AttachmentsPanelAction>",
|
|
1196
1208
|
"AttachmentsPanelActionProps",
|
|
1197
1209
|
"AttachmentsPanelActionProps,",
|
|
1198
|
-
"AttachmentsPanelContext",
|
|
1199
1210
|
"AttachmentsPanelContext.Provider",
|
|
1200
1211
|
"AttachmentsPanelContext.Provider>",
|
|
1201
1212
|
"AttachmentsPanelContextValue",
|
|
@@ -1336,7 +1347,6 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
1336
1347
|
"BranchPickerActionProps",
|
|
1337
1348
|
"BranchPickerActionProps):",
|
|
1338
1349
|
"BranchPickerActionProps,",
|
|
1339
|
-
"BranchPickerContext",
|
|
1340
1350
|
"BranchPickerContext.Provider",
|
|
1341
1351
|
"BranchPickerContext.Provider>",
|
|
1342
1352
|
"BranchPickerContextValue",
|
|
@@ -1390,8 +1400,6 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
1390
1400
|
"CLOCK_ICON_ELEMENTS:",
|
|
1391
1401
|
"CODE_BRACKETS_ICON_ELEMENTS);",
|
|
1392
1402
|
"CODE_BRACKETS_ICON_ELEMENTS:",
|
|
1393
|
-
"COMPONENT_ERROR",
|
|
1394
|
-
"COMPONENT_ERROR.create({",
|
|
1395
1403
|
"COPY_ICON_ELEMENTS);",
|
|
1396
1404
|
"COPY_ICON_ELEMENTS:",
|
|
1397
1405
|
"CSP",
|
|
@@ -1456,7 +1464,6 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
1456
1464
|
"ChatActionsContent>",
|
|
1457
1465
|
"ChatActionsContentProps",
|
|
1458
1466
|
"ChatActionsContentProps,",
|
|
1459
|
-
"ChatActionsContext",
|
|
1460
1467
|
"ChatActionsContext.Provider",
|
|
1461
1468
|
"ChatActionsContext.Provider>",
|
|
1462
1469
|
"ChatActionsContextValue",
|
|
@@ -1656,7 +1663,6 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
1656
1663
|
"ChatMessageListContentProps",
|
|
1657
1664
|
"ChatMessageListContentProps):",
|
|
1658
1665
|
"ChatMessageListContentProps,",
|
|
1659
|
-
"ChatMessageListContext",
|
|
1660
1666
|
"ChatMessageListContext.Provider",
|
|
1661
1667
|
"ChatMessageListContext.Provider>",
|
|
1662
1668
|
"ChatMessageListContextValue",
|
|
@@ -1719,7 +1725,6 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
1719
1725
|
"ChatSidebarBase.displayName",
|
|
1720
1726
|
"ChatSidebarComponent",
|
|
1721
1727
|
"ChatSidebarComponent,",
|
|
1722
|
-
"ChatSidebarContext",
|
|
1723
1728
|
"ChatSidebarContext.Provider",
|
|
1724
1729
|
"ChatSidebarContext.Provider>",
|
|
1725
1730
|
"ChatSidebarContextValue",
|
|
@@ -1758,7 +1763,6 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
1758
1763
|
"ChatSidebarItemComponent;",
|
|
1759
1764
|
"ChatSidebarItemCompound,",
|
|
1760
1765
|
"ChatSidebarItemCompound:",
|
|
1761
|
-
"ChatSidebarItemContext",
|
|
1762
1766
|
"ChatSidebarItemContext.Provider",
|
|
1763
1767
|
"ChatSidebarItemContext.Provider>",
|
|
1764
1768
|
"ChatSidebarItemContextValue",
|
|
@@ -1906,6 +1910,7 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
1906
1910
|
"ClockIcon,",
|
|
1907
1911
|
"Clone",
|
|
1908
1912
|
"Close",
|
|
1913
|
+
"Close,",
|
|
1909
1914
|
"Close.",
|
|
1910
1915
|
"Closes",
|
|
1911
1916
|
"Cloud",
|
|
@@ -1958,7 +1963,6 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
1958
1963
|
"ColorMode)",
|
|
1959
1964
|
"ColorMode):",
|
|
1960
1965
|
"ColorMode;",
|
|
1961
|
-
"ColorModeContext",
|
|
1962
1966
|
"ColorModeContext.Provider",
|
|
1963
1967
|
"ColorModeContext.Provider>",
|
|
1964
1968
|
"ColorModeContextValue",
|
|
@@ -1987,7 +1991,6 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
1987
1991
|
"Command,",
|
|
1988
1992
|
"Command>",
|
|
1989
1993
|
"Command>{children}</Command>",
|
|
1990
|
-
"CommandContext",
|
|
1991
1994
|
"CommandContext.Provider",
|
|
1992
1995
|
"CommandContext.Provider>",
|
|
1993
1996
|
"CommandContextValue",
|
|
@@ -2068,10 +2071,16 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
2068
2071
|
"Consumer",
|
|
2069
2072
|
"Container",
|
|
2070
2073
|
"Content",
|
|
2074
|
+
"Content,",
|
|
2071
2075
|
"Content/Title/Description,",
|
|
2072
2076
|
"Content:",
|
|
2077
|
+
"Content>",
|
|
2073
2078
|
"Context",
|
|
2079
|
+
"Context,",
|
|
2074
2080
|
"Context-free",
|
|
2081
|
+
"Context.Provider",
|
|
2082
|
+
"Context.Provider>",
|
|
2083
|
+
"Context:",
|
|
2075
2084
|
"Contexts",
|
|
2076
2085
|
"Continuing",
|
|
2077
2086
|
"Continuing:",
|
|
@@ -2168,6 +2177,7 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
2168
2177
|
"Create-agent",
|
|
2169
2178
|
"Create-or-update",
|
|
2170
2179
|
"Create:",
|
|
2180
|
+
"Creates",
|
|
2171
2181
|
"Credits",
|
|
2172
2182
|
"Crypto",
|
|
2173
2183
|
"Ctrl+B",
|
|
@@ -2233,8 +2243,10 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
2233
2243
|
"Desktop:",
|
|
2234
2244
|
"Diagram",
|
|
2235
2245
|
"Dialog",
|
|
2236
|
-
"Dialog
|
|
2246
|
+
"Dialog's",
|
|
2247
|
+
"Dialog(props:",
|
|
2237
2248
|
"Dialog,",
|
|
2249
|
+
"Dialog.",
|
|
2238
2250
|
"Dialog>",
|
|
2239
2251
|
"DialogAction({",
|
|
2240
2252
|
"DialogAction,",
|
|
@@ -2246,15 +2258,13 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
2246
2258
|
"DialogBody,",
|
|
2247
2259
|
"DialogCancel({",
|
|
2248
2260
|
"DialogCancel,",
|
|
2249
|
-
"DialogClose
|
|
2261
|
+
"DialogClose",
|
|
2262
|
+
"DialogClose(",
|
|
2250
2263
|
"DialogClose,",
|
|
2251
2264
|
"DialogContent",
|
|
2252
2265
|
"DialogContent({",
|
|
2253
2266
|
"DialogContent,",
|
|
2254
2267
|
"DialogContent>",
|
|
2255
|
-
"DialogContext",
|
|
2256
|
-
"DialogContext.Provider",
|
|
2257
|
-
"DialogContext.Provider>",
|
|
2258
2268
|
"DialogDescription({",
|
|
2259
2269
|
"DialogDescription,",
|
|
2260
2270
|
"DialogFooter(",
|
|
@@ -2270,10 +2280,13 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
2270
2280
|
"DialogTitle({",
|
|
2271
2281
|
"DialogTitle,",
|
|
2272
2282
|
"DialogTrigger",
|
|
2273
|
-
"DialogTrigger(
|
|
2283
|
+
"DialogTrigger(",
|
|
2274
2284
|
"DialogTrigger,",
|
|
2275
2285
|
"Dims",
|
|
2276
2286
|
"Disabled",
|
|
2287
|
+
"DisclosureOptions",
|
|
2288
|
+
"DisclosureOptions)",
|
|
2289
|
+
"DisclosureOptions,",
|
|
2277
2290
|
"Dismisses",
|
|
2278
2291
|
"Display",
|
|
2279
2292
|
"Displays",
|
|
@@ -2286,18 +2299,20 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
2286
2299
|
"Drag",
|
|
2287
2300
|
"Draw",
|
|
2288
2301
|
"Drawer",
|
|
2289
|
-
"Drawer
|
|
2302
|
+
"Drawer's",
|
|
2303
|
+
"Drawer(props:",
|
|
2304
|
+
"Drawer)",
|
|
2290
2305
|
"Drawer,",
|
|
2306
|
+
"Drawer.",
|
|
2307
|
+
"Drawer:",
|
|
2291
2308
|
"Drawer>",
|
|
2292
2309
|
"DrawerBody(",
|
|
2293
2310
|
"DrawerBody,",
|
|
2294
|
-
"DrawerClose
|
|
2311
|
+
"DrawerClose",
|
|
2312
|
+
"DrawerClose(",
|
|
2295
2313
|
"DrawerClose,",
|
|
2296
2314
|
"DrawerContent({",
|
|
2297
2315
|
"DrawerContent,",
|
|
2298
|
-
"DrawerContext",
|
|
2299
|
-
"DrawerContext.Provider",
|
|
2300
|
-
"DrawerContext.Provider>",
|
|
2301
2316
|
"DrawerFooter(",
|
|
2302
2317
|
"DrawerFooter,",
|
|
2303
2318
|
"DrawerHeader(",
|
|
@@ -2307,7 +2322,7 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
2307
2322
|
"DrawerProps,",
|
|
2308
2323
|
"DrawerTitle({",
|
|
2309
2324
|
"DrawerTitle,",
|
|
2310
|
-
"DrawerTrigger(
|
|
2325
|
+
"DrawerTrigger(",
|
|
2311
2326
|
"DrawerTrigger,",
|
|
2312
2327
|
"Drive",
|
|
2313
2328
|
"Drives",
|
|
@@ -2322,10 +2337,12 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
2322
2337
|
"DropZoneOverlayProps,",
|
|
2323
2338
|
"DropdownMenu",
|
|
2324
2339
|
"DropdownMenu's",
|
|
2325
|
-
"DropdownMenu(
|
|
2340
|
+
"DropdownMenu(props:",
|
|
2326
2341
|
"DropdownMenu)",
|
|
2327
2342
|
"DropdownMenu*",
|
|
2328
2343
|
"DropdownMenu,",
|
|
2344
|
+
"DropdownMenu.",
|
|
2345
|
+
"DropdownMenu:",
|
|
2329
2346
|
"DropdownMenu>",
|
|
2330
2347
|
"DropdownMenuContent",
|
|
2331
2348
|
"DropdownMenuContent({",
|
|
@@ -2354,7 +2371,7 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
2354
2371
|
"DropdownMenuSeparator(",
|
|
2355
2372
|
"DropdownMenuSeparator,",
|
|
2356
2373
|
"DropdownMenuTrigger",
|
|
2357
|
-
"DropdownMenuTrigger(
|
|
2374
|
+
"DropdownMenuTrigger(",
|
|
2358
2375
|
"DropdownMenuTrigger,",
|
|
2359
2376
|
"DropdownMenuTrigger>",
|
|
2360
2377
|
"E6E6E0",
|
|
@@ -2428,6 +2445,7 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
2428
2445
|
"FILE_TEXT_ICON_ELEMENTS:",
|
|
2429
2446
|
"FILE_TYPE_COLORS:",
|
|
2430
2447
|
"FILE_TYPE_COLORS[ext]",
|
|
2448
|
+
"FOCUSABLE",
|
|
2431
2449
|
"FOCUSABLE_SELECTOR",
|
|
2432
2450
|
"Fade",
|
|
2433
2451
|
"FadeIn({",
|
|
@@ -2486,7 +2504,6 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
2486
2504
|
"FloatingProps",
|
|
2487
2505
|
"FloatingProps):",
|
|
2488
2506
|
"Flushed",
|
|
2489
|
-
"Focus",
|
|
2490
2507
|
"Focus-trapped",
|
|
2491
2508
|
"Fold",
|
|
2492
2509
|
"Folding",
|
|
@@ -2506,7 +2523,6 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
2506
2523
|
"Forwarded",
|
|
2507
2524
|
"Forwards",
|
|
2508
2525
|
"Framer",
|
|
2509
|
-
"Full",
|
|
2510
2526
|
"Full-width",
|
|
2511
2527
|
"Fully",
|
|
2512
2528
|
"GET",
|
|
@@ -2531,6 +2547,7 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
2531
2547
|
"Group/reorder",
|
|
2532
2548
|
"Group:",
|
|
2533
2549
|
"Groups",
|
|
2550
|
+
"Guard",
|
|
2534
2551
|
"Guarded",
|
|
2535
2552
|
"Guest",
|
|
2536
2553
|
"HH:MM",
|
|
@@ -2633,7 +2650,6 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
2633
2650
|
"InlineCitationCardProps",
|
|
2634
2651
|
"InlineCitationCardProps):",
|
|
2635
2652
|
"InlineCitationCardProps,",
|
|
2636
|
-
"InlineCitationContext",
|
|
2637
2653
|
"InlineCitationContext.Provider",
|
|
2638
2654
|
"InlineCitationContext.Provider>",
|
|
2639
2655
|
"InlineCitationContextValue",
|
|
@@ -2716,6 +2732,7 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
2716
2732
|
"LabelProps,",
|
|
2717
2733
|
"Language",
|
|
2718
2734
|
"Last",
|
|
2735
|
+
"Latest-ref",
|
|
2719
2736
|
"Layout",
|
|
2720
2737
|
"Layout-neutral",
|
|
2721
2738
|
"Lazy",
|
|
@@ -2858,9 +2875,6 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
2858
2875
|
"Menu",
|
|
2859
2876
|
"Menu:",
|
|
2860
2877
|
"Menu</DialogTitle>",
|
|
2861
|
-
"MenuContext",
|
|
2862
|
-
"MenuContext.Provider",
|
|
2863
|
-
"MenuContext.Provider>",
|
|
2864
2878
|
"Merge",
|
|
2865
2879
|
"Merges",
|
|
2866
2880
|
"Mermaid",
|
|
@@ -2909,7 +2923,6 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
2909
2923
|
"MessageActionBarActionProps",
|
|
2910
2924
|
"MessageActionBarActionProps):",
|
|
2911
2925
|
"MessageActionBarActionProps,",
|
|
2912
|
-
"MessageActionBarContext",
|
|
2913
2926
|
"MessageActionBarContext.Provider",
|
|
2914
2927
|
"MessageActionBarContext.Provider>",
|
|
2915
2928
|
"MessageActionBarContextValue",
|
|
@@ -2997,7 +3010,6 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
2997
3010
|
"MessageFeedbackActionProps",
|
|
2998
3011
|
"MessageFeedbackActionProps):",
|
|
2999
3012
|
"MessageFeedbackActionProps,",
|
|
3000
|
-
"MessageFeedbackContext",
|
|
3001
3013
|
"MessageFeedbackContext.Provider",
|
|
3002
3014
|
"MessageFeedbackContext.Provider>",
|
|
3003
3015
|
"MessageFeedbackContextValue",
|
|
@@ -3125,6 +3137,23 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
3125
3137
|
"Mirrors",
|
|
3126
3138
|
"Mobile",
|
|
3127
3139
|
"Modal",
|
|
3140
|
+
"ModalBtnProps",
|
|
3141
|
+
"ModalBtnProps,",
|
|
3142
|
+
"ModalClose(",
|
|
3143
|
+
"ModalClose,",
|
|
3144
|
+
"ModalClose:",
|
|
3145
|
+
"ModalContent",
|
|
3146
|
+
"ModalContent(",
|
|
3147
|
+
"ModalContent:",
|
|
3148
|
+
"ModalContentProps",
|
|
3149
|
+
"ModalContentProps,",
|
|
3150
|
+
"ModalRoot(",
|
|
3151
|
+
"ModalRoot,",
|
|
3152
|
+
"ModalRoot:",
|
|
3153
|
+
"ModalState",
|
|
3154
|
+
"ModalTrigger(",
|
|
3155
|
+
"ModalTrigger,",
|
|
3156
|
+
"ModalTrigger:",
|
|
3128
3157
|
"Mode",
|
|
3129
3158
|
"Model",
|
|
3130
3159
|
"Model:",
|
|
@@ -3154,7 +3183,6 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
3154
3183
|
"ModelSelectorContent>",
|
|
3155
3184
|
"ModelSelectorContentProps",
|
|
3156
3185
|
"ModelSelectorContentProps,",
|
|
3157
|
-
"ModelSelectorContext",
|
|
3158
3186
|
"ModelSelectorContext.Provider",
|
|
3159
3187
|
"ModelSelectorContext.Provider>",
|
|
3160
3188
|
"ModelSelectorContextValue",
|
|
@@ -3229,6 +3257,7 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
3229
3257
|
"Non-interactive",
|
|
3230
3258
|
"Non-throwing",
|
|
3231
3259
|
"NonNullable<Parameters<T>[0]>,",
|
|
3260
|
+
"NonNullable<React.AriaAttributes[",
|
|
3232
3261
|
"Normalize",
|
|
3233
3262
|
"Not",
|
|
3234
3263
|
"Note:",
|
|
@@ -3237,10 +3266,10 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
3237
3266
|
"Number",
|
|
3238
3267
|
"Number.isNaN(date.getTime()))",
|
|
3239
3268
|
"Numbered",
|
|
3269
|
+
"ONCE",
|
|
3240
3270
|
"ONLY",
|
|
3241
3271
|
"OS-dark",
|
|
3242
3272
|
"OVER",
|
|
3243
|
-
"OWN",
|
|
3244
3273
|
"Object.assign(",
|
|
3245
3274
|
"Object.assign(AgentCardRoot,",
|
|
3246
3275
|
"Object.assign(AgentPickerRoot,",
|
|
@@ -3294,6 +3323,7 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
3294
3323
|
"Only",
|
|
3295
3324
|
"Opaque",
|
|
3296
3325
|
"Open",
|
|
3326
|
+
"Open/close",
|
|
3297
3327
|
"OpenAI",
|
|
3298
3328
|
"OpenAILogo",
|
|
3299
3329
|
"OpenAILogo({",
|
|
@@ -3376,6 +3406,7 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
3376
3406
|
"Per-panel",
|
|
3377
3407
|
"Per-row",
|
|
3378
3408
|
"Per-side",
|
|
3409
|
+
"Per-skin",
|
|
3379
3410
|
"Per-tool",
|
|
3380
3411
|
"Persist",
|
|
3381
3412
|
"Persistence",
|
|
@@ -3399,8 +3430,10 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
3399
3430
|
"PlusIcon,",
|
|
3400
3431
|
"PlusMenu",
|
|
3401
3432
|
"Popover",
|
|
3402
|
-
"Popover
|
|
3433
|
+
"Popover's",
|
|
3434
|
+
"Popover(props:",
|
|
3403
3435
|
"Popover,",
|
|
3436
|
+
"Popover.",
|
|
3404
3437
|
"Popover>",
|
|
3405
3438
|
"PopoverActions({",
|
|
3406
3439
|
"PopoverActions,",
|
|
@@ -3413,9 +3446,6 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
3413
3446
|
"PopoverContentProps",
|
|
3414
3447
|
"PopoverContentProps):",
|
|
3415
3448
|
"PopoverContentProps,",
|
|
3416
|
-
"PopoverContext",
|
|
3417
|
-
"PopoverContext.Provider",
|
|
3418
|
-
"PopoverContext.Provider>",
|
|
3419
3449
|
"PopoverFooter({",
|
|
3420
3450
|
"PopoverFooter,",
|
|
3421
3451
|
"PopoverHeader({",
|
|
@@ -3426,7 +3456,7 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
3426
3456
|
"PopoverTitle({",
|
|
3427
3457
|
"PopoverTitle,",
|
|
3428
3458
|
"PopoverTrigger",
|
|
3429
|
-
"PopoverTrigger(
|
|
3459
|
+
"PopoverTrigger(",
|
|
3430
3460
|
"PopoverTrigger,",
|
|
3431
3461
|
"PopoverTrigger>",
|
|
3432
3462
|
"Populated",
|
|
@@ -3545,7 +3575,6 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
3545
3575
|
"RadioGroup",
|
|
3546
3576
|
"RadioGroup(",
|
|
3547
3577
|
"RadioGroup,",
|
|
3548
|
-
"RadioItem/CheckboxItem/Sub",
|
|
3549
3578
|
"RadioProps",
|
|
3550
3579
|
"RadioProps,",
|
|
3551
3580
|
"Radix",
|
|
@@ -3638,27 +3667,8 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
3638
3667
|
"React.TextareaHTMLAttributes<HTMLTextAreaElement>)}",
|
|
3639
3668
|
"React.cloneElement(",
|
|
3640
3669
|
"React.createContext<",
|
|
3641
|
-
"React.createContext<
|
|
3642
|
-
"React.createContext<
|
|
3643
|
-
"React.createContext<AppShellContextValue",
|
|
3644
|
-
"React.createContext<BranchPickerContextValue",
|
|
3645
|
-
"React.createContext<ChatActionsContextValue",
|
|
3646
|
-
"React.createContext<ChatContextValue",
|
|
3647
|
-
"React.createContext<ChatMessageListContextValue",
|
|
3648
|
-
"React.createContext<ChatSidebarContextValue",
|
|
3649
|
-
"React.createContext<ColorModeContextValue",
|
|
3650
|
-
"React.createContext<CommandContextValue",
|
|
3651
|
-
"React.createContext<ComposerContextValue",
|
|
3652
|
-
"React.createContext<InlineCitationContextValue",
|
|
3653
|
-
"React.createContext<MessageActionBarContextValue",
|
|
3654
|
-
"React.createContext<MessageContextValue",
|
|
3655
|
-
"React.createContext<MessageFeedbackContextValue",
|
|
3656
|
-
"React.createContext<ReasoningContextValue",
|
|
3657
|
-
"React.createContext<SelectContextValue",
|
|
3658
|
-
"React.createContext<SourcesContextValue",
|
|
3659
|
-
"React.createContext<TabsContextValue",
|
|
3660
|
-
"React.createContext<ToolCallContextValue",
|
|
3661
|
-
"React.createContext<UseConversationsResult",
|
|
3670
|
+
"React.createContext<AnchoredState",
|
|
3671
|
+
"React.createContext<ModalState",
|
|
3662
3672
|
"React.createElement(",
|
|
3663
3673
|
"React.createElement(element.type,",
|
|
3664
3674
|
"React.forwardRef<",
|
|
@@ -3685,39 +3695,17 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
3685
3695
|
"React.useCallback((next:",
|
|
3686
3696
|
"React.useCallback((node:",
|
|
3687
3697
|
"React.useCallback(async",
|
|
3688
|
-
"React.useContext(AgentCardContext);",
|
|
3689
3698
|
"React.useContext(AgentDataContext);",
|
|
3690
|
-
"React.useContext(AgentPickerContext);",
|
|
3691
|
-
"React.useContext(AppShellContext);",
|
|
3692
|
-
"React.useContext(AttachmentPillContext);",
|
|
3693
|
-
"React.useContext(AttachmentsPanelContext);",
|
|
3694
|
-
"React.useContext(BranchPickerContext);",
|
|
3695
|
-
"React.useContext(ChatActionsContext);",
|
|
3696
3699
|
"React.useContext(ChatContext);",
|
|
3697
|
-
"React.useContext(ChatMessageListContext);",
|
|
3698
|
-
"React.useContext(ChatSidebarContext);",
|
|
3699
|
-
"React.useContext(ChatSidebarItemContext);",
|
|
3700
3700
|
"React.useContext(CollapsibleContext);",
|
|
3701
3701
|
"React.useContext(ColorModeContext);",
|
|
3702
|
-
"React.useContext(CommandContext);",
|
|
3703
3702
|
"React.useContext(ComposerContext);",
|
|
3703
|
+
"React.useContext(Context);",
|
|
3704
3704
|
"React.useContext(ConversationsContext);",
|
|
3705
|
-
"React.useContext(DialogContext);",
|
|
3706
|
-
"React.useContext(DrawerContext);",
|
|
3707
|
-
"React.useContext(InlineCitationContext);",
|
|
3708
|
-
"React.useContext(MenuContext);",
|
|
3709
|
-
"React.useContext(MessageActionBarContext);",
|
|
3710
3705
|
"React.useContext(MessageContext);",
|
|
3711
|
-
"React.useContext(MessageFeedbackContext);",
|
|
3712
|
-
"React.useContext(ModelSelectorContext);",
|
|
3713
|
-
"React.useContext(PopoverContext);",
|
|
3714
|
-
"React.useContext(ReasoningContext);",
|
|
3715
|
-
"React.useContext(SelectContext);",
|
|
3716
3706
|
"React.useContext(SourcesContext);",
|
|
3717
|
-
"React.useContext(StepIndicatorContext);",
|
|
3718
|
-
"React.useContext(TabsContext);",
|
|
3719
|
-
"React.useContext(ToolCallContext);",
|
|
3720
3707
|
"React.useContext(TooltipContext);",
|
|
3708
|
+
"React.useContext(_ctx);",
|
|
3721
3709
|
"React.useEffect(()",
|
|
3722
3710
|
"React.useEffect;",
|
|
3723
3711
|
"React.useId();",
|
|
@@ -3745,6 +3733,7 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
3745
3733
|
"React.useRef(isControlled);",
|
|
3746
3734
|
"React.useRef(isStreaming);",
|
|
3747
3735
|
"React.useRef(onDismiss);",
|
|
3736
|
+
"React.useRef(onOpenChange);",
|
|
3748
3737
|
"React.useRef(persist);",
|
|
3749
3738
|
"React.useRef(resolvedAgentId);",
|
|
3750
3739
|
"React.useRef(select);",
|
|
@@ -3822,7 +3811,6 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
3822
3811
|
"ReasoningContent(",
|
|
3823
3812
|
"ReasoningContent,",
|
|
3824
3813
|
"ReasoningContent.displayName",
|
|
3825
|
-
"ReasoningContext",
|
|
3826
3814
|
"ReasoningContext.Provider",
|
|
3827
3815
|
"ReasoningContext.Provider>",
|
|
3828
3816
|
"ReasoningContextValue",
|
|
@@ -3903,6 +3891,7 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
3903
3891
|
"Root",
|
|
3904
3892
|
"Root({",
|
|
3905
3893
|
"Root)",
|
|
3894
|
+
"Root).",
|
|
3906
3895
|
"Root,",
|
|
3907
3896
|
"Root-level",
|
|
3908
3897
|
"Root:",
|
|
@@ -3983,7 +3972,6 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
3983
3972
|
"Select>",
|
|
3984
3973
|
"SelectContent({",
|
|
3985
3974
|
"SelectContent,",
|
|
3986
|
-
"SelectContext",
|
|
3987
3975
|
"SelectContext.Provider",
|
|
3988
3976
|
"SelectContext.Provider>",
|
|
3989
3977
|
"SelectContextValue",
|
|
@@ -4030,6 +4018,7 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
4030
4018
|
"Set",
|
|
4031
4019
|
"Set([",
|
|
4032
4020
|
"Set<string>([",
|
|
4021
|
+
"Sets",
|
|
4033
4022
|
"Settings",
|
|
4034
4023
|
"SettingsGlyph",
|
|
4035
4024
|
"SettingsGlyph(",
|
|
@@ -4092,6 +4081,7 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
4092
4081
|
"SkillToolProps",
|
|
4093
4082
|
"SkillToolProps):",
|
|
4094
4083
|
"SkillTool}.",
|
|
4084
|
+
"Skins",
|
|
4095
4085
|
"Skip",
|
|
4096
4086
|
"Slide",
|
|
4097
4087
|
"Slides",
|
|
@@ -4130,7 +4120,6 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
4130
4120
|
"Sources.Pill",
|
|
4131
4121
|
"Sources.Root",
|
|
4132
4122
|
"Sources:",
|
|
4133
|
-
"SourcesContext",
|
|
4134
4123
|
"SourcesContext.Provider",
|
|
4135
4124
|
"SourcesContext.Provider>",
|
|
4136
4125
|
"SourcesContextValue",
|
|
@@ -4175,7 +4164,6 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
4175
4164
|
"StepIndicator.Label",
|
|
4176
4165
|
"StepIndicator.Root",
|
|
4177
4166
|
"StepIndicator.Rule",
|
|
4178
|
-
"StepIndicatorContext",
|
|
4179
4167
|
"StepIndicatorContext.Provider",
|
|
4180
4168
|
"StepIndicatorContext.Provider>",
|
|
4181
4169
|
"StepIndicatorContextValue",
|
|
@@ -4293,7 +4281,6 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
4293
4281
|
"TARGET_ICON_ELEMENTS);",
|
|
4294
4282
|
"TARGET_ICON_ELEMENTS:",
|
|
4295
4283
|
"TODO(a11y):",
|
|
4296
|
-
"TODO.",
|
|
4297
4284
|
"TOKENS_DARK",
|
|
4298
4285
|
"TOKENS_LIGHT",
|
|
4299
4286
|
"TOKENS_LIGHT,",
|
|
@@ -4308,6 +4295,7 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
4308
4295
|
"TVariants]:",
|
|
4309
4296
|
"TVariants]?:",
|
|
4310
4297
|
"Tab",
|
|
4298
|
+
"Tab,",
|
|
4311
4299
|
"TabSwitcher",
|
|
4312
4300
|
"TabSwitcher({",
|
|
4313
4301
|
"TabSwitcher,",
|
|
@@ -4323,7 +4311,6 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
4323
4311
|
"Tabs,",
|
|
4324
4312
|
"Tabs.displayName",
|
|
4325
4313
|
"Tabs>",
|
|
4326
|
-
"TabsContext",
|
|
4327
4314
|
"TabsContext.Provider",
|
|
4328
4315
|
"TabsContext.Provider>",
|
|
4329
4316
|
"TabsContextValue",
|
|
@@ -4425,7 +4412,6 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
4425
4412
|
"ToolCallBody(",
|
|
4426
4413
|
"ToolCallBody,",
|
|
4427
4414
|
"ToolCallBody.displayName",
|
|
4428
|
-
"ToolCallContext",
|
|
4429
4415
|
"ToolCallContext.Provider",
|
|
4430
4416
|
"ToolCallContext.Provider>",
|
|
4431
4417
|
"ToolCallContextValue",
|
|
@@ -4519,6 +4505,7 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
4519
4505
|
"TrashIcon({",
|
|
4520
4506
|
"TrashIcon,",
|
|
4521
4507
|
"Trigger",
|
|
4508
|
+
"Trigger,",
|
|
4522
4509
|
"Trigger:",
|
|
4523
4510
|
"True",
|
|
4524
4511
|
"Truncates.",
|
|
@@ -4798,9 +4785,35 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
4798
4785
|
"[...prev,",
|
|
4799
4786
|
"[...summaries.filter((s)",
|
|
4800
4787
|
"[0];",
|
|
4788
|
+
"[AgentCardContext,",
|
|
4789
|
+
"[AgentPickerContext,",
|
|
4790
|
+
"[AppShellContext,",
|
|
4791
|
+
"[AttachmentPillContext,",
|
|
4792
|
+
"[AttachmentsPanelContext,",
|
|
4793
|
+
"[BranchPickerContext,",
|
|
4794
|
+
"[ChatActionsContext,",
|
|
4795
|
+
"[ChatContext,",
|
|
4801
4796
|
"[ChatErrorBoundary]",
|
|
4797
|
+
"[ChatMessageListContext,",
|
|
4798
|
+
"[ChatSidebarContext,",
|
|
4799
|
+
"[ChatSidebarItemContext,",
|
|
4800
|
+
"[ColorModeContext,",
|
|
4801
|
+
"[CommandContext,",
|
|
4802
|
+
"[ComposerContext,",
|
|
4803
|
+
"[ConversationsContext,",
|
|
4804
|
+
"[InlineCitationContext,",
|
|
4802
4805
|
"[K",
|
|
4806
|
+
"[MessageActionBarContext,",
|
|
4807
|
+
"[MessageContext,",
|
|
4808
|
+
"[MessageFeedbackContext,",
|
|
4809
|
+
"[ModelSelectorContext,",
|
|
4810
|
+
"[ReasoningContext,",
|
|
4811
|
+
"[SelectContext,",
|
|
4812
|
+
"[SourcesContext,",
|
|
4813
|
+
"[StepIndicatorContext,",
|
|
4803
4814
|
"[TKey",
|
|
4815
|
+
"[TabsContext,",
|
|
4816
|
+
"[ToolCallContext,",
|
|
4804
4817
|
"[UI_SCOPE_ALIAS_ATTRIBUTE]:",
|
|
4805
4818
|
"[UI_SCOPE_ATTRIBUTE]:",
|
|
4806
4819
|
"[]",
|
|
@@ -4844,7 +4857,6 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
4844
4857
|
"[conversations],",
|
|
4845
4858
|
"[copied,",
|
|
4846
4859
|
"[copy,",
|
|
4847
|
-
"[ctx.open]);",
|
|
4848
4860
|
"[current,",
|
|
4849
4861
|
"[data-theme=",
|
|
4850
4862
|
"[data-theme]",
|
|
@@ -4881,6 +4893,7 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
4881
4893
|
"[internalValue,",
|
|
4882
4894
|
"[isAtBottom,",
|
|
4883
4895
|
"[isControlled,",
|
|
4896
|
+
"[isControlled],",
|
|
4884
4897
|
"[isDragActive,",
|
|
4885
4898
|
"[isExpanded,",
|
|
4886
4899
|
"[isLoaded,",
|
|
@@ -5008,6 +5021,7 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
5008
5021
|
"access",
|
|
5009
5022
|
"accessible",
|
|
5010
5023
|
"accessibleName",
|
|
5024
|
+
"accidentally",
|
|
5011
5025
|
"ace",
|
|
5012
5026
|
"achieves",
|
|
5013
5027
|
"acid",
|
|
@@ -5092,6 +5106,7 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
5092
5106
|
"addressable",
|
|
5093
5107
|
"adds",
|
|
5094
5108
|
"adjacent",
|
|
5109
|
+
"affects",
|
|
5095
5110
|
"affordance",
|
|
5096
5111
|
"affordance.",
|
|
5097
5112
|
"affordances",
|
|
@@ -5233,6 +5248,8 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
5233
5248
|
"anchorRef?.current?.closest<HTMLElement>(UI_SCOPE_SELECTOR)",
|
|
5234
5249
|
"anchorRef]);",
|
|
5235
5250
|
"anchored",
|
|
5251
|
+
"anchored-surface.tsx",
|
|
5252
|
+
"anchored-surface.tsx.",
|
|
5236
5253
|
"and",
|
|
5237
5254
|
"and*",
|
|
5238
5255
|
"animate",
|
|
@@ -5323,10 +5340,12 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
5323
5340
|
"args:",
|
|
5324
5341
|
"aria-*,",
|
|
5325
5342
|
"aria-activedescendant",
|
|
5343
|
+
"aria-activedescendant,",
|
|
5326
5344
|
"aria-busy",
|
|
5327
5345
|
"aria-busy=",
|
|
5328
5346
|
"aria-busy={isLoading",
|
|
5329
5347
|
"aria-controls",
|
|
5348
|
+
"aria-controls,",
|
|
5330
5349
|
"aria-controls={ctx.sidebarId(side)}",
|
|
5331
5350
|
"aria-describedby",
|
|
5332
5351
|
"aria-disabled:opacity-50",
|
|
@@ -5336,7 +5355,9 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
5336
5355
|
"aria-expanded={ctx.open}",
|
|
5337
5356
|
"aria-expanded={ctx?.open}",
|
|
5338
5357
|
"aria-expanded={open}",
|
|
5358
|
+
"aria-haspopup",
|
|
5339
5359
|
"aria-haspopup=",
|
|
5360
|
+
"aria-haspopup={haspopup}",
|
|
5340
5361
|
"aria-hidden=",
|
|
5341
5362
|
"aria-label",
|
|
5342
5363
|
"aria-label=",
|
|
@@ -5349,6 +5370,7 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
5349
5370
|
"aria-label={props[",
|
|
5350
5371
|
"aria-label={selectedModel?.label",
|
|
5351
5372
|
"aria-labelledby",
|
|
5373
|
+
"aria-labelledby,",
|
|
5352
5374
|
"aria-labelledby={ariaLabelledBy}",
|
|
5353
5375
|
"aria-live=",
|
|
5354
5376
|
"aria-modal=",
|
|
@@ -5585,6 +5607,7 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
5585
5607
|
"behavior",
|
|
5586
5608
|
"behavior:",
|
|
5587
5609
|
"behavior?:",
|
|
5610
|
+
"behavioral",
|
|
5588
5611
|
"behaviour",
|
|
5589
5612
|
"behaviour).",
|
|
5590
5613
|
"behaviour.",
|
|
@@ -6537,7 +6560,6 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
6537
6560
|
"context",
|
|
6538
6561
|
"context)",
|
|
6539
6562
|
"context).",
|
|
6540
|
-
"context*,",
|
|
6541
6563
|
"context-bound",
|
|
6542
6564
|
"context-free",
|
|
6543
6565
|
"context.",
|
|
@@ -6571,6 +6593,7 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
6571
6593
|
"controlled**",
|
|
6572
6594
|
"controlled,",
|
|
6573
6595
|
"controlled-chat.tsx",
|
|
6596
|
+
"controlled/uncontrolled",
|
|
6574
6597
|
"controlledId",
|
|
6575
6598
|
"controlledId,",
|
|
6576
6599
|
"controls",
|
|
@@ -6658,24 +6681,55 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
6658
6681
|
"create,",
|
|
6659
6682
|
"create-or-update",
|
|
6660
6683
|
"create-or-update).",
|
|
6684
|
+
"create-strict-context.ts",
|
|
6661
6685
|
"create/remove/select,",
|
|
6662
6686
|
"create/update",
|
|
6663
6687
|
"create:",
|
|
6664
6688
|
"create;",
|
|
6689
|
+
"createAnchoredSurfaceParts",
|
|
6690
|
+
"createAnchoredSurfaceParts()",
|
|
6691
|
+
"createAnchoredSurfaceParts();",
|
|
6665
6692
|
"createChatUploadHandler}",
|
|
6666
6693
|
"createChatUploadHandler}'s",
|
|
6667
6694
|
"createEmptyConversation(",
|
|
6668
6695
|
"createEmptyConversation({",
|
|
6669
6696
|
"createEmptyConversation,",
|
|
6670
6697
|
"createHighlighter(options:",
|
|
6698
|
+
"createModalSurfaceParts",
|
|
6699
|
+
"createModalSurfaceParts(",
|
|
6700
|
+
"createModalSurfaceParts(name:",
|
|
6671
6701
|
"createPortal",
|
|
6672
6702
|
"createPortal(",
|
|
6673
6703
|
"createRef",
|
|
6674
6704
|
"createRef.current",
|
|
6675
6705
|
"createRef.current();",
|
|
6706
|
+
"createStrictContext",
|
|
6707
|
+
"createStrictContext<",
|
|
6708
|
+
"createStrictContext<AgentCardContextValue>(",
|
|
6709
|
+
"createStrictContext<AgentPickerContextValue>(",
|
|
6710
|
+
"createStrictContext<AppShellContextValue>(",
|
|
6711
|
+
"createStrictContext<AttachmentPillContextValue>(",
|
|
6712
|
+
"createStrictContext<BranchPickerContextValue>(",
|
|
6713
|
+
"createStrictContext<ChatActionsContextValue>(",
|
|
6714
|
+
"createStrictContext<ChatContextValue>(",
|
|
6715
|
+
"createStrictContext<ChatSidebarContextValue>(",
|
|
6716
|
+
"createStrictContext<ColorModeContextValue>(",
|
|
6717
|
+
"createStrictContext<CommandContextValue>(",
|
|
6718
|
+
"createStrictContext<ComposerContextValue>(",
|
|
6719
|
+
"createStrictContext<InlineCitationContextValue>(",
|
|
6720
|
+
"createStrictContext<MessageContextValue>(",
|
|
6721
|
+
"createStrictContext<ModelSelectorContextValue>(",
|
|
6722
|
+
"createStrictContext<ReasoningContextValue>(",
|
|
6723
|
+
"createStrictContext<SelectContextValue>(",
|
|
6724
|
+
"createStrictContext<SourcesContextValue>(",
|
|
6725
|
+
"createStrictContext<StepIndicatorContextValue>(",
|
|
6726
|
+
"createStrictContext<TabsContextValue>(",
|
|
6727
|
+
"createStrictContext<ToolCallContextValue>(",
|
|
6728
|
+
"createStrictContext<UseConversationsResult>(",
|
|
6676
6729
|
"createdAt",
|
|
6677
6730
|
"createdAt:",
|
|
6678
6731
|
"cross-axis",
|
|
6732
|
+
"cross-binding",
|
|
6679
6733
|
"cross-conversation",
|
|
6680
6734
|
"crosses",
|
|
6681
6735
|
"crypto",
|
|
@@ -6683,6 +6737,8 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
6683
6737
|
"csp-nonce.ts",
|
|
6684
6738
|
"csv:",
|
|
6685
6739
|
"ctx",
|
|
6740
|
+
"ctx)",
|
|
6741
|
+
"ctx,",
|
|
6686
6742
|
"ctx.anyVisible)",
|
|
6687
6743
|
"ctx.create()",
|
|
6688
6744
|
"ctx.isMobile)",
|
|
@@ -6690,6 +6746,7 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
6690
6746
|
"ctx.labels.get(ctx.value)",
|
|
6691
6747
|
"ctx.matches(text);",
|
|
6692
6748
|
"ctx.onValueChange(value);",
|
|
6749
|
+
"ctx.open",
|
|
6693
6750
|
"ctx.register(id,",
|
|
6694
6751
|
"ctx.search.length",
|
|
6695
6752
|
"ctx.setOpen(!ctx.open);",
|
|
@@ -6697,6 +6754,7 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
6697
6754
|
"ctx.setOpen(false)}",
|
|
6698
6755
|
"ctx.setOpen(side",
|
|
6699
6756
|
"ctx.setOpen(true);",
|
|
6757
|
+
"ctx.setOpen,",
|
|
6700
6758
|
"ctx.setSearch(",
|
|
6701
6759
|
"ctx.setSearch(e.target.value)}",
|
|
6702
6760
|
"ctx.setValue(value);",
|
|
@@ -6715,7 +6773,6 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
6715
6773
|
"ctx?.remove",
|
|
6716
6774
|
"ctx?.rename;",
|
|
6717
6775
|
"ctx?.select",
|
|
6718
|
-
"ctx?.setOpen(!ctx.open);",
|
|
6719
6776
|
"ctx?.setOpen(false);",
|
|
6720
6777
|
"ctx?.toggle();",
|
|
6721
6778
|
"ctxRef",
|
|
@@ -7023,7 +7080,6 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
7023
7080
|
"desktopOpen[side];",
|
|
7024
7081
|
"destructive",
|
|
7025
7082
|
"destructive:",
|
|
7026
|
-
"detail:",
|
|
7027
7083
|
"determinate",
|
|
7028
7084
|
"deterministic",
|
|
7029
7085
|
"dev;",
|
|
@@ -7039,6 +7095,7 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
7039
7095
|
"didInit",
|
|
7040
7096
|
"didInit.current",
|
|
7041
7097
|
"diff",
|
|
7098
|
+
"differ",
|
|
7042
7099
|
"different*",
|
|
7043
7100
|
"differently",
|
|
7044
7101
|
"differs",
|
|
@@ -7073,6 +7130,7 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
7073
7130
|
"discardPendingSave]);",
|
|
7074
7131
|
"disclosure",
|
|
7075
7132
|
"disclosure,",
|
|
7133
|
+
"disclosure.ts",
|
|
7076
7134
|
"disclosure;",
|
|
7077
7135
|
"disconnected",
|
|
7078
7136
|
"discrete",
|
|
@@ -7345,7 +7403,6 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
7345
7403
|
"enhancement",
|
|
7346
7404
|
"ensureLanguage(lang:",
|
|
7347
7405
|
"ensureLanguage(language);",
|
|
7348
|
-
"enter/exit",
|
|
7349
7406
|
"enter/leave",
|
|
7350
7407
|
"entered",
|
|
7351
7408
|
"entering",
|
|
@@ -7486,6 +7543,7 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
7486
7543
|
"ext,",
|
|
7487
7544
|
"ext.toUpperCase()",
|
|
7488
7545
|
"ext:",
|
|
7546
|
+
"extend",
|
|
7489
7547
|
"extended",
|
|
7490
7548
|
"extends",
|
|
7491
7549
|
"extension",
|
|
@@ -7509,6 +7567,7 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
7509
7567
|
"f.id",
|
|
7510
7568
|
"f.id),",
|
|
7511
7569
|
"factory",
|
|
7570
|
+
"factory).",
|
|
7512
7571
|
"fade",
|
|
7513
7572
|
"fade-in",
|
|
7514
7573
|
"fade.",
|
|
@@ -7709,7 +7768,6 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
7709
7768
|
"focus",
|
|
7710
7769
|
"focus();",
|
|
7711
7770
|
"focus,",
|
|
7712
|
-
"focus-trap",
|
|
7713
7771
|
"focus-trapped",
|
|
7714
7772
|
"focus-visible:bg-[var(--accent)]",
|
|
7715
7773
|
"focus-visible:border-[var(--edge-medium)]",
|
|
@@ -8113,7 +8171,6 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
8113
8171
|
"handles",
|
|
8114
8172
|
"handles).",
|
|
8115
8173
|
"handling",
|
|
8116
|
-
"handling,",
|
|
8117
8174
|
"handling.",
|
|
8118
8175
|
"hang",
|
|
8119
8176
|
"happens",
|
|
@@ -8154,6 +8211,10 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
8154
8211
|
"hasVisibleToolOutput(output:",
|
|
8155
8212
|
"hasVisibleToolOutput(tool.output);",
|
|
8156
8213
|
"hasn't",
|
|
8214
|
+
"haspopup",
|
|
8215
|
+
"haspopup,",
|
|
8216
|
+
"haspopup:",
|
|
8217
|
+
"haspopup=",
|
|
8157
8218
|
"hauls",
|
|
8158
8219
|
"havana",
|
|
8159
8220
|
"have",
|
|
@@ -8253,6 +8314,7 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
8253
8314
|
"honours",
|
|
8254
8315
|
"hook",
|
|
8255
8316
|
"hook's",
|
|
8317
|
+
"hook();",
|
|
8256
8318
|
"hook,",
|
|
8257
8319
|
"hook.",
|
|
8258
8320
|
"hook:",
|
|
@@ -8411,6 +8473,7 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
8411
8473
|
"in-progress",
|
|
8412
8474
|
"in.",
|
|
8413
8475
|
"inFlight",
|
|
8476
|
+
"include",
|
|
8414
8477
|
"included",
|
|
8415
8478
|
"includes",
|
|
8416
8479
|
"increment",
|
|
@@ -8558,6 +8621,7 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
8558
8621
|
"inverts",
|
|
8559
8622
|
"invocations",
|
|
8560
8623
|
"invoke",
|
|
8624
|
+
"invoking",
|
|
8561
8625
|
"is",
|
|
8562
8626
|
"is.",
|
|
8563
8627
|
"isActive",
|
|
@@ -8585,7 +8649,6 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
8585
8649
|
"isComplete={group.isComplete}",
|
|
8586
8650
|
"isControlled",
|
|
8587
8651
|
"isControlled)",
|
|
8588
|
-
"isControlled,",
|
|
8589
8652
|
"isControlled;",
|
|
8590
8653
|
"isControlledLeft",
|
|
8591
8654
|
"isControlledLeft,",
|
|
@@ -8890,6 +8953,9 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
8890
8953
|
"lazy-children",
|
|
8891
8954
|
"lazy-loaded",
|
|
8892
8955
|
"lazy-loads",
|
|
8956
|
+
"lead,",
|
|
8957
|
+
"lead={",
|
|
8958
|
+
"lead?:",
|
|
8893
8959
|
"leading",
|
|
8894
8960
|
"leading-6",
|
|
8895
8961
|
"leading-7",
|
|
@@ -8899,6 +8965,7 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
8899
8965
|
"leading-snug",
|
|
8900
8966
|
"leading-tight",
|
|
8901
8967
|
"leads",
|
|
8968
|
+
"lead}",
|
|
8902
8969
|
"leaf",
|
|
8903
8970
|
"leaf.",
|
|
8904
8971
|
"leak",
|
|
@@ -8956,7 +9023,6 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
8956
9023
|
"lighter",
|
|
8957
9024
|
"lightweight",
|
|
8958
9025
|
"like",
|
|
8959
|
-
"like.",
|
|
8960
9026
|
"line",
|
|
8961
9027
|
"line).",
|
|
8962
9028
|
"line,",
|
|
@@ -8985,7 +9051,6 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
8985
9051
|
"list",
|
|
8986
9052
|
"list()",
|
|
8987
9053
|
"list():",
|
|
8988
|
-
"list)",
|
|
8989
9054
|
"list).",
|
|
8990
9055
|
"list,",
|
|
8991
9056
|
"list-decimal",
|
|
@@ -9001,6 +9066,7 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
9001
9066
|
"listbox.",
|
|
9002
9067
|
"listener",
|
|
9003
9068
|
"listeners",
|
|
9069
|
+
"listeners)",
|
|
9004
9070
|
"listing",
|
|
9005
9071
|
"lists",
|
|
9006
9072
|
"lists,",
|
|
@@ -9088,7 +9154,6 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
9088
9154
|
"looping.",
|
|
9089
9155
|
"losing",
|
|
9090
9156
|
"lost.",
|
|
9091
|
-
"loud",
|
|
9092
9157
|
"low-level",
|
|
9093
9158
|
"low-level,",
|
|
9094
9159
|
"lower",
|
|
@@ -9108,6 +9173,7 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
9108
9173
|
"m;",
|
|
9109
9174
|
"m;var",
|
|
9110
9175
|
"m=localStorage.getItem(${jsonForInlineScript(storageKey)})||${",
|
|
9176
|
+
"machinery",
|
|
9111
9177
|
"main",
|
|
9112
9178
|
"maintain",
|
|
9113
9179
|
"major",
|
|
@@ -9387,7 +9453,6 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
9387
9453
|
"mirror",
|
|
9388
9454
|
"mirroring",
|
|
9389
9455
|
"mirrors",
|
|
9390
|
-
"misplaced",
|
|
9391
9456
|
"missing",
|
|
9392
9457
|
"mistaken",
|
|
9393
9458
|
"ml-0.5",
|
|
@@ -9400,6 +9465,8 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
9400
9465
|
"mobileOpen[side]",
|
|
9401
9466
|
"mobileOpen]",
|
|
9402
9467
|
"modal",
|
|
9468
|
+
"modal-surface.tsx",
|
|
9469
|
+
"modal-surface.tsx.",
|
|
9403
9470
|
"mode",
|
|
9404
9471
|
"mode)",
|
|
9405
9472
|
"mode).",
|
|
@@ -9551,6 +9618,7 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
9551
9618
|
"name}",
|
|
9552
9619
|
"name}**",
|
|
9553
9620
|
"name}</span>",
|
|
9621
|
+
"name}>",
|
|
9554
9622
|
"narrow",
|
|
9555
9623
|
"narrowed",
|
|
9556
9624
|
"narrowing",
|
|
@@ -9559,7 +9627,6 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
9559
9627
|
"nav",
|
|
9560
9628
|
"nav,",
|
|
9561
9629
|
"navigation",
|
|
9562
|
-
"navigation,",
|
|
9563
9630
|
"navigation.",
|
|
9564
9631
|
"navigator.clipboard.writeText(code);",
|
|
9565
9632
|
"navigator.clipboard.writeText(text);",
|
|
@@ -9657,10 +9724,10 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
9657
9724
|
"null.",
|
|
9658
9725
|
"null;",
|
|
9659
9726
|
"null>",
|
|
9660
|
-
"null>(",
|
|
9661
9727
|
"null>(fromContext);",
|
|
9662
9728
|
"null>(null);",
|
|
9663
9729
|
"null>).current",
|
|
9730
|
+
"null>,",
|
|
9664
9731
|
"null>;",
|
|
9665
9732
|
"null}",
|
|
9666
9733
|
"num",
|
|
@@ -9704,6 +9771,7 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
9704
9771
|
"offset",
|
|
9705
9772
|
"offset:",
|
|
9706
9773
|
"offset;",
|
|
9774
|
+
"offsets.",
|
|
9707
9775
|
"oklch(0.08",
|
|
9708
9776
|
"oklch(from",
|
|
9709
9777
|
"old",
|
|
@@ -9928,6 +9996,8 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
9928
9996
|
"onNext],",
|
|
9929
9997
|
"onOpenChange",
|
|
9930
9998
|
"onOpenChange,",
|
|
9999
|
+
"onOpenChange.",
|
|
10000
|
+
"onOpenChange;",
|
|
9931
10001
|
"onOpenChange={disabled",
|
|
9932
10002
|
"onOpenChange={handleOpenChange}>",
|
|
9933
10003
|
"onOpenChange={onOpenChange}",
|
|
@@ -9941,6 +10011,9 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
9941
10011
|
"onOpenChange?.(side,",
|
|
9942
10012
|
"onOpenChange?.(true);",
|
|
9943
10013
|
"onOpenChange?:",
|
|
10014
|
+
"onOpenChangeRef",
|
|
10015
|
+
"onOpenChangeRef.current",
|
|
10016
|
+
"onOpenChangeRef.current?.(next);",
|
|
9944
10017
|
"onOpenChange]);",
|
|
9945
10018
|
"onOpenChange],",
|
|
9946
10019
|
"onPointer",
|
|
@@ -10180,6 +10253,7 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
10180
10253
|
"origin-left",
|
|
10181
10254
|
"origin.",
|
|
10182
10255
|
"other",
|
|
10256
|
+
"other:",
|
|
10183
10257
|
"otherwise",
|
|
10184
10258
|
"otherwise,",
|
|
10185
10259
|
"otherwise.",
|
|
@@ -10228,6 +10302,7 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
10228
10302
|
"overflows",
|
|
10229
10303
|
"overflows.",
|
|
10230
10304
|
"overlaid",
|
|
10305
|
+
"overlap.",
|
|
10231
10306
|
"overlay",
|
|
10232
10307
|
"overlay).",
|
|
10233
10308
|
"overlay);",
|
|
@@ -10328,8 +10403,8 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
10328
10403
|
"panel,",
|
|
10329
10404
|
"panel.",
|
|
10330
10405
|
"panel;",
|
|
10331
|
-
"panel?.querySelector<HTMLElement>(",
|
|
10332
10406
|
"panelRef",
|
|
10407
|
+
"panelRef);",
|
|
10333
10408
|
"panelRef.current;",
|
|
10334
10409
|
"paragraph",
|
|
10335
10410
|
"parameters",
|
|
@@ -10396,6 +10471,7 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
10396
10471
|
"pattern),",
|
|
10397
10472
|
"pattern):",
|
|
10398
10473
|
"pattern.",
|
|
10474
|
+
"pattern:",
|
|
10399
10475
|
"pausedRef",
|
|
10400
10476
|
"pausedRef.current",
|
|
10401
10477
|
"pausedRef.current)",
|
|
@@ -10537,7 +10613,7 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
10537
10613
|
"pointer-events-none",
|
|
10538
10614
|
"pointer-safe-triangle).",
|
|
10539
10615
|
"pointing",
|
|
10540
|
-
"points
|
|
10616
|
+
"points.",
|
|
10541
10617
|
"points:",
|
|
10542
10618
|
"points=",
|
|
10543
10619
|
"polarity",
|
|
@@ -10638,6 +10714,7 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
10638
10714
|
"prev];",
|
|
10639
10715
|
"prevent",
|
|
10640
10716
|
"prevention.",
|
|
10717
|
+
"prevents",
|
|
10641
10718
|
"preview",
|
|
10642
10719
|
"preview:",
|
|
10643
10720
|
"preview?:",
|
|
@@ -10835,7 +10912,6 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
10835
10912
|
"radius:",
|
|
10836
10913
|
"radix",
|
|
10837
10914
|
"radix);",
|
|
10838
|
-
"radix-like)",
|
|
10839
10915
|
"radix-style",
|
|
10840
10916
|
"radix.",
|
|
10841
10917
|
"raf",
|
|
@@ -10874,7 +10950,6 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
10874
10950
|
"re-renders",
|
|
10875
10951
|
"re-run",
|
|
10876
10952
|
"re-save",
|
|
10877
|
-
"re-surfaces",
|
|
10878
10953
|
"reach",
|
|
10879
10954
|
"reachable",
|
|
10880
10955
|
"reached",
|
|
@@ -10936,6 +11011,7 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
10936
11011
|
"react/components/color-mode",
|
|
10937
11012
|
"react/components/ui",
|
|
10938
11013
|
"react/components/ui/alert",
|
|
11014
|
+
"react/components/ui/anchored-surface",
|
|
10939
11015
|
"react/components/ui/app-shell",
|
|
10940
11016
|
"react/components/ui/avatar",
|
|
10941
11017
|
"react/components/ui/badge",
|
|
@@ -10948,6 +11024,7 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
10948
11024
|
"react/components/ui/cva",
|
|
10949
11025
|
"react/components/ui/design-tokens",
|
|
10950
11026
|
"react/components/ui/dialog",
|
|
11027
|
+
"react/components/ui/disclosure",
|
|
10951
11028
|
"react/components/ui/drawer",
|
|
10952
11029
|
"react/components/ui/dropdown-menu",
|
|
10953
11030
|
"react/components/ui/file-type",
|
|
@@ -10957,6 +11034,7 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
10957
11034
|
"react/components/ui/input",
|
|
10958
11035
|
"react/components/ui/label",
|
|
10959
11036
|
"react/components/ui/list",
|
|
11037
|
+
"react/components/ui/modal-surface",
|
|
10960
11038
|
"react/components/ui/pill",
|
|
10961
11039
|
"react/components/ui/popover",
|
|
10962
11040
|
"react/components/ui/progress-bar",
|
|
@@ -11031,7 +11109,10 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
11031
11109
|
"ref-counted",
|
|
11032
11110
|
"ref.",
|
|
11033
11111
|
"ref.current",
|
|
11112
|
+
"ref.current)?.focus();",
|
|
11034
11113
|
"ref.current;",
|
|
11114
|
+
"ref.current?.querySelector<HTMLElement>(FOCUSABLE);",
|
|
11115
|
+
"ref:",
|
|
11035
11116
|
"ref={anchorRef}",
|
|
11036
11117
|
"ref={fieldContainerRef}",
|
|
11037
11118
|
"ref={fileInputRef}",
|
|
@@ -11044,7 +11125,6 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
11044
11125
|
"ref={setContentRef}",
|
|
11045
11126
|
"ref={setListRef}",
|
|
11046
11127
|
"ref={setRef}",
|
|
11047
|
-
"ref={sheetRef}",
|
|
11048
11128
|
"ref={textareaRef",
|
|
11049
11129
|
"ref={textareaRef}",
|
|
11050
11130
|
"ref?:",
|
|
@@ -11192,7 +11272,6 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
11192
11272
|
"renderTool,",
|
|
11193
11273
|
"renderTool?:",
|
|
11194
11274
|
"rendered",
|
|
11195
|
-
"rendered,",
|
|
11196
11275
|
"rendered.",
|
|
11197
11276
|
"renderedSessionEpoch",
|
|
11198
11277
|
"renderer",
|
|
@@ -11287,7 +11366,6 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
11287
11366
|
"rest",
|
|
11288
11367
|
"rest.",
|
|
11289
11368
|
"restore",
|
|
11290
|
-
"restore,",
|
|
11291
11369
|
"restore.",
|
|
11292
11370
|
"restored",
|
|
11293
11371
|
"restores",
|
|
@@ -11474,6 +11552,7 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
11474
11552
|
"scheme.",
|
|
11475
11553
|
"scientific",
|
|
11476
11554
|
"scope",
|
|
11555
|
+
"scope,",
|
|
11477
11556
|
"scope.",
|
|
11478
11557
|
"scope:",
|
|
11479
11558
|
"scoped",
|
|
@@ -11784,6 +11863,7 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
11784
11863
|
"setMounted(true),",
|
|
11785
11864
|
"setMounted]",
|
|
11786
11865
|
"setOpen",
|
|
11866
|
+
"setOpen(!isOpen),",
|
|
11787
11867
|
"setOpen((v)",
|
|
11788
11868
|
"setOpen(false),",
|
|
11789
11869
|
"setOpen(false);",
|
|
@@ -11795,6 +11875,7 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
11795
11875
|
"setOpen,",
|
|
11796
11876
|
"setOpen:",
|
|
11797
11877
|
"setOpen]",
|
|
11878
|
+
"setOpen]);",
|
|
11798
11879
|
"setOpen}>",
|
|
11799
11880
|
"setPos({",
|
|
11800
11881
|
"setPos]",
|
|
@@ -11870,9 +11951,6 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
11870
11951
|
"shared-file",
|
|
11871
11952
|
"shares",
|
|
11872
11953
|
"sheet",
|
|
11873
|
-
"sheetRef",
|
|
11874
|
-
"sheetRef.current)?.focus();",
|
|
11875
|
-
"sheetRef.current?.querySelector<HTMLElement>(",
|
|
11876
11954
|
"shell",
|
|
11877
11955
|
"shell.",
|
|
11878
11956
|
"shiki",
|
|
@@ -11932,6 +12010,7 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
11932
12010
|
"side)",
|
|
11933
12011
|
"side,",
|
|
11934
12012
|
"side.",
|
|
12013
|
+
"side/align",
|
|
11935
12014
|
"side:",
|
|
11936
12015
|
"side;",
|
|
11937
12016
|
"side=",
|
|
@@ -11957,7 +12036,6 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
11957
12036
|
"side}",
|
|
11958
12037
|
"signal:",
|
|
11959
12038
|
"signals",
|
|
11960
|
-
"silent",
|
|
11961
12039
|
"silently",
|
|
11962
12040
|
"simpleicons.org).",
|
|
11963
12041
|
"simplified",
|
|
@@ -12032,6 +12110,9 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
12032
12110
|
"skills",
|
|
12033
12111
|
"skill}",
|
|
12034
12112
|
"skin",
|
|
12113
|
+
"skin's",
|
|
12114
|
+
"skin.",
|
|
12115
|
+
"skin:",
|
|
12035
12116
|
"skip",
|
|
12036
12117
|
"skips",
|
|
12037
12118
|
"slice",
|
|
@@ -12355,6 +12436,7 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
12355
12436
|
"styling.",
|
|
12356
12437
|
"styling/position.",
|
|
12357
12438
|
"styling;",
|
|
12439
|
+
"sub",
|
|
12358
12440
|
"sub-component",
|
|
12359
12441
|
"sub-components",
|
|
12360
12442
|
"sub-components.",
|
|
@@ -12436,6 +12518,8 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
12436
12518
|
"summary].sort(",
|
|
12437
12519
|
"supplied",
|
|
12438
12520
|
"supplies",
|
|
12521
|
+
"supply",
|
|
12522
|
+
"supply.",
|
|
12439
12523
|
"support",
|
|
12440
12524
|
"support.",
|
|
12441
12525
|
"supported",
|
|
@@ -12736,6 +12820,8 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
12736
12820
|
"through",
|
|
12737
12821
|
"through.",
|
|
12738
12822
|
"throw",
|
|
12823
|
+
"thrown",
|
|
12824
|
+
"throws",
|
|
12739
12825
|
"throws.",
|
|
12740
12826
|
"thumb,",
|
|
12741
12827
|
"thumb-style",
|
|
@@ -12961,6 +13047,7 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
12961
13047
|
"transparent",
|
|
12962
13048
|
"transparent,",
|
|
12963
13049
|
"trap",
|
|
13050
|
+
"trap,",
|
|
12964
13051
|
"trash",
|
|
12965
13052
|
"treat",
|
|
12966
13053
|
"treatment.",
|
|
@@ -13220,6 +13307,7 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
13220
13307
|
"url}?id={id}",
|
|
13221
13308
|
"usable",
|
|
13222
13309
|
"usage",
|
|
13310
|
+
"usage.",
|
|
13223
13311
|
"usage:",
|
|
13224
13312
|
"usage?.inputTokens",
|
|
13225
13313
|
"usage?.outputTokens",
|
|
@@ -13231,29 +13319,30 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
13231
13319
|
"use;",
|
|
13232
13320
|
"useAgentCard",
|
|
13233
13321
|
"useAgentCard()",
|
|
13234
|
-
"useAgentCard():",
|
|
13235
13322
|
"useAgentCard();",
|
|
13323
|
+
"useAgentCard]",
|
|
13236
13324
|
"useAgentMetadata",
|
|
13237
13325
|
"useAgentMetadata()",
|
|
13238
13326
|
"useAgentMetadata(resolvedAgentId);",
|
|
13239
13327
|
"useAgentMetadata,",
|
|
13240
13328
|
"useAgentPicker",
|
|
13241
13329
|
"useAgentPicker()",
|
|
13242
|
-
"useAgentPicker():",
|
|
13243
13330
|
"useAgentPicker();",
|
|
13244
13331
|
"useAgentPicker,",
|
|
13332
|
+
"useAgentPicker]",
|
|
13245
13333
|
"useAgents",
|
|
13246
13334
|
"useAgents({",
|
|
13247
13335
|
"useAgents}",
|
|
13248
|
-
"useAppShell
|
|
13336
|
+
"useAppShell",
|
|
13249
13337
|
"useAppShell();",
|
|
13250
13338
|
"useAppShell,",
|
|
13339
|
+
"useAppShell]",
|
|
13251
13340
|
"useAttachmentPill",
|
|
13252
13341
|
"useAttachmentPill()",
|
|
13253
13342
|
"useAttachmentPill().attachment",
|
|
13254
|
-
"useAttachmentPill():",
|
|
13255
13343
|
"useAttachmentPill();",
|
|
13256
13344
|
"useAttachmentPill,",
|
|
13345
|
+
"useAttachmentPill]",
|
|
13257
13346
|
"useAttachments",
|
|
13258
13347
|
"useAttachments(",
|
|
13259
13348
|
"useAttachments()",
|
|
@@ -13261,12 +13350,12 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
13261
13350
|
"useAttachments;",
|
|
13262
13351
|
"useAttachmentsPanel",
|
|
13263
13352
|
"useAttachmentsPanel()",
|
|
13264
|
-
"useAttachmentsPanel():",
|
|
13265
13353
|
"useAttachmentsPanel();",
|
|
13266
13354
|
"useAttachmentsPanel,",
|
|
13355
|
+
"useAttachmentsPanel]",
|
|
13267
13356
|
"useAttachments}.",
|
|
13268
|
-
"useBranchPicker():",
|
|
13269
13357
|
"useBranchPicker();",
|
|
13358
|
+
"useBranchPicker]",
|
|
13270
13359
|
"useCallback",
|
|
13271
13360
|
"useChat",
|
|
13272
13361
|
"useChat()",
|
|
@@ -13275,25 +13364,26 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
13275
13364
|
"useChat();",
|
|
13276
13365
|
"useChatActions",
|
|
13277
13366
|
"useChatActions()",
|
|
13278
|
-
"useChatActions():",
|
|
13279
13367
|
"useChatActions();",
|
|
13368
|
+
"useChatActions]",
|
|
13280
13369
|
"useChatContext",
|
|
13281
13370
|
"useChatContext().",
|
|
13282
|
-
"useChatContext():",
|
|
13283
13371
|
"useChatContext,",
|
|
13284
13372
|
"useChatContextOptional",
|
|
13285
13373
|
"useChatContextOptional():",
|
|
13286
13374
|
"useChatContextOptional();",
|
|
13287
13375
|
"useChatContextOptional,",
|
|
13376
|
+
"useChatContext]",
|
|
13288
13377
|
"useChatErrorHandler",
|
|
13289
13378
|
"useChatErrorHandler():",
|
|
13290
|
-
"useChatMessageList():",
|
|
13291
13379
|
"useChatMessageList();",
|
|
13292
|
-
"
|
|
13380
|
+
"useChatMessageList]",
|
|
13293
13381
|
"useChatSidebarContext();",
|
|
13294
|
-
"
|
|
13382
|
+
"useChatSidebarContext]",
|
|
13383
|
+
"useChatSidebarItem",
|
|
13295
13384
|
"useChatSidebarItem();",
|
|
13296
13385
|
"useChatSidebarItem,",
|
|
13386
|
+
"useChatSidebarItem]",
|
|
13297
13387
|
"useChatSidebarItem}.",
|
|
13298
13388
|
"useChatWithSessionReset",
|
|
13299
13389
|
"useChatWithSessionReset({",
|
|
@@ -13305,21 +13395,21 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
13305
13395
|
"useClipboard}.",
|
|
13306
13396
|
"useClipboard}:",
|
|
13307
13397
|
"useColorMode",
|
|
13308
|
-
"useColorMode():",
|
|
13309
13398
|
"useColorMode();",
|
|
13310
13399
|
"useColorMode,",
|
|
13311
13400
|
"useColorModeOptional",
|
|
13312
13401
|
"useColorModeOptional():",
|
|
13313
13402
|
"useColorModeOptional()?.resolvedMode;",
|
|
13314
13403
|
"useColorModeOptional,",
|
|
13315
|
-
"
|
|
13404
|
+
"useColorMode]",
|
|
13316
13405
|
"useCommand();",
|
|
13406
|
+
"useCommand]",
|
|
13317
13407
|
"useComposerContext",
|
|
13318
|
-
"useComposerContext():",
|
|
13319
13408
|
"useComposerContext();",
|
|
13320
13409
|
"useComposerContext,",
|
|
13321
13410
|
"useComposerContextOptional():",
|
|
13322
13411
|
"useComposerContextOptional,",
|
|
13412
|
+
"useComposerContext]",
|
|
13323
13413
|
"useComposerValue",
|
|
13324
13414
|
"useComposerValue(p:",
|
|
13325
13415
|
"useComposerValue(state);",
|
|
@@ -13339,82 +13429,89 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
13339
13429
|
"useConversations(options:",
|
|
13340
13430
|
"useConversations,",
|
|
13341
13431
|
"useConversationsContext",
|
|
13342
|
-
"useConversationsContext():",
|
|
13343
13432
|
"useConversationsContext,",
|
|
13344
13433
|
"useConversationsContextOptional",
|
|
13345
13434
|
"useConversationsContextOptional():",
|
|
13346
13435
|
"useConversationsContextOptional();",
|
|
13347
13436
|
"useConversationsContextOptional,",
|
|
13437
|
+
"useConversationsContext]",
|
|
13348
13438
|
"useConversationsContext}.",
|
|
13349
13439
|
"useConversations}",
|
|
13350
13440
|
"useConversations}.",
|
|
13351
13441
|
"useConversation}.",
|
|
13352
|
-
"
|
|
13353
|
-
"
|
|
13354
|
-
"
|
|
13355
|
-
"useDrawer();",
|
|
13442
|
+
"useDisclosure",
|
|
13443
|
+
"useDisclosure({",
|
|
13444
|
+
"useDisclosure:",
|
|
13356
13445
|
"useDropZone",
|
|
13357
13446
|
"useDropZone(",
|
|
13358
13447
|
"useDropZone(withFocus(onDrop",
|
|
13359
13448
|
"useDropZone}.",
|
|
13360
|
-
"useInlineCitation():",
|
|
13361
13449
|
"useInlineCitation();",
|
|
13450
|
+
"useInlineCitation]",
|
|
13362
13451
|
"useInlineFileUpload",
|
|
13363
13452
|
"useIsMobile():",
|
|
13364
13453
|
"useIsMobile();",
|
|
13365
13454
|
"useIsomorphicLayoutEffect",
|
|
13366
13455
|
"useIsomorphicLayoutEffect(()",
|
|
13367
13456
|
"useMemo",
|
|
13368
|
-
"useMessageActionBar():",
|
|
13369
13457
|
"useMessageActionBar();",
|
|
13458
|
+
"useMessageActionBar]",
|
|
13370
13459
|
"useMessageContext",
|
|
13371
|
-
"useMessageContext():",
|
|
13372
13460
|
"useMessageContext();",
|
|
13373
13461
|
"useMessageContext,",
|
|
13374
13462
|
"useMessageContextOptional():",
|
|
13375
13463
|
"useMessageContextOptional,",
|
|
13376
|
-
"
|
|
13464
|
+
"useMessageContext]",
|
|
13377
13465
|
"useMessageFeedback();",
|
|
13466
|
+
"useMessageFeedback]",
|
|
13378
13467
|
"useMessageParts",
|
|
13379
13468
|
"useMessageParts():",
|
|
13380
13469
|
"useMessageParts,",
|
|
13470
|
+
"useModal():",
|
|
13471
|
+
"useModal();",
|
|
13472
|
+
"useModal,",
|
|
13473
|
+
"useModal:",
|
|
13474
|
+
"useModalContentEffect(",
|
|
13475
|
+
"useModalContentEffect(ctx.open,",
|
|
13381
13476
|
"useModelSelector",
|
|
13382
13477
|
"useModelSelector()",
|
|
13383
|
-
"useModelSelector():",
|
|
13384
13478
|
"useModelSelector();",
|
|
13385
13479
|
"useModelSelector,",
|
|
13480
|
+
"useModelSelector]",
|
|
13386
13481
|
"useReasoning",
|
|
13387
13482
|
"useReasoning()",
|
|
13388
|
-
"useReasoning():",
|
|
13389
13483
|
"useReasoning();",
|
|
13390
13484
|
"useReasoning,",
|
|
13485
|
+
"useReasoning]",
|
|
13391
13486
|
"useResolvedSidebar(props);",
|
|
13392
13487
|
"useResolvedSidebar(props:",
|
|
13393
|
-
"useSelect():",
|
|
13394
13488
|
"useSelect();",
|
|
13489
|
+
"useSelect]",
|
|
13395
13490
|
"useSources",
|
|
13396
13491
|
"useSources()",
|
|
13397
|
-
"useSources():",
|
|
13398
13492
|
"useSources();",
|
|
13399
13493
|
"useSources,",
|
|
13400
13494
|
"useSourcesOptional",
|
|
13401
13495
|
"useSourcesOptional():",
|
|
13402
13496
|
"useSourcesOptional();",
|
|
13497
|
+
"useSources]",
|
|
13403
13498
|
"useStepIndicator",
|
|
13404
13499
|
"useStepIndicator()",
|
|
13405
|
-
"useStepIndicator():",
|
|
13406
13500
|
"useStepIndicator();",
|
|
13407
13501
|
"useStepIndicator,",
|
|
13502
|
+
"useStepIndicator]",
|
|
13408
13503
|
"useStickToBottom",
|
|
13409
13504
|
"useStickToBottom,",
|
|
13410
13505
|
"useStickToBottom<HTMLDivElement>(",
|
|
13411
13506
|
"useStickToBottom<T",
|
|
13412
13507
|
"useStickToBottom}.",
|
|
13508
|
+
"useTabs();",
|
|
13509
|
+
"useTabs]",
|
|
13413
13510
|
"useToolCall",
|
|
13414
13511
|
"useToolCall()",
|
|
13415
|
-
"useToolCall():",
|
|
13416
13512
|
"useToolCall();",
|
|
13417
13513
|
"useToolCall,",
|
|
13514
|
+
"useToolCall]",
|
|
13418
13515
|
"useUpload",
|
|
13419
13516
|
"useUpload(",
|
|
13420
13517
|
"useUpload({",
|
|
@@ -13499,11 +13596,13 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
13499
13596
|
"value={conversations}>",
|
|
13500
13597
|
"value={ctx.search}",
|
|
13501
13598
|
"value={ctxValue}>",
|
|
13599
|
+
"value={ctx}>",
|
|
13502
13600
|
"value={editValue}",
|
|
13503
13601
|
"value={itemContext}>",
|
|
13504
13602
|
"value={model.label}",
|
|
13505
13603
|
"value={value}",
|
|
13506
13604
|
"value={value}>",
|
|
13605
|
+
"value={value}>{children}</Context.Provider>;",
|
|
13507
13606
|
"value={{",
|
|
13508
13607
|
"value?:",
|
|
13509
13608
|
"value]",
|
|
@@ -13566,7 +13665,6 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
13566
13665
|
"veryfront/agent/react/use-chat/use-chat.ts",
|
|
13567
13666
|
"veryfront/chat",
|
|
13568
13667
|
"veryfront/chat/uploads",
|
|
13569
|
-
"veryfront/errors/error-registry.ts",
|
|
13570
13668
|
"veryfront/platform/compat/runtime.ts",
|
|
13571
13669
|
"veryfront/react/primitives/index.ts",
|
|
13572
13670
|
"veryfront/security/client/html-sanitizer.ts",
|
|
@@ -13623,6 +13721,7 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
13623
13721
|
"void)",
|
|
13624
13722
|
"void)(...args);",
|
|
13625
13723
|
"void):",
|
|
13724
|
+
"void,",
|
|
13626
13725
|
"void;",
|
|
13627
13726
|
"vs",
|
|
13628
13727
|
"vw",
|
|
@@ -13725,6 +13824,7 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
13725
13824
|
"withFocus(onAttach);",
|
|
13726
13825
|
"within",
|
|
13727
13826
|
"without",
|
|
13827
|
+
"work",
|
|
13728
13828
|
"workaround",
|
|
13729
13829
|
"workaround.",
|
|
13730
13830
|
"workbench",
|
|
@@ -13791,7 +13891,6 @@ export const FRAMEWORK_CANDIDATES = [
|
|
|
13791
13891
|
"yields",
|
|
13792
13892
|
"yml:",
|
|
13793
13893
|
"you",
|
|
13794
|
-
"you're",
|
|
13795
13894
|
"your",
|
|
13796
13895
|
"yourself",
|
|
13797
13896
|
"yourself,",
|