veryfront 0.1.48 → 0.1.49
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/cli/app/components/inline-input.d.ts +1 -4
- package/esm/cli/app/components/inline-input.d.ts.map +1 -1
- package/esm/cli/app/components/inline-input.js +1 -1
- package/esm/cli/app/components/list-select.d.ts +0 -8
- package/esm/cli/app/components/list-select.d.ts.map +1 -1
- package/esm/cli/app/components/list-select.js +0 -13
- package/esm/cli/app/operations/project-creation.d.ts +2 -14
- package/esm/cli/app/operations/project-creation.d.ts.map +1 -1
- package/esm/cli/app/operations/project-creation.js +3 -68
- package/esm/cli/app/shell.js +1 -1
- package/esm/cli/app/utils.d.ts +1 -2
- package/esm/cli/app/utils.d.ts.map +1 -1
- package/esm/cli/app/utils.js +1 -17
- package/esm/cli/app/views/dashboard.d.ts +0 -4
- package/esm/cli/app/views/dashboard.d.ts.map +1 -1
- package/esm/cli/app/views/dashboard.js +0 -15
- package/esm/cli/app/views/startup.d.ts +0 -4
- package/esm/cli/app/views/startup.d.ts.map +1 -1
- package/esm/cli/app/views/startup.js +0 -7
- package/esm/cli/auth/login.d.ts.map +1 -1
- package/esm/cli/auth/login.js +1 -2
- package/esm/cli/auth/token-store.js +1 -1
- package/esm/cli/auth/utils.d.ts +2 -1
- package/esm/cli/auth/utils.d.ts.map +1 -1
- package/esm/cli/commands/generate/integration-generator.js +1 -1
- package/esm/cli/commands/install/types.d.ts +2 -2
- package/esm/cli/help/formatters.d.ts +1 -1
- package/esm/cli/help/formatters.d.ts.map +1 -1
- package/esm/cli/help/formatters.js +8 -4
- package/esm/cli/help/main-help.d.ts.map +1 -1
- package/esm/cli/help/main-help.js +2 -2
- package/esm/cli/mcp/server.d.ts +0 -1
- package/esm/cli/mcp/server.d.ts.map +1 -1
- package/esm/cli/mcp/server.js +2 -5
- package/esm/cli/mcp/tools/dev-tools.d.ts +1 -1
- package/esm/cli/mcp/tools/dev-tools.d.ts.map +1 -1
- package/esm/cli/mcp/tools/dev-tools.js +1 -2
- package/esm/cli/mcp/tools/scaffold-tools.d.ts +2 -2
- package/esm/cli/mcp/tools.d.ts +1 -2
- package/esm/cli/mcp/tools.d.ts.map +1 -1
- package/esm/cli/mcp/tools.js +1 -2
- package/esm/cli/shared/reserve-slug.d.ts.map +1 -1
- package/esm/cli/shared/reserve-slug.js +1 -3
- package/esm/cli/sync/ignore.d.ts +1 -1
- package/esm/cli/sync/ignore.d.ts.map +1 -1
- package/esm/cli/sync/ignore.js +22 -18
- package/esm/cli/ui/colors.d.ts +0 -1
- package/esm/cli/ui/colors.d.ts.map +1 -1
- package/esm/cli/ui/colors.js +0 -10
- package/esm/cli/ui/dot-matrix.d.ts.map +1 -1
- package/esm/cli/ui/dot-matrix.js +2 -5
- package/esm/cli/ui/tui.js +2 -3
- package/esm/cli/utils/index.js +1 -2
- package/esm/cli/utils/package-manager.d.ts.map +1 -1
- package/esm/cli/utils/package-manager.js +3 -4
- package/esm/deno.d.ts +3 -0
- package/esm/deno.js +22 -19
- package/esm/src/agent/chat-handler.d.ts.map +1 -1
- package/esm/src/agent/chat-handler.js +8 -23
- package/esm/src/agent/factory.d.ts +0 -8
- package/esm/src/agent/factory.d.ts.map +1 -1
- package/esm/src/agent/factory.js +50 -1
- package/esm/src/agent/index.d.ts +16 -1
- package/esm/src/agent/index.d.ts.map +1 -1
- package/esm/src/agent/index.js +16 -1
- package/esm/src/agent/memory/memory.d.ts +2 -2
- package/esm/src/agent/memory/memory.d.ts.map +1 -1
- package/esm/src/agent/memory/memory.js +0 -1
- package/esm/src/agent/react/use-chat/types.d.ts +2 -0
- package/esm/src/agent/react/use-chat/types.d.ts.map +1 -1
- package/esm/src/agent/react/use-chat/use-chat.d.ts.map +1 -1
- package/esm/src/agent/react/use-chat/use-chat.js +15 -9
- package/esm/src/agent/runtime/index.d.ts +18 -0
- package/esm/src/agent/runtime/index.d.ts.map +1 -1
- package/esm/src/agent/runtime/index.js +167 -36
- package/esm/src/agent/runtime/tool-helpers.d.ts +6 -1
- package/esm/src/agent/runtime/tool-helpers.d.ts.map +1 -1
- package/esm/src/agent/runtime/tool-helpers.js +10 -1
- package/esm/src/agent/schemas/agent.schema.d.ts +4 -4
- package/esm/src/agent/types.d.ts +10 -0
- package/esm/src/agent/types.d.ts.map +1 -1
- package/esm/src/ai/registry-manager.d.ts.map +1 -1
- package/esm/src/ai/registry-manager.js +2 -1
- package/esm/src/build/bundler/code-splitter/manifest-builder.d.ts +0 -2
- package/esm/src/build/bundler/code-splitter/manifest-builder.d.ts.map +1 -1
- package/esm/src/build/bundler/code-splitter/manifest-builder.js +1 -1
- package/esm/src/build/compiler/mdx-compiler/validator.d.ts.map +1 -1
- package/esm/src/build/compiler/mdx-compiler/validator.js +2 -3
- package/esm/src/build/compiler/mdx-to-js.d.ts +0 -2
- package/esm/src/build/compiler/mdx-to-js.d.ts.map +1 -1
- package/esm/src/build/compiler/mdx-to-js.js +0 -81
- package/esm/src/build/index.d.ts +0 -6
- package/esm/src/build/index.d.ts.map +1 -1
- package/esm/src/build/index.js +0 -1
- package/esm/src/build/production-build/build/route-collector.d.ts.map +1 -1
- package/esm/src/build/production-build/build/route-collector.js +2 -3
- package/esm/src/build/production-build/templates.d.ts +5 -9
- package/esm/src/build/production-build/templates.d.ts.map +1 -1
- package/esm/src/build/production-build/templates.js +6 -18
- package/esm/src/build/vendor-cache.d.ts.map +1 -1
- package/esm/src/build/vendor-cache.js +0 -5
- package/esm/src/cache/tokenizing-gateway.d.ts +0 -2
- package/esm/src/cache/tokenizing-gateway.d.ts.map +1 -1
- package/esm/src/cache/tokenizing-gateway.js +1 -3
- package/esm/src/chat/index.d.ts +2 -2
- package/esm/src/chat/index.d.ts.map +1 -1
- package/esm/src/chat/index.js +1 -1
- package/esm/src/config/define-config.d.ts.map +1 -1
- package/esm/src/config/define-config.js +28 -25
- package/esm/src/config/loader.d.ts.map +1 -1
- package/esm/src/config/loader.js +10 -7
- package/esm/src/config/schemas/config.schema.d.ts +58 -12
- package/esm/src/config/schemas/config.schema.d.ts.map +1 -1
- package/esm/src/config/schemas/config.schema.js +12 -0
- package/esm/src/data/data-fetcher.d.ts +1 -2
- package/esm/src/data/data-fetcher.d.ts.map +1 -1
- package/esm/src/data/data-fetcher.js +14 -15
- package/esm/src/data/server-data-fetcher.d.ts +0 -3
- package/esm/src/data/server-data-fetcher.d.ts.map +1 -1
- package/esm/src/data/server-data-fetcher.js +1 -8
- package/esm/src/data/static-data-fetcher.d.ts +1 -3
- package/esm/src/data/static-data-fetcher.d.ts.map +1 -1
- package/esm/src/data/static-data-fetcher.js +1 -3
- package/esm/src/discovery/discovery-engine.d.ts.map +1 -1
- package/esm/src/discovery/discovery-engine.js +19 -1
- package/esm/src/discovery/discovery-utils.d.ts +0 -4
- package/esm/src/discovery/discovery-utils.d.ts.map +1 -1
- package/esm/src/discovery/discovery-utils.js +0 -6
- package/esm/src/discovery/file-discovery.d.ts +3 -1
- package/esm/src/discovery/file-discovery.d.ts.map +1 -1
- package/esm/src/discovery/file-discovery.js +3 -8
- package/esm/src/discovery/handlers/index.d.ts +1 -0
- package/esm/src/discovery/handlers/index.d.ts.map +1 -1
- package/esm/src/discovery/handlers/index.js +1 -0
- package/esm/src/discovery/handlers/skill-handler.d.ts +26 -0
- package/esm/src/discovery/handlers/skill-handler.d.ts.map +1 -0
- package/esm/src/discovery/handlers/skill-handler.js +87 -0
- package/esm/src/discovery/handlers/task-handler.d.ts.map +1 -1
- package/esm/src/discovery/handlers/task-handler.js +1 -5
- package/esm/src/discovery/transpiler.d.ts.map +1 -1
- package/esm/src/discovery/transpiler.js +7 -4
- package/esm/src/discovery/types.d.ts +3 -0
- package/esm/src/discovery/types.d.ts.map +1 -1
- package/esm/src/embedding/resolve.d.ts.map +1 -1
- package/esm/src/embedding/resolve.js +1 -3
- package/esm/src/embedding/upload-handler.d.ts.map +1 -1
- package/esm/src/embedding/upload-handler.js +4 -3
- package/esm/src/embedding/upload-store.js +4 -4
- package/esm/src/errors/error-registry.d.ts +2 -1
- package/esm/src/errors/error-registry.d.ts.map +1 -1
- package/esm/src/errors/http-error.d.ts +1 -2
- package/esm/src/errors/http-error.d.ts.map +1 -1
- package/esm/src/errors/http-error.js +2 -2
- package/esm/src/errors/middleware/cli-error-boundary.d.ts.map +1 -1
- package/esm/src/errors/middleware/cli-error-boundary.js +13 -2
- package/esm/src/errors/middleware/wrap-unknown.d.ts +0 -7
- package/esm/src/errors/middleware/wrap-unknown.d.ts.map +1 -1
- package/esm/src/errors/middleware/wrap-unknown.js +0 -9
- package/esm/src/errors/veryfront-error.d.ts +0 -3
- package/esm/src/errors/veryfront-error.d.ts.map +1 -1
- package/esm/src/errors/veryfront-error.js +0 -5
- package/esm/src/html/schemas/html.schema.d.ts +2 -2
- package/esm/src/html/styles-builder/css-hash-cache.d.ts.map +1 -1
- package/esm/src/html/styles-builder/css-hash-cache.js +1 -2
- package/esm/src/html/styles-builder/plugin-loader.d.ts.map +1 -1
- package/esm/src/html/styles-builder/plugin-loader.js +50 -21
- package/esm/src/html/styles-builder/tailwind-compiler-cache.d.ts.map +1 -1
- package/esm/src/html/styles-builder/tailwind-compiler-cache.js +12 -4
- package/esm/src/html/utils.d.ts +0 -7
- package/esm/src/html/utils.d.ts.map +1 -1
- package/esm/src/html/utils.js +0 -25
- package/esm/src/modules/component-registry/registry.d.ts +0 -3
- package/esm/src/modules/component-registry/registry.d.ts.map +1 -1
- package/esm/src/modules/component-registry/registry.js +0 -3
- package/esm/src/oauth/handlers/callback-handler.d.ts +2 -0
- package/esm/src/oauth/handlers/callback-handler.d.ts.map +1 -1
- package/esm/src/oauth/handlers/callback-handler.js +10 -4
- package/esm/src/oauth/providers/common.d.ts.map +1 -1
- package/esm/src/oauth/providers/common.js +0 -23
- package/esm/src/observability/auto-instrument/react-instrumentation.js +2 -1
- package/esm/src/observability/instruments/instruments-factory.d.ts +1 -1
- package/esm/src/observability/instruments/instruments-factory.d.ts.map +1 -1
- package/esm/src/observability/instruments/instruments-factory.js +5 -4
- package/esm/src/observability/metrics/config.js +5 -4
- package/esm/src/observability/metrics/manager.js +1 -1
- package/esm/src/observability/tracing/span-operations.d.ts.map +1 -1
- package/esm/src/observability/tracing/span-operations.js +14 -8
- package/esm/src/platform/compat/console/node.d.ts +0 -1
- package/esm/src/platform/compat/console/node.d.ts.map +1 -1
- package/esm/src/platform/compat/console/node.js +4 -11
- package/esm/src/platform/compat/fs.d.ts.map +1 -1
- package/esm/src/platform/compat/fs.js +4 -2
- package/esm/src/platform/compat/opaque-deps.d.ts +4 -2
- package/esm/src/platform/compat/opaque-deps.d.ts.map +1 -1
- package/esm/src/platform/compat/opaque-deps.js +1 -1
- package/esm/src/platform/compat/path/basic-operations.d.ts.map +1 -1
- package/esm/src/platform/compat/path/basic-operations.js +8 -7
- package/esm/src/platform/compat/path/resolution.d.ts.map +1 -1
- package/esm/src/platform/compat/path/resolution.js +15 -10
- package/esm/src/platform/compat/path/url-conversion.d.ts.map +1 -1
- package/esm/src/platform/compat/path/url-conversion.js +3 -2
- package/esm/src/platform/compat/process.d.ts +2 -14
- package/esm/src/platform/compat/process.d.ts.map +1 -1
- package/esm/src/platform/compat/process.js +92 -70
- package/esm/src/provider/index.d.ts +1 -1
- package/esm/src/provider/index.d.ts.map +1 -1
- package/esm/src/provider/index.js +1 -1
- package/esm/src/provider/local/ai-sdk-adapter.d.ts.map +1 -1
- package/esm/src/provider/local/ai-sdk-adapter.js +18 -18
- package/esm/src/provider/local/env.d.ts.map +1 -1
- package/esm/src/provider/local/env.js +2 -1
- package/esm/src/provider/model-registry.d.ts +10 -0
- package/esm/src/provider/model-registry.d.ts.map +1 -1
- package/esm/src/provider/model-registry.js +43 -0
- package/esm/src/proxy/retry.d.ts +3 -3
- package/esm/src/proxy/retry.d.ts.map +1 -1
- package/esm/src/proxy/retry.js +0 -7
- package/esm/src/proxy/tracing.d.ts +1 -5
- package/esm/src/proxy/tracing.d.ts.map +1 -1
- package/esm/src/proxy/tracing.js +1 -7
- package/esm/src/react/components/ai/chat/components/code-block.js +1 -1
- package/esm/src/react/components/ai/chat/components/skill-badge.d.ts +12 -0
- package/esm/src/react/components/ai/chat/components/skill-badge.d.ts.map +1 -0
- package/esm/src/react/components/ai/chat/components/skill-badge.js +34 -0
- package/esm/src/react/components/ai/chat/components/step-indicator.js +4 -4
- package/esm/src/react/components/ai/chat/composition/chat-message-list.d.ts.map +1 -1
- package/esm/src/react/components/ai/chat/composition/chat-message-list.js +8 -2
- package/esm/src/react/components/ai/chat/composition/message.d.ts.map +1 -1
- package/esm/src/react/components/ai/chat/composition/message.js +8 -2
- package/esm/src/react/components/ai/chat/index.d.ts +4 -1
- package/esm/src/react/components/ai/chat/index.d.ts.map +1 -1
- package/esm/src/react/components/ai/chat/index.js +4 -3
- package/esm/src/react/components/ai/chat/utils/message-parts.d.ts +2 -0
- package/esm/src/react/components/ai/chat/utils/message-parts.d.ts.map +1 -1
- package/esm/src/react/components/ai/chat/utils/message-parts.js +9 -0
- package/esm/src/react/components/ai/chat-with-sidebar.d.ts +1 -0
- package/esm/src/react/components/ai/chat-with-sidebar.d.ts.map +1 -1
- package/esm/src/react/components/ai/chat-with-sidebar.js +1 -0
- package/esm/src/react/components/ai/chat.d.ts +1 -1
- package/esm/src/react/components/ai/chat.d.ts.map +1 -1
- package/esm/src/react/components/ai/chat.js +1 -1
- package/esm/src/rendering/cache/index.d.ts +1 -5
- package/esm/src/rendering/cache/index.d.ts.map +1 -1
- package/esm/src/rendering/cache/index.js +1 -5
- package/esm/src/rendering/orchestrator/pipeline.d.ts +11 -2
- package/esm/src/rendering/orchestrator/pipeline.d.ts.map +1 -1
- package/esm/src/rendering/shared/context-aware-cache.d.ts.map +1 -1
- package/esm/src/rendering/shared/context-aware-cache.js +0 -4
- package/esm/src/repositories/schemas/index.d.ts +1 -1
- package/esm/src/repositories/schemas/index.d.ts.map +1 -1
- package/esm/src/repositories/schemas/index.js +1 -1
- package/esm/src/repositories/schemas/repository.schema.d.ts +0 -11
- package/esm/src/repositories/schemas/repository.schema.d.ts.map +1 -1
- package/esm/src/repositories/schemas/repository.schema.js +0 -13
- package/esm/src/repositories/types.d.ts +1 -1
- package/esm/src/repositories/types.d.ts.map +1 -1
- package/esm/src/routing/api/module-loader/loader.d.ts.map +1 -1
- package/esm/src/routing/api/module-loader/loader.js +63 -7
- package/esm/src/routing/api/openapi/path-utils.d.ts +0 -19
- package/esm/src/routing/api/openapi/path-utils.d.ts.map +1 -1
- package/esm/src/routing/api/openapi/path-utils.js +0 -34
- package/esm/src/routing/api/openapi/spec-generator.d.ts.map +1 -1
- package/esm/src/routing/api/openapi/spec-generator.js +1 -19
- package/esm/src/routing/api/openapi/types.d.ts +1 -0
- package/esm/src/routing/api/openapi/types.d.ts.map +1 -1
- package/esm/src/routing/api/openapi/types.js +18 -0
- package/esm/src/sandbox/sandbox.d.ts +1 -0
- package/esm/src/sandbox/sandbox.d.ts.map +1 -1
- package/esm/src/sandbox/sandbox.js +7 -8
- package/esm/src/security/http/cors/constants.d.ts +0 -2
- package/esm/src/security/http/cors/constants.d.ts.map +1 -1
- package/esm/src/security/http/cors/constants.js +0 -2
- package/esm/src/security/http/response/index.d.ts +3 -4
- package/esm/src/security/http/response/index.d.ts.map +1 -1
- package/esm/src/security/http/response/index.js +2 -3
- package/esm/src/server/context/enriched-context.d.ts +0 -8
- package/esm/src/server/context/enriched-context.d.ts.map +1 -1
- package/esm/src/server/context/enriched-context.js +1 -12
- package/esm/src/server/dev-server/server.d.ts.map +1 -1
- package/esm/src/server/dev-server/server.js +11 -4
- package/esm/src/server/dev-ui/manifest.d.ts +20 -20
- package/esm/src/server/dev-ui/manifest.js +20 -20
- package/esm/src/server/handlers/dev/framework-candidates.generated.d.ts.map +1 -1
- package/esm/src/server/handlers/dev/framework-candidates.generated.js +426 -179
- package/esm/src/server/runtime-handler/index.d.ts.map +1 -1
- package/esm/src/server/runtime-handler/index.js +14 -24
- package/esm/src/server/shared/renderer/memory/pressure.d.ts +0 -7
- package/esm/src/server/shared/renderer/memory/pressure.d.ts.map +1 -1
- package/esm/src/server/shared/renderer/memory/pressure.js +1 -13
- package/esm/src/server/utils/domain-lookup.d.ts +0 -4
- package/esm/src/server/utils/domain-lookup.d.ts.map +1 -1
- package/esm/src/server/utils/domain-lookup.js +0 -3
- package/esm/src/skill/allowed-tools.d.ts +54 -0
- package/esm/src/skill/allowed-tools.d.ts.map +1 -0
- package/esm/src/skill/allowed-tools.js +87 -0
- package/esm/src/skill/executor.d.ts +28 -0
- package/esm/src/skill/executor.d.ts.map +1 -0
- package/esm/src/skill/executor.js +187 -0
- package/esm/src/skill/index.d.ts +19 -0
- package/esm/src/skill/index.d.ts.map +1 -0
- package/esm/src/skill/index.js +24 -0
- package/esm/src/skill/parser.d.ts +30 -0
- package/esm/src/skill/parser.d.ts.map +1 -0
- package/esm/src/skill/parser.js +162 -0
- package/esm/src/skill/path-safety.d.ts +22 -0
- package/esm/src/skill/path-safety.d.ts.map +1 -0
- package/esm/src/skill/path-safety.js +156 -0
- package/esm/src/skill/prompt-augmentation.d.ts +19 -0
- package/esm/src/skill/prompt-augmentation.d.ts.map +1 -0
- package/esm/src/skill/prompt-augmentation.js +36 -0
- package/esm/src/skill/registry.d.ts +25 -0
- package/esm/src/skill/registry.d.ts.map +1 -0
- package/esm/src/skill/registry.js +42 -0
- package/esm/src/skill/tools.d.ts +27 -0
- package/esm/src/skill/tools.d.ts.map +1 -0
- package/esm/src/skill/tools.js +149 -0
- package/esm/src/skill/types.d.ts +85 -0
- package/esm/src/skill/types.d.ts.map +1 -0
- package/esm/src/skill/types.js +27 -0
- package/esm/src/studio/bridge/bridge-bundle.generated.d.ts +1 -1
- package/esm/src/studio/bridge/bridge-bundle.generated.d.ts.map +1 -1
- package/esm/src/studio/bridge/bridge-bundle.generated.js +1 -1
- package/esm/src/studio/element-selector-injector.d.ts +0 -2
- package/esm/src/studio/element-selector-injector.d.ts.map +1 -1
- package/esm/src/task/runner.d.ts +6 -0
- package/esm/src/task/runner.d.ts.map +1 -1
- package/esm/src/task/runner.js +8 -8
- package/esm/src/tool/factory.js +31 -39
- package/esm/src/transforms/esm/http-cache-helpers.d.ts +0 -8
- package/esm/src/transforms/esm/http-cache-helpers.d.ts.map +1 -1
- package/esm/src/transforms/esm/http-cache-helpers.js +0 -20
- package/esm/src/transforms/esm/path-resolver.d.ts +0 -14
- package/esm/src/transforms/esm/path-resolver.d.ts.map +1 -1
- package/esm/src/transforms/esm/path-resolver.js +1 -92
- package/esm/src/transforms/esm/source-url-embed.d.ts +0 -14
- package/esm/src/transforms/esm/source-url-embed.d.ts.map +1 -1
- package/esm/src/transforms/esm/source-url-embed.js +0 -47
- package/esm/src/transforms/esm/transform-cache.d.ts.map +1 -1
- package/esm/src/transforms/esm/transform-cache.js +2 -6
- package/esm/src/transforms/mdx/index.d.ts +0 -1
- package/esm/src/transforms/mdx/index.d.ts.map +1 -1
- package/esm/src/transforms/mdx/index.js +0 -4
- package/esm/src/transforms/pipeline/context.d.ts +0 -1
- package/esm/src/transforms/pipeline/context.d.ts.map +1 -1
- package/esm/src/transforms/pipeline/context.js +0 -1
- package/esm/src/transforms/pipeline/index.d.ts +1 -2
- package/esm/src/transforms/pipeline/index.d.ts.map +1 -1
- package/esm/src/transforms/pipeline/index.js +0 -3
- package/esm/src/transforms/pipeline/stages/ssr-http-cache.d.ts.map +1 -1
- package/esm/src/transforms/pipeline/stages/ssr-http-cache.js +0 -1
- package/esm/src/types/entities/getEntityInfo.js +1 -1
- package/esm/src/types/index.d.ts +2 -13
- package/esm/src/types/index.d.ts.map +1 -1
- package/esm/src/types/server.d.ts +2 -1
- package/esm/src/types/server.d.ts.map +1 -1
- package/esm/src/utils/cache-file-ops.d.ts +1 -1
- package/esm/src/utils/cache-file-ops.d.ts.map +1 -1
- package/esm/src/utils/cache-file-ops.js +5 -6
- package/esm/src/utils/lru-wrapper.d.ts.map +1 -1
- package/esm/src/utils/lru-wrapper.js +2 -4
- package/esm/src/workflow/claude-code/event-publisher.d.ts +0 -4
- package/esm/src/workflow/claude-code/event-publisher.d.ts.map +1 -1
- package/esm/src/workflow/claude-code/event-publisher.js +2 -6
- package/esm/src/workflow/executor/workflow-executor.d.ts.map +1 -1
- package/esm/src/workflow/executor/workflow-executor.js +6 -1
- package/esm/src/workflow/react/use-workflow-list.d.ts.map +1 -1
- package/esm/src/workflow/react/use-workflow-list.js +2 -1
- package/esm/src/workflow/schemas/workflow.schema.d.ts +8 -8
- package/package.json +1 -2
- package/src/cli/app/components/inline-input.ts +0 -5
- package/src/cli/app/components/list-select.ts +0 -21
- package/src/cli/app/operations/project-creation.ts +4 -109
- package/src/cli/app/shell.ts +1 -1
- package/src/cli/app/utils.ts +0 -22
- package/src/cli/app/views/dashboard.ts +0 -17
- package/src/cli/app/views/startup.ts +0 -13
- package/src/cli/auth/login.ts +1 -2
- package/src/cli/auth/token-store.ts +1 -1
- package/src/cli/auth/utils.ts +2 -1
- package/src/cli/commands/generate/integration-generator.ts +1 -1
- package/src/cli/help/formatters.ts +11 -4
- package/src/cli/help/main-help.ts +2 -3
- package/src/cli/mcp/server.ts +2 -5
- package/src/cli/mcp/tools/dev-tools.ts +1 -2
- package/src/cli/mcp/tools.ts +8 -2
- package/src/cli/shared/reserve-slug.ts +1 -4
- package/src/cli/sync/ignore.ts +26 -21
- package/src/cli/ui/colors.ts +0 -12
- package/src/cli/ui/dot-matrix.ts +3 -6
- package/src/cli/ui/tui.ts +3 -3
- package/src/cli/utils/index.ts +1 -1
- package/src/cli/utils/package-manager.ts +3 -4
- package/src/deno.js +22 -19
- package/src/src/agent/chat-handler.ts +8 -23
- package/src/src/agent/factory.ts +58 -9
- package/src/src/agent/index.ts +16 -1
- package/src/src/agent/memory/memory.ts +0 -9
- package/src/src/agent/react/use-chat/types.ts +2 -0
- package/src/src/agent/react/use-chat/use-chat.ts +15 -9
- package/src/src/agent/runtime/index.ts +213 -35
- package/src/src/agent/runtime/tool-helpers.ts +9 -0
- package/src/src/agent/types.ts +10 -0
- package/src/src/ai/registry-manager.ts +2 -1
- package/src/src/build/bundler/code-splitter/manifest-builder.ts +1 -1
- package/src/src/build/compiler/mdx-compiler/validator.ts +3 -7
- package/src/src/build/compiler/mdx-to-js.ts +0 -101
- package/src/src/build/index.ts +0 -8
- package/src/src/build/production-build/build/route-collector.ts +2 -4
- package/src/src/build/production-build/templates.ts +9 -18
- package/src/src/build/vendor-cache.ts +0 -6
- package/src/src/cache/tokenizing-gateway.ts +1 -9
- package/src/src/chat/index.ts +3 -0
- package/src/src/config/define-config.ts +30 -29
- package/src/src/config/loader.ts +10 -9
- package/src/src/config/schemas/config.schema.ts +12 -0
- package/src/src/data/data-fetcher.ts +15 -21
- package/src/src/data/server-data-fetcher.ts +1 -8
- package/src/src/data/static-data-fetcher.ts +1 -6
- package/src/src/discovery/discovery-engine.ts +27 -0
- package/src/src/discovery/discovery-utils.ts +0 -7
- package/src/src/discovery/file-discovery.ts +3 -9
- package/src/src/discovery/handlers/index.ts +1 -0
- package/src/src/discovery/handlers/skill-handler.ts +123 -0
- package/src/src/discovery/handlers/task-handler.ts +1 -5
- package/src/src/discovery/transpiler.ts +7 -4
- package/src/src/discovery/types.ts +3 -0
- package/src/src/embedding/resolve.ts +1 -3
- package/src/src/embedding/upload-handler.ts +7 -3
- package/src/src/embedding/upload-store.ts +4 -4
- package/src/src/errors/error-registry.ts +2 -2
- package/src/src/errors/http-error.ts +7 -3
- package/src/src/errors/middleware/cli-error-boundary.ts +28 -2
- package/src/src/errors/middleware/wrap-unknown.ts +0 -10
- package/src/src/errors/veryfront-error.ts +0 -9
- package/src/src/html/styles-builder/css-hash-cache.ts +5 -2
- package/src/src/html/styles-builder/plugin-loader.ts +58 -21
- package/src/src/html/styles-builder/tailwind-compiler-cache.ts +11 -4
- package/src/src/html/utils.ts +0 -33
- package/src/src/modules/component-registry/registry.ts +0 -3
- package/src/src/modules/server/websocket-handler.ts +1 -1
- package/src/src/oauth/handlers/callback-handler.ts +17 -5
- package/src/src/oauth/providers/base.ts +3 -3
- package/src/src/oauth/providers/common.ts +0 -23
- package/src/src/observability/auto-instrument/react-instrumentation.ts +2 -2
- package/src/src/observability/instruments/instruments-factory.ts +6 -6
- package/src/src/observability/metrics/config.ts +5 -5
- package/src/src/observability/metrics/manager.ts +1 -1
- package/src/src/observability/tracing/span-operations.ts +14 -9
- package/src/src/platform/compat/console/node.ts +4 -14
- package/src/src/platform/compat/fs.ts +14 -3
- package/src/src/platform/compat/opaque-deps.ts +10 -5
- package/src/src/platform/compat/path/basic-operations.ts +9 -7
- package/src/src/platform/compat/path/resolution.ts +15 -8
- package/src/src/platform/compat/path/url-conversion.ts +10 -6
- package/src/src/platform/compat/process.ts +133 -76
- package/src/src/provider/index.ts +1 -0
- package/src/src/provider/local/ai-sdk-adapter.ts +40 -37
- package/src/src/provider/local/env.ts +4 -1
- package/src/src/provider/model-registry.ts +47 -0
- package/src/src/proxy/retry.ts +0 -9
- package/src/src/proxy/tracing.ts +1 -9
- package/src/src/react/components/ai/chat/components/code-block.tsx +1 -1
- package/src/src/react/components/ai/chat/components/skill-badge.tsx +51 -0
- package/src/src/react/components/ai/chat/components/step-indicator.tsx +4 -4
- package/src/src/react/components/ai/chat/composition/chat-message-list.tsx +9 -2
- package/src/src/react/components/ai/chat/composition/message.tsx +9 -2
- package/src/src/react/components/ai/chat/index.tsx +6 -1
- package/src/src/react/components/ai/chat/utils/message-parts.ts +11 -0
- package/src/src/react/components/ai/chat-with-sidebar.tsx +2 -0
- package/src/src/react/components/ai/chat.tsx +3 -0
- package/src/src/rendering/cache/index.ts +12 -5
- package/src/src/rendering/orchestrator/pipeline.ts +12 -2
- package/src/src/rendering/renderer.ts +1 -1
- package/src/src/rendering/shared/context-aware-cache.ts +0 -5
- package/src/src/repositories/schemas/index.ts +0 -2
- package/src/src/repositories/schemas/repository.schema.ts +0 -15
- package/src/src/repositories/types.ts +1 -6
- package/src/src/routing/api/module-loader/loader.ts +88 -3
- package/src/src/routing/api/openapi/path-utils.ts +0 -39
- package/src/src/routing/api/openapi/spec-generator.ts +1 -20
- package/src/src/routing/api/openapi/types.ts +20 -0
- package/src/src/sandbox/sandbox.ts +8 -8
- package/src/src/security/http/cors/constants.ts +0 -4
- package/src/src/security/http/response/index.ts +3 -9
- package/src/src/server/context/enriched-context.ts +1 -19
- package/src/src/server/dev-server/server.ts +11 -4
- package/src/src/server/dev-ui/manifest.js +20 -20
- package/src/src/server/handlers/dev/framework-candidates.generated.ts +426 -179
- package/src/src/server/runtime-handler/index.ts +17 -28
- package/src/src/server/shared/renderer/memory/pressure.ts +2 -15
- package/src/src/server/utils/domain-lookup.ts +0 -4
- package/src/src/skill/allowed-tools.ts +107 -0
- package/src/src/skill/executor.ts +215 -0
- package/src/src/skill/index.ts +60 -0
- package/src/src/skill/parser.ts +214 -0
- package/src/src/skill/path-safety.ts +203 -0
- package/src/src/skill/prompt-augmentation.ts +48 -0
- package/src/src/skill/registry.ts +51 -0
- package/src/src/skill/tools.ts +197 -0
- package/src/src/skill/types.ts +107 -0
- package/src/src/studio/bridge/bridge-bundle.generated.ts +1 -1
- package/src/src/studio/element-selector-injector.ts +0 -2
- package/src/src/task/runner.ts +10 -8
- package/src/src/tool/factory.ts +54 -54
- package/src/src/transforms/esm/http-cache-helpers.ts +0 -20
- package/src/src/transforms/esm/path-resolver.ts +1 -140
- package/src/src/transforms/esm/source-url-embed.ts +0 -53
- package/src/src/transforms/esm/transform-cache.ts +3 -7
- package/src/src/transforms/mdx/index.ts +0 -5
- package/src/src/transforms/pipeline/context.ts +0 -2
- package/src/src/transforms/pipeline/index.ts +0 -4
- package/src/src/transforms/pipeline/stages/ssr-http-cache.ts +0 -1
- package/src/src/types/entities/getEntityInfo.ts +1 -1
- package/src/src/types/index.ts +1 -20
- package/src/src/types/server.ts +1 -1
- package/src/src/utils/cache-file-ops.ts +5 -5
- package/src/src/utils/lru-wrapper.ts +2 -8
- package/src/src/workflow/claude-code/event-publisher.ts +13 -4
- package/src/src/workflow/executor/workflow-executor.ts +7 -2
- package/src/src/workflow/react/use-workflow-list.ts +3 -2
- package/esm/src/transforms/mdx/parser.d.ts +0 -4
- package/esm/src/transforms/mdx/parser.d.ts.map +0 -1
- package/esm/src/transforms/mdx/parser.js +0 -49
- package/src/src/transforms/mdx/parser.ts +0 -65
|
@@ -11,6 +11,7 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
11
11
|
"!Array.isArray(output)",
|
|
12
12
|
"!Array.isArray(value);",
|
|
13
13
|
"!ReactMarkdown)",
|
|
14
|
+
"!actions",
|
|
14
15
|
"!branch",
|
|
15
16
|
"!context)",
|
|
16
17
|
"!currentActiveId",
|
|
@@ -27,14 +28,17 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
27
28
|
"!hideTabSwitcher",
|
|
28
29
|
"!isActive",
|
|
29
30
|
"!isBrowserEnvironment())",
|
|
31
|
+
"!isComplete",
|
|
30
32
|
"!isDocsTab",
|
|
31
33
|
"!isEditing",
|
|
34
|
+
"!isError",
|
|
32
35
|
"!isExpanded",
|
|
33
36
|
"!isFinal",
|
|
34
37
|
"!isLoaded",
|
|
35
38
|
"!isLoading;",
|
|
36
39
|
"!isOpen",
|
|
37
40
|
"!isOpen)",
|
|
41
|
+
"!isTabControlled)",
|
|
38
42
|
"!isToolPart(part))",
|
|
39
43
|
"!mermaid)",
|
|
40
44
|
"!multiline)",
|
|
@@ -49,8 +53,8 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
49
53
|
"!open)",
|
|
50
54
|
"!open);",
|
|
51
55
|
"!p-0",
|
|
52
|
-
"!prev);",
|
|
53
56
|
"!prev)}",
|
|
57
|
+
"!prev;",
|
|
54
58
|
"!result",
|
|
55
59
|
"!setInput)",
|
|
56
60
|
"!showSidebar)",
|
|
@@ -124,23 +128,23 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
124
128
|
"0",
|
|
125
129
|
"0%",
|
|
126
130
|
"0)",
|
|
127
|
-
"0),",
|
|
128
131
|
"0);",
|
|
129
132
|
"0,",
|
|
130
|
-
"0-.
|
|
131
|
-
"0-.407-.667zm2.
|
|
132
|
-
"0-.
|
|
133
|
-
"0-.
|
|
134
|
-
"0-.
|
|
133
|
+
"0-.3927.6813zm1.0976-2.3654l2.602-1.4998",
|
|
134
|
+
"0-.407-.667zm2.0107-3.0231l-.142-.0852-4.7735-2.7818a.7759.7759",
|
|
135
|
+
"0-.5157-4.9108",
|
|
136
|
+
"0-.7475-7.0729zm-9.022",
|
|
137
|
+
"0-.7854",
|
|
135
138
|
"0-1.79",
|
|
136
139
|
"0-2",
|
|
137
140
|
"0-2-.9-2-2V4c0-1.1.9-2",
|
|
138
141
|
"0-2.526",
|
|
139
142
|
"0-3",
|
|
140
143
|
"0-3-3Z",
|
|
141
|
-
"0-3.
|
|
144
|
+
"0-3.9977",
|
|
145
|
+
"0-4.68-.93a12.3",
|
|
142
146
|
"0-5.997.125",
|
|
143
|
-
"0-6.
|
|
147
|
+
"0-6.5098-2.9A6.0651",
|
|
144
148
|
"0.0017",
|
|
145
149
|
"0.0046",
|
|
146
150
|
"0.005",
|
|
@@ -160,18 +164,20 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
160
164
|
"0.7",
|
|
161
165
|
"0.75rem",
|
|
162
166
|
"0118",
|
|
163
|
-
"
|
|
164
|
-
"038.052v5.
|
|
167
|
+
"0284-.0615l4.8303-2.7866a4.4992",
|
|
168
|
+
"038.052v5.5826a4.504",
|
|
165
169
|
"071",
|
|
166
170
|
"0;",
|
|
171
|
+
"0L0",
|
|
167
172
|
"0L9.409",
|
|
168
173
|
"0V4a2",
|
|
169
174
|
"0V5a3",
|
|
170
|
-
"0l-4.
|
|
175
|
+
"0l-4.8303-2.7865A4.504",
|
|
171
176
|
"0l3.77-3.77a6",
|
|
172
|
-
"0l4.
|
|
173
|
-
"0l5.
|
|
177
|
+
"0l4.8303",
|
|
178
|
+
"0l5.8428-3.3685v2.3324a.0804.0804",
|
|
174
179
|
"0ms",
|
|
180
|
+
"0q0",
|
|
175
181
|
"0v-2",
|
|
176
182
|
"0z",
|
|
177
183
|
"1",
|
|
@@ -179,12 +185,12 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
179
185
|
"1).toLowerCase()",
|
|
180
186
|
"1);",
|
|
181
187
|
"1,",
|
|
182
|
-
"1-.
|
|
183
|
-
"1-.038-.
|
|
188
|
+
"1-.0332.0615L9.74",
|
|
189
|
+
"1-.038-.0567V6.0742a4.4992",
|
|
184
190
|
"1-.071",
|
|
185
|
-
"1-.
|
|
191
|
+
"1-.5346-3.0137l.142.0852",
|
|
186
192
|
"1-.556",
|
|
187
|
-
"1-.
|
|
193
|
+
"1-.6765",
|
|
188
194
|
"1-1.275",
|
|
189
195
|
"1-1.275-1.275L12",
|
|
190
196
|
"1-1.92-2.56l2.33-8A2",
|
|
@@ -195,37 +201,41 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
195
201
|
"1-2-2V8a2",
|
|
196
202
|
"1-2-2v-4",
|
|
197
203
|
"1-2-2v-8a2",
|
|
204
|
+
"1-2.58-3.81Q12",
|
|
198
205
|
"1-2.83-2.83l8.49-8.48",
|
|
199
|
-
"1-2.
|
|
206
|
+
"1-2.8764-1.0408l.1419-.0804",
|
|
200
207
|
"1-3",
|
|
201
208
|
"1-3-3.88Z",
|
|
202
209
|
"1-3-3l6.91-6.91a6",
|
|
203
210
|
"1-3-4",
|
|
204
|
-
"1-
|
|
211
|
+
"1-3.81",
|
|
212
|
+
"1-3.81-2.58",
|
|
213
|
+
"1-4.4945",
|
|
205
214
|
"1-5.93-9.14",
|
|
206
|
-
"1-6.
|
|
215
|
+
"1-6.1408-1.6464zM2.3408",
|
|
207
216
|
"1-6.74-2.74L3",
|
|
208
217
|
"1-7.94",
|
|
209
218
|
"1-8.49-8.49l8.57-8.57A4",
|
|
210
219
|
"1-9",
|
|
211
220
|
"1.11L12",
|
|
212
|
-
"1.
|
|
213
|
-
"1.
|
|
221
|
+
"1.1685a.0757.0757",
|
|
222
|
+
"1.1686a.071.071",
|
|
214
223
|
"1.275",
|
|
215
224
|
"1.275-1.275L21",
|
|
216
225
|
"1.275L12",
|
|
217
226
|
"1.275L3",
|
|
218
227
|
"1.4",
|
|
228
|
+
"1.4997-2.6067-1.4997Z",
|
|
229
|
+
"1.4998v2.9994l-2.5974",
|
|
219
230
|
"1.4l1.6",
|
|
220
231
|
"1.5",
|
|
221
|
-
"1.5-2.607-1.5z",
|
|
222
|
-
"1.5v2.999l-2.597",
|
|
223
232
|
"1.6a1",
|
|
224
233
|
"1.79-1.11L12",
|
|
225
234
|
"1.912a2",
|
|
226
235
|
"1.92",
|
|
227
236
|
"10",
|
|
228
237
|
"10)}.md",
|
|
238
|
+
"10.2232",
|
|
229
239
|
"10.5a4",
|
|
230
240
|
"10.896a4",
|
|
231
241
|
"100%",
|
|
@@ -249,14 +259,18 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
249
259
|
"11.08V12a10",
|
|
250
260
|
"11.21",
|
|
251
261
|
"12",
|
|
262
|
+
"12.3",
|
|
263
|
+
"12.6081a4.4755",
|
|
252
264
|
"12.79A9",
|
|
253
265
|
"12.79z",
|
|
266
|
+
"12.863l-2.02-1.1638a.0804.0804",
|
|
254
267
|
"12a9",
|
|
255
268
|
"12l-5.813-1.912a2",
|
|
256
|
-
"12l19.2-4.5L13.5",
|
|
257
269
|
"12l5.813",
|
|
270
|
+
"12q-2.49",
|
|
271
|
+
"12q2.49",
|
|
258
272
|
"13",
|
|
259
|
-
"13.
|
|
273
|
+
"13.2599",
|
|
260
274
|
"13a4.5",
|
|
261
275
|
"13v6a2",
|
|
262
276
|
"14",
|
|
@@ -267,6 +281,7 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
267
281
|
"14H4.17a2",
|
|
268
282
|
"14V2",
|
|
269
283
|
"15",
|
|
284
|
+
"15.1192",
|
|
270
285
|
"150",
|
|
271
286
|
"150);",
|
|
272
287
|
"150)}",
|
|
@@ -275,6 +290,7 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
275
290
|
"15v4a2",
|
|
276
291
|
"16",
|
|
277
292
|
"16,",
|
|
293
|
+
"16.918H24Zm-10.6082",
|
|
278
294
|
"160,",
|
|
279
295
|
"16H3v5",
|
|
280
296
|
"16c-1.1",
|
|
@@ -284,18 +300,19 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
284
300
|
"17v4",
|
|
285
301
|
"18",
|
|
286
302
|
"18.12",
|
|
287
|
-
"18.304a4.47",
|
|
288
303
|
"18.36",
|
|
289
304
|
"18Z",
|
|
290
305
|
"18a4",
|
|
291
306
|
"19",
|
|
307
|
+
"19.32Q12",
|
|
292
308
|
"19.78",
|
|
293
|
-
"19.
|
|
309
|
+
"19.9502a4.4992",
|
|
294
310
|
"19V5",
|
|
295
311
|
"19h4",
|
|
296
312
|
"1;",
|
|
297
313
|
"1</span>')",
|
|
298
314
|
"1</span>');",
|
|
315
|
+
"1]?.role",
|
|
299
316
|
"1}",
|
|
300
317
|
"1}</span>",
|
|
301
318
|
"1}]",
|
|
@@ -311,31 +328,39 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
311
328
|
"2-2h4a2",
|
|
312
329
|
"2-2h6",
|
|
313
330
|
"2.12",
|
|
314
|
-
"2.
|
|
315
|
-
"2.
|
|
316
|
-
"2.
|
|
331
|
+
"2.19-2.55",
|
|
332
|
+
"2.19.93",
|
|
333
|
+
"2.2914",
|
|
334
|
+
"2.2914-5.9456",
|
|
335
|
+
"2.3408",
|
|
336
|
+
"2.3655-1.9728V11.6a.7664.7664",
|
|
337
|
+
"2.49",
|
|
338
|
+
"2.49-.96",
|
|
317
339
|
"2.5",
|
|
318
340
|
"2.526",
|
|
341
|
+
"2.55t2.55",
|
|
319
342
|
"2.56l-2.33",
|
|
320
|
-
"2.
|
|
343
|
+
"2.58-3.81t3.81-2.55Q21.51",
|
|
344
|
+
"2.58Q2.49",
|
|
345
|
+
"2.6069",
|
|
321
346
|
"2.74L21",
|
|
322
|
-
"2.
|
|
323
|
-
"2.
|
|
347
|
+
"2.7582a.7712.7712",
|
|
348
|
+
"2.7913a4.4944",
|
|
324
349
|
"2.83",
|
|
325
350
|
"2.9",
|
|
326
|
-
"2.
|
|
351
|
+
"2.9001A5.9847",
|
|
327
352
|
"20",
|
|
328
353
|
"20%",
|
|
354
|
+
"20.459h3.7442l1.3693-3.5527h7.0052l1.3693",
|
|
329
355
|
"20.5",
|
|
330
356
|
"200",
|
|
331
357
|
"200)",
|
|
332
358
|
"200)}",
|
|
333
359
|
"2000);",
|
|
334
360
|
"21",
|
|
335
|
-
"21.
|
|
361
|
+
"21.51",
|
|
336
362
|
"21l1.912-5.813a2",
|
|
337
363
|
"22",
|
|
338
|
-
"22.43a4.476",
|
|
339
364
|
"220",
|
|
340
365
|
"220)",
|
|
341
366
|
"22H4a2",
|
|
@@ -343,8 +368,10 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
343
368
|
"22l1.5-5.5Z",
|
|
344
369
|
"23",
|
|
345
370
|
"24",
|
|
371
|
+
"24)",
|
|
346
372
|
"240",
|
|
347
|
-
"24a6.
|
|
373
|
+
"24a6.0557",
|
|
374
|
+
"24q0-2.49.93-4.68.96-2.19",
|
|
348
375
|
"25%",
|
|
349
376
|
"27)",
|
|
350
377
|
"2H20a2",
|
|
@@ -364,20 +391,25 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
364
391
|
"3);",
|
|
365
392
|
"3-1.912",
|
|
366
393
|
"3.13",
|
|
367
|
-
"3.
|
|
394
|
+
"3.3543-2.0201",
|
|
395
|
+
"3.5409Zm-.3712",
|
|
396
|
+
"3.541h-3.6718l6.696",
|
|
397
|
+
"3.5528h3.7442L10.5363",
|
|
368
398
|
"3.76z",
|
|
369
|
-
"3.
|
|
399
|
+
"3.81",
|
|
400
|
+
"3.81a12.3",
|
|
401
|
+
"3.8558L13.1038",
|
|
370
402
|
"3.88Z",
|
|
371
403
|
"3.9%",
|
|
372
|
-
"3.
|
|
373
|
-
"30)
|
|
404
|
+
"3.9977-2.9001",
|
|
405
|
+
"30);",
|
|
374
406
|
"30.6%",
|
|
375
407
|
"300);",
|
|
376
408
|
"300,",
|
|
377
409
|
"300ms",
|
|
378
410
|
"328),",
|
|
379
|
-
"
|
|
380
|
-
"
|
|
411
|
+
"3879.6765l5.8144",
|
|
412
|
+
"3927-.6813v-6.7369l2.02",
|
|
381
413
|
"399-1.375",
|
|
382
414
|
"3Z",
|
|
383
415
|
"3a2.85",
|
|
@@ -385,21 +417,23 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
385
417
|
"3v5h-5",
|
|
386
418
|
"3v7a3",
|
|
387
419
|
"4",
|
|
388
|
-
"4.
|
|
389
|
-
"4.18a5.998",
|
|
420
|
+
"4.1818a5.9847",
|
|
390
421
|
"4.22",
|
|
391
|
-
"4.
|
|
392
|
-
"4.
|
|
422
|
+
"4.4708",
|
|
423
|
+
"4.4755",
|
|
393
424
|
"4.485",
|
|
394
|
-
"4.
|
|
395
|
-
"4.
|
|
425
|
+
"4.4944",
|
|
426
|
+
"4.4944zm-9.6607-4.1254a4.4708",
|
|
427
|
+
"4.4992",
|
|
396
428
|
"4.5",
|
|
397
429
|
"4.504",
|
|
398
|
-
"4.
|
|
399
|
-
"4.
|
|
430
|
+
"4.66zM8.3065",
|
|
431
|
+
"4.68-.93",
|
|
432
|
+
"4.68.96",
|
|
433
|
+
"4.7783-2.7582a.7948.7948",
|
|
400
434
|
"4.783",
|
|
401
|
-
"4.
|
|
402
|
-
"4.
|
|
435
|
+
"4.9107",
|
|
436
|
+
"4.9807",
|
|
403
437
|
"45.1%",
|
|
404
438
|
"4;",
|
|
405
439
|
"4L7.5",
|
|
@@ -409,18 +443,18 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
409
443
|
"4l8",
|
|
410
444
|
"5",
|
|
411
445
|
"5.125A3",
|
|
412
|
-
"5.
|
|
446
|
+
"5.459a.7948.7948",
|
|
413
447
|
"5.64",
|
|
414
448
|
"5.77",
|
|
415
|
-
"5.
|
|
449
|
+
"5.7718-4.2058",
|
|
416
450
|
"5.813a2",
|
|
417
451
|
"5.88",
|
|
452
|
+
"5.9456Z",
|
|
418
453
|
"5.98",
|
|
419
|
-
"5.
|
|
420
|
-
"5.
|
|
454
|
+
"5.9847",
|
|
455
|
+
"5.9894",
|
|
421
456
|
"5.997.125",
|
|
422
|
-
"
|
|
423
|
-
"51",
|
|
457
|
+
"511",
|
|
424
458
|
"556",
|
|
425
459
|
"585-.396",
|
|
426
460
|
"585.396",
|
|
@@ -428,18 +462,17 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
428
462
|
"5h4",
|
|
429
463
|
"6",
|
|
430
464
|
"6,",
|
|
431
|
-
"6.
|
|
432
|
-
"6.048",
|
|
465
|
+
"6.0462",
|
|
433
466
|
"6.051",
|
|
434
|
-
"6.
|
|
435
|
-
"6.
|
|
467
|
+
"6.0557",
|
|
468
|
+
"6.0651",
|
|
436
469
|
"6.3a1",
|
|
437
470
|
"6.401",
|
|
438
471
|
"6.5",
|
|
439
|
-
"6.
|
|
472
|
+
"6.5146",
|
|
440
473
|
"6.588A4",
|
|
441
474
|
"6.5a3",
|
|
442
|
-
"6.
|
|
475
|
+
"6.6802",
|
|
443
476
|
"6.74",
|
|
444
477
|
"6.91a2.12",
|
|
445
478
|
"60.2%",
|
|
@@ -448,19 +481,20 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
448
481
|
"6v14a2",
|
|
449
482
|
"7",
|
|
450
483
|
"7-7",
|
|
451
|
-
"7.
|
|
452
|
-
"7.2a.
|
|
453
|
-
"7.
|
|
454
|
-
"7.872zm16.
|
|
455
|
-
"7.
|
|
484
|
+
"7.0966",
|
|
485
|
+
"7.2a.0757.0757",
|
|
486
|
+
"7.3757-3.4537l-.142.0805L8.704",
|
|
487
|
+
"7.872zm16.5963",
|
|
488
|
+
"7.8956a4.485",
|
|
456
489
|
"7.94-7.94l-3.76",
|
|
457
490
|
"7.94l-6.91",
|
|
458
|
-
"
|
|
459
|
-
"
|
|
491
|
+
"7427",
|
|
492
|
+
"7806",
|
|
460
493
|
"8",
|
|
461
494
|
"8)}",
|
|
462
495
|
"8,",
|
|
463
|
-
"8.
|
|
496
|
+
"8.1042v-5.6772a.79.79",
|
|
497
|
+
"8.364",
|
|
464
498
|
"8.57a2",
|
|
465
499
|
"8.84l-8.59",
|
|
466
500
|
"82%",
|
|
@@ -477,15 +511,14 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
477
511
|
"9)}",
|
|
478
512
|
"9-9",
|
|
479
513
|
"9.19a6",
|
|
480
|
-
"9.
|
|
514
|
+
"9.2297V6.8974a.0662.0662",
|
|
481
515
|
"9.75",
|
|
482
|
-
"9.
|
|
516
|
+
"9.8211a5.9847",
|
|
483
517
|
"95.11)",
|
|
484
518
|
"96.1%",
|
|
485
519
|
"98%",
|
|
486
520
|
"98.88)",
|
|
487
521
|
"9999,",
|
|
488
|
-
"9l3-6.6z",
|
|
489
522
|
"@example",
|
|
490
523
|
"@import",
|
|
491
524
|
"@internal",
|
|
@@ -543,6 +576,9 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
543
576
|
"An",
|
|
544
577
|
"Animated",
|
|
545
578
|
"Answer",
|
|
579
|
+
"Anthropic",
|
|
580
|
+
"AnthropicLogo",
|
|
581
|
+
"AnthropicLogo({",
|
|
546
582
|
"Apply",
|
|
547
583
|
"Approval",
|
|
548
584
|
"Array.from(grouped.entries()).map(([label,",
|
|
@@ -685,7 +721,10 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
685
721
|
"ChatMessageListProps",
|
|
686
722
|
"ChatMessageListProps,",
|
|
687
723
|
"ChatMessageListProps>(",
|
|
724
|
+
"ChatMessageSetter",
|
|
725
|
+
"ChatMessageSetter;",
|
|
688
726
|
"ChatProps",
|
|
727
|
+
"ChatProps,",
|
|
689
728
|
"ChatProps>(function",
|
|
690
729
|
"ChatProps[",
|
|
691
730
|
"ChatRoot",
|
|
@@ -721,9 +760,41 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
721
760
|
"ChatWithSidebar,",
|
|
722
761
|
"ChatWithSidebar.",
|
|
723
762
|
"ChatWithSidebar.displayName",
|
|
763
|
+
"ChatWithSidebarAttachmentConfig",
|
|
764
|
+
"ChatWithSidebarAttachmentConfig,",
|
|
765
|
+
"ChatWithSidebarAttachmentConfig;",
|
|
766
|
+
"ChatWithSidebarChatController",
|
|
767
|
+
"ChatWithSidebarChatController,",
|
|
768
|
+
"ChatWithSidebarChatController;",
|
|
769
|
+
"ChatWithSidebarFeatureConfig",
|
|
770
|
+
"ChatWithSidebarFeatureConfig,",
|
|
771
|
+
"ChatWithSidebarFeatureConfig;",
|
|
772
|
+
"ChatWithSidebarGroupedProps",
|
|
773
|
+
"ChatWithSidebarGroupedProps,",
|
|
774
|
+
"ChatWithSidebarGroupedProps;",
|
|
775
|
+
"ChatWithSidebarMessageConfig",
|
|
776
|
+
"ChatWithSidebarMessageConfig,",
|
|
777
|
+
"ChatWithSidebarMessageConfig;",
|
|
778
|
+
"ChatWithSidebarModelConfig",
|
|
779
|
+
"ChatWithSidebarModelConfig,",
|
|
780
|
+
"ChatWithSidebarModelConfig;",
|
|
781
|
+
"ChatWithSidebarPassthroughProps",
|
|
724
782
|
"ChatWithSidebarProps",
|
|
725
783
|
"ChatWithSidebarProps,",
|
|
726
784
|
"ChatWithSidebarProps>(",
|
|
785
|
+
"ChatWithSidebarQuickActionsConfig",
|
|
786
|
+
"ChatWithSidebarQuickActionsConfig,",
|
|
787
|
+
"ChatWithSidebarQuickActionsConfig;",
|
|
788
|
+
"ChatWithSidebarSidebarBaseConfig",
|
|
789
|
+
"ChatWithSidebarSidebarConfig",
|
|
790
|
+
"ChatWithSidebarSidebarConfig,",
|
|
791
|
+
"ChatWithSidebarSidebarConfig;",
|
|
792
|
+
"ChatWithSidebarTabsConfig",
|
|
793
|
+
"ChatWithSidebarTabsConfig,",
|
|
794
|
+
"ChatWithSidebarTabsConfig;",
|
|
795
|
+
"ChatWithSidebarVoiceConfig",
|
|
796
|
+
"ChatWithSidebarVoiceConfig,",
|
|
797
|
+
"ChatWithSidebarVoiceConfig;",
|
|
727
798
|
"Check",
|
|
728
799
|
"CheckCircleIcon",
|
|
729
800
|
"CheckCircleIcon({",
|
|
@@ -750,9 +821,7 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
750
821
|
"CodeBlockProps)",
|
|
751
822
|
"CodeBlockProps,",
|
|
752
823
|
"CodeBlockProps>(",
|
|
753
|
-
"CodeBracketsIcon",
|
|
754
824
|
"CodeBracketsIcon({",
|
|
755
|
-
"CodeBracketsIcon,",
|
|
756
825
|
"Color",
|
|
757
826
|
"ColorMode",
|
|
758
827
|
"ColorMode)",
|
|
@@ -798,7 +867,6 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
798
867
|
"Content:",
|
|
799
868
|
"Context",
|
|
800
869
|
"Contexts",
|
|
801
|
-
"Controlled",
|
|
802
870
|
"Conversation",
|
|
803
871
|
"ConversationEmptyState",
|
|
804
872
|
"ConversationEmptyState({",
|
|
@@ -821,6 +889,7 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
821
889
|
"Create",
|
|
822
890
|
"Currently",
|
|
823
891
|
"Custom",
|
|
892
|
+
"CvaReturn",
|
|
824
893
|
"DISMISS_KEY",
|
|
825
894
|
"Dark",
|
|
826
895
|
"Dark-mode",
|
|
@@ -853,6 +922,7 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
853
922
|
"Dropdown",
|
|
854
923
|
"DynamicToolUIPart",
|
|
855
924
|
"DynamicToolUIPart)",
|
|
925
|
+
"DynamicToolUIPart):",
|
|
856
926
|
"DynamicToolUIPart,",
|
|
857
927
|
"DynamicToolUIPart;",
|
|
858
928
|
"ESM_MERMAID",
|
|
@@ -915,15 +985,18 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
915
985
|
"FileTextIcon({",
|
|
916
986
|
"FileTextIcon,",
|
|
917
987
|
"Files",
|
|
918
|
-
"Find",
|
|
919
988
|
"Focus",
|
|
920
989
|
"For",
|
|
921
990
|
"Format",
|
|
922
991
|
"Framer",
|
|
923
992
|
"Function(",
|
|
924
993
|
"GPT-4o",
|
|
994
|
+
"Gemini",
|
|
995
|
+
"GeminiLogo",
|
|
996
|
+
"GeminiLogo({",
|
|
925
997
|
"Generates",
|
|
926
998
|
"Get",
|
|
999
|
+
"Google",
|
|
927
1000
|
"Group",
|
|
928
1001
|
"HTML",
|
|
929
1002
|
"HTMLButtonElement,",
|
|
@@ -972,7 +1045,6 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
972
1045
|
"InputBox.displayName",
|
|
973
1046
|
"InputBoxProps",
|
|
974
1047
|
"InputBoxProps,",
|
|
975
|
-
"Insights",
|
|
976
1048
|
"Internal",
|
|
977
1049
|
"JSON",
|
|
978
1050
|
"JSON.parse(raw)",
|
|
@@ -999,12 +1071,13 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
999
1071
|
"LoadingIndicatorProps,",
|
|
1000
1072
|
"Local",
|
|
1001
1073
|
"Looks",
|
|
1074
|
+
"M11.04",
|
|
1002
1075
|
"M12",
|
|
1003
1076
|
"M14",
|
|
1004
1077
|
"M14.7",
|
|
1005
1078
|
"M15",
|
|
1006
|
-
"M16.5",
|
|
1007
1079
|
"M17",
|
|
1080
|
+
"M17.3041",
|
|
1008
1081
|
"M17.599",
|
|
1009
1082
|
"M18",
|
|
1010
1083
|
"M19",
|
|
@@ -1012,7 +1085,7 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
1012
1085
|
"M19.967",
|
|
1013
1086
|
"M21",
|
|
1014
1087
|
"M22",
|
|
1015
|
-
"M22.
|
|
1088
|
+
"M22.2819",
|
|
1016
1089
|
"M3",
|
|
1017
1090
|
"M3.477",
|
|
1018
1091
|
"M4",
|
|
@@ -1178,6 +1251,7 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
1178
1251
|
"Next",
|
|
1179
1252
|
"No",
|
|
1180
1253
|
"Node;",
|
|
1254
|
+
"NonNullable<ChatProps[",
|
|
1181
1255
|
"Not",
|
|
1182
1256
|
"Note:",
|
|
1183
1257
|
"OKLch",
|
|
@@ -1187,10 +1261,14 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
1187
1261
|
"Object.entries(tokens)",
|
|
1188
1262
|
"Object.entries(tokens).map(([k,",
|
|
1189
1263
|
"Object.keys(firstItem);",
|
|
1264
|
+
"Official",
|
|
1190
1265
|
"Older",
|
|
1191
1266
|
"Omit<",
|
|
1192
1267
|
"Omit<React.HTMLAttributes<HTMLDivElement>,",
|
|
1193
1268
|
"Open",
|
|
1269
|
+
"OpenAI",
|
|
1270
|
+
"OpenAILogo",
|
|
1271
|
+
"OpenAILogo({",
|
|
1194
1272
|
"Opens",
|
|
1195
1273
|
"Optional",
|
|
1196
1274
|
"PANEL_LEFT_ICON_ELEMENTS);",
|
|
@@ -1201,6 +1279,8 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
1201
1279
|
"PENCIL_ICON_ELEMENTS:",
|
|
1202
1280
|
"PLUS_ICON_ELEMENTS);",
|
|
1203
1281
|
"PLUS_ICON_ELEMENTS:",
|
|
1282
|
+
"PROVIDER_STYLES",
|
|
1283
|
+
"PROVIDER_STYLES[provider],",
|
|
1204
1284
|
"Page()",
|
|
1205
1285
|
"PanelLeftIcon",
|
|
1206
1286
|
"PanelLeftIcon({",
|
|
@@ -1241,12 +1321,10 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
1241
1321
|
"Provider",
|
|
1242
1322
|
"Provider-specific",
|
|
1243
1323
|
"Provides",
|
|
1244
|
-
"Question",
|
|
1245
1324
|
"Quick",
|
|
1246
1325
|
"QuickAction",
|
|
1247
1326
|
"QuickAction)",
|
|
1248
1327
|
"QuickAction,",
|
|
1249
|
-
"QuickAction[]",
|
|
1250
1328
|
"QuickAction[];",
|
|
1251
1329
|
"QuickActions",
|
|
1252
1330
|
"QuickActions({",
|
|
@@ -1280,7 +1358,6 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
1280
1358
|
"React.ReactNode",
|
|
1281
1359
|
"React.ReactNode);",
|
|
1282
1360
|
"React.ReactNode;",
|
|
1283
|
-
"React.ReactNode>",
|
|
1284
1361
|
"React.RefObject<HTMLTextAreaElement>)",
|
|
1285
1362
|
"React.TextareaHTMLAttributes<HTMLTextAreaElement>)}",
|
|
1286
1363
|
"React.createContext<ChatContextValue",
|
|
@@ -1300,6 +1377,7 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
1300
1377
|
"React.useCallback((err:",
|
|
1301
1378
|
"React.useCallback((id:",
|
|
1302
1379
|
"React.useCallback((newMode:",
|
|
1380
|
+
"React.useCallback((tab:",
|
|
1303
1381
|
"React.useCallback(async",
|
|
1304
1382
|
"React.useContext(ChatContext);",
|
|
1305
1383
|
"React.useContext(ColorModeContext);",
|
|
@@ -1313,10 +1391,10 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
1313
1391
|
"React.useMemo<ChatContextValue>(",
|
|
1314
1392
|
"React.useMemo<MessageContextValue>(",
|
|
1315
1393
|
"React.useRef(0);",
|
|
1316
|
-
"React.useRef(
|
|
1394
|
+
"React.useRef(activeThreadId);",
|
|
1317
1395
|
"React.useRef(false);",
|
|
1318
1396
|
"React.useRef(messages);",
|
|
1319
|
-
"React.useRef(
|
|
1397
|
+
"React.useRef(threads);",
|
|
1320
1398
|
"React.useRef<HTMLButtonElement>(null);",
|
|
1321
1399
|
"React.useRef<HTMLDivElement>(null!);",
|
|
1322
1400
|
"React.useRef<HTMLDivElement>(null);",
|
|
@@ -1342,8 +1420,10 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
1342
1420
|
"ReactMarkdown",
|
|
1343
1421
|
"ReactMarkdown:",
|
|
1344
1422
|
"ReactMarkdown>",
|
|
1423
|
+
"Reading${ref",
|
|
1345
1424
|
"ReadonlyArray<IconElementSpec>",
|
|
1346
1425
|
"ReadonlyArray<IconElementSpec>,",
|
|
1426
|
+
"ReadonlySet<string>",
|
|
1347
1427
|
"ReasoningCard",
|
|
1348
1428
|
"ReasoningCard({",
|
|
1349
1429
|
"ReasoningCard,",
|
|
@@ -1351,6 +1431,7 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
1351
1431
|
"ReasoningCardProps",
|
|
1352
1432
|
"ReasoningCardProps>(",
|
|
1353
1433
|
"Record<string,",
|
|
1434
|
+
"Reference:",
|
|
1354
1435
|
"RefreshCwIcon",
|
|
1355
1436
|
"RefreshCwIcon({",
|
|
1356
1437
|
"Relevance",
|
|
@@ -1366,6 +1447,7 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
1366
1447
|
"Result:",
|
|
1367
1448
|
"Retry",
|
|
1368
1449
|
"Return",
|
|
1450
|
+
"ReturnType<typeof",
|
|
1369
1451
|
"Returns",
|
|
1370
1452
|
"RichCodeBlock",
|
|
1371
1453
|
"RichCodeBlock({",
|
|
@@ -1375,9 +1457,12 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
1375
1457
|
"Root-level",
|
|
1376
1458
|
"Root:",
|
|
1377
1459
|
"Running",
|
|
1460
|
+
"Running${script",
|
|
1378
1461
|
"SECURITY:",
|
|
1379
1462
|
"SEND_ICON_ELEMENTS);",
|
|
1380
1463
|
"SEND_ICON_ELEMENTS:",
|
|
1464
|
+
"SKILL_TOOL_NAMES.has(tool.toolName);",
|
|
1465
|
+
"SKILL_TOOL_NAMES:",
|
|
1381
1466
|
"SPARKLES_ICON_ELEMENTS);",
|
|
1382
1467
|
"SPARKLES_ICON_ELEMENTS:",
|
|
1383
1468
|
"SSR",
|
|
@@ -1389,12 +1474,13 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
1389
1474
|
"STORAGE_KEY,",
|
|
1390
1475
|
"Save",
|
|
1391
1476
|
"Score",
|
|
1477
|
+
"Script:",
|
|
1392
1478
|
"Scroll",
|
|
1393
1479
|
"Select",
|
|
1394
1480
|
"Semantic",
|
|
1395
1481
|
"Send",
|
|
1396
1482
|
"SendIcon({",
|
|
1397
|
-
"Set",
|
|
1483
|
+
"Set([",
|
|
1398
1484
|
"Shimmer",
|
|
1399
1485
|
"Shimmer({",
|
|
1400
1486
|
"Shimmer,",
|
|
@@ -1402,6 +1488,14 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
1402
1488
|
"Short",
|
|
1403
1489
|
"Show",
|
|
1404
1490
|
"Simple",
|
|
1491
|
+
"Skill",
|
|
1492
|
+
"Skill:",
|
|
1493
|
+
"SkillBadge",
|
|
1494
|
+
"SkillBadge({",
|
|
1495
|
+
"SkillBadge,",
|
|
1496
|
+
"SkillBadgeProps",
|
|
1497
|
+
"SkillBadgeProps):",
|
|
1498
|
+
"SkillBadgeProps,",
|
|
1405
1499
|
"Skip",
|
|
1406
1500
|
"Snippet",
|
|
1407
1501
|
"Sort",
|
|
@@ -1426,6 +1520,7 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
1426
1520
|
"SourcesProps>(",
|
|
1427
1521
|
"SparklesIcon",
|
|
1428
1522
|
"SparklesIcon({",
|
|
1523
|
+
"SparklesIcon,",
|
|
1429
1524
|
"StandaloneMessage,",
|
|
1430
1525
|
"State",
|
|
1431
1526
|
"Step",
|
|
@@ -1496,6 +1591,8 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
1496
1591
|
"TRASH_ICON_ELEMENTS);",
|
|
1497
1592
|
"TRASH_ICON_ELEMENTS:",
|
|
1498
1593
|
"Tab",
|
|
1594
|
+
"TabChangeHandler",
|
|
1595
|
+
"TabChangeHandler;",
|
|
1499
1596
|
"TabSwitcher",
|
|
1500
1597
|
"TabSwitcher({",
|
|
1501
1598
|
"TabSwitcher,",
|
|
@@ -1504,8 +1601,8 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
1504
1601
|
"TabSwitcherProps,",
|
|
1505
1602
|
"Tabs",
|
|
1506
1603
|
"Tailwind",
|
|
1507
|
-
"TargetIcon",
|
|
1508
1604
|
"TargetIcon({",
|
|
1605
|
+
"The",
|
|
1509
1606
|
"Theme",
|
|
1510
1607
|
"These",
|
|
1511
1608
|
"Thinking...",
|
|
@@ -1668,6 +1765,8 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
1668
1765
|
"Yesterday",
|
|
1669
1766
|
"[",
|
|
1670
1767
|
"[${i",
|
|
1768
|
+
"[&_.hljs]:bg-transparent",
|
|
1769
|
+
"[&_.hljs]:p-0",
|
|
1671
1770
|
"[&_svg]:shrink-0",
|
|
1672
1771
|
"[&_svg]:size-4",
|
|
1673
1772
|
"[&_svg]:size-5",
|
|
@@ -1677,13 +1776,13 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
1677
1776
|
"[],",
|
|
1678
1777
|
"[];",
|
|
1679
1778
|
"[]}",
|
|
1680
|
-
"[activeTab,",
|
|
1681
1779
|
"[activeThreadId,",
|
|
1682
1780
|
"[cardStyle,",
|
|
1683
1781
|
"[code]);",
|
|
1684
1782
|
"[content,",
|
|
1685
1783
|
"[content]);",
|
|
1686
1784
|
"[copied,",
|
|
1785
|
+
"[createThread,",
|
|
1687
1786
|
"[data-index=",
|
|
1688
1787
|
"[data-theme=",
|
|
1689
1788
|
"[data-vf-chat]",
|
|
@@ -1712,12 +1811,14 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
1712
1811
|
"[isExpanded,",
|
|
1713
1812
|
"[isLoaded,",
|
|
1714
1813
|
"[isOpen,",
|
|
1814
|
+
"[isSidebarControlled,",
|
|
1715
1815
|
"[isStreaming,",
|
|
1816
|
+
"[isTabControlled,",
|
|
1716
1817
|
"[key,",
|
|
1717
1818
|
"[message.parts]);",
|
|
1718
1819
|
"[messageCount]);",
|
|
1719
1820
|
"[message]);",
|
|
1720
|
-
"[messages
|
|
1821
|
+
"[messages,",
|
|
1721
1822
|
"[mode,",
|
|
1722
1823
|
"[mode]);",
|
|
1723
1824
|
"[model]);",
|
|
@@ -1734,8 +1835,7 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
1734
1835
|
"[remarkGfm]",
|
|
1735
1836
|
"[resolvedMode,",
|
|
1736
1837
|
"[rmModule,",
|
|
1737
|
-
"[
|
|
1738
|
-
"[setMessages],",
|
|
1838
|
+
"[selectThread,",
|
|
1739
1839
|
"[showCard,",
|
|
1740
1840
|
"[showPreview,",
|
|
1741
1841
|
"[storageKey,",
|
|
@@ -1758,7 +1858,7 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
1758
1858
|
"a.href",
|
|
1759
1859
|
"a.updatedAt);",
|
|
1760
1860
|
"a>",
|
|
1761
|
-
"
|
|
1861
|
+
"above",
|
|
1762
1862
|
"absolute",
|
|
1763
1863
|
"accept",
|
|
1764
1864
|
"accept,",
|
|
@@ -1769,18 +1869,23 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
1769
1869
|
"action.",
|
|
1770
1870
|
"action.label}",
|
|
1771
1871
|
"action:",
|
|
1772
|
-
"actions",
|
|
1872
|
+
"actions,",
|
|
1873
|
+
"actions.length",
|
|
1773
1874
|
"actions.map((action)",
|
|
1774
1875
|
"actions={quickActions}",
|
|
1775
1876
|
"actions?:",
|
|
1776
1877
|
"active",
|
|
1878
|
+
"active:",
|
|
1777
1879
|
"active:scale-95",
|
|
1778
1880
|
"active:scale-[0.98]",
|
|
1779
|
-
"
|
|
1780
|
-
"activeId;",
|
|
1881
|
+
"active?:",
|
|
1781
1882
|
"activeIdRef",
|
|
1782
1883
|
"activeIdRef.current",
|
|
1783
1884
|
"activeIdRef.current;",
|
|
1885
|
+
"activeModel",
|
|
1886
|
+
"activeModel,",
|
|
1887
|
+
"activeModel:",
|
|
1888
|
+
"activeModel?:",
|
|
1784
1889
|
"activeTab",
|
|
1785
1890
|
"activeTab,",
|
|
1786
1891
|
"activeTab:",
|
|
@@ -1792,12 +1897,16 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
1792
1897
|
"activeThread:",
|
|
1793
1898
|
"activeThread?.title",
|
|
1794
1899
|
"activeThreadId)",
|
|
1900
|
+
"activeThreadId),",
|
|
1795
1901
|
"activeThreadId,",
|
|
1796
1902
|
"activeThreadId:",
|
|
1797
|
-
"activeThreadId
|
|
1903
|
+
"activeThreadId;",
|
|
1904
|
+
"activeThreadId={activeThreadId}",
|
|
1798
1905
|
"activeThreadId],",
|
|
1799
1906
|
"activeThreadId}",
|
|
1907
|
+
"actual",
|
|
1800
1908
|
"affects",
|
|
1909
|
+
"after",
|
|
1801
1910
|
"agent",
|
|
1802
1911
|
"agent-card.tsx",
|
|
1803
1912
|
"agent-primitives.tsx",
|
|
@@ -1806,6 +1915,7 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
1806
1915
|
"ai/react/components/chat",
|
|
1807
1916
|
"ai/react/components/chat-style-provider",
|
|
1808
1917
|
"ai/react/components/chat-tokens",
|
|
1918
|
+
"ai/react/components/chat/components/skill-badge",
|
|
1809
1919
|
"ai/react/components/chat/components/tool-ui",
|
|
1810
1920
|
"ai/react/components/chat/composition/api",
|
|
1811
1921
|
"ai/react/components/chat/composition/chat-composer",
|
|
@@ -1841,6 +1951,7 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
1841
1951
|
"animationDelay:",
|
|
1842
1952
|
"animations.tsx",
|
|
1843
1953
|
"anthropic",
|
|
1954
|
+
"anthropic:",
|
|
1844
1955
|
"any",
|
|
1845
1956
|
"any)",
|
|
1846
1957
|
"anything",
|
|
@@ -1872,7 +1983,6 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
1872
1983
|
"array",
|
|
1873
1984
|
"arrays",
|
|
1874
1985
|
"as",
|
|
1875
|
-
"ask-question",
|
|
1876
1986
|
"asking",
|
|
1877
1987
|
"assertEquals((first",
|
|
1878
1988
|
"assertEquals(first.type,",
|
|
@@ -1893,7 +2003,9 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
1893
2003
|
"assistant?:",
|
|
1894
2004
|
"async",
|
|
1895
2005
|
"at",
|
|
2006
|
+
"attachAccept",
|
|
1896
2007
|
"attachAccept,",
|
|
2008
|
+
"attachAccept:",
|
|
1897
2009
|
"attachAccept={attachAccept}",
|
|
1898
2010
|
"attachAccept?:",
|
|
1899
2011
|
"attachment",
|
|
@@ -1913,6 +2025,13 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
1913
2025
|
"attachments.map((file)",
|
|
1914
2026
|
"attachments:",
|
|
1915
2027
|
"attachments={attachments}",
|
|
2028
|
+
"attachments?.accept,",
|
|
2029
|
+
"attachments?.items,",
|
|
2030
|
+
"attachments?.onAttach,",
|
|
2031
|
+
"attachments?.onDrop,",
|
|
2032
|
+
"attachments?.onRemoveItem,",
|
|
2033
|
+
"attachments?.onRemoveUpload,",
|
|
2034
|
+
"attachments?.uploads,",
|
|
1916
2035
|
"attachments?:",
|
|
1917
2036
|
"attacks",
|
|
1918
2037
|
"attribute",
|
|
@@ -1920,6 +2039,7 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
1920
2039
|
"attribute]);",
|
|
1921
2040
|
"attributes",
|
|
1922
2041
|
"auto",
|
|
2042
|
+
"auto-upgrade",
|
|
1923
2043
|
"automatically",
|
|
1924
2044
|
"available",
|
|
1925
2045
|
"avatar",
|
|
@@ -1934,13 +2054,14 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
1934
2054
|
"badge?:",
|
|
1935
2055
|
"bar",
|
|
1936
2056
|
"bars,",
|
|
2057
|
+
"base",
|
|
2058
|
+
"batches",
|
|
1937
2059
|
"be",
|
|
1938
2060
|
"because",
|
|
1939
2061
|
"before",
|
|
1940
2062
|
"behavior:",
|
|
1941
|
-
"below",
|
|
1942
2063
|
"beneath",
|
|
1943
|
-
"bg-[#
|
|
2064
|
+
"bg-[#181818]",
|
|
1944
2065
|
"bg-[var(--accent)]",
|
|
1945
2066
|
"bg-[var(--background)]",
|
|
1946
2067
|
"bg-[var(--background)]/80",
|
|
@@ -1951,10 +2072,10 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
1951
2072
|
"bg-[var(--destructive)]/10",
|
|
1952
2073
|
"bg-[var(--destructive)]/5",
|
|
1953
2074
|
"bg-[var(--foreground)]",
|
|
1954
|
-
"bg-[var(--
|
|
2075
|
+
"bg-[var(--foreground)]/[0.05]",
|
|
2076
|
+
"bg-[var(--foreground)]/[0.07]",
|
|
1955
2077
|
"bg-[var(--muted-foreground)]",
|
|
1956
2078
|
"bg-[var(--primary)]",
|
|
1957
|
-
"bg-[var(--sidebar-background)]",
|
|
1958
2079
|
"bg-[var(--tab-active-background)]",
|
|
1959
2080
|
"bg-[var(--tab-background)]",
|
|
1960
2081
|
"bg-amber-500",
|
|
@@ -1966,7 +2087,6 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
1966
2087
|
"bg-emerald-100",
|
|
1967
2088
|
"bg-emerald-500",
|
|
1968
2089
|
"bg-emerald-500/10",
|
|
1969
|
-
"bg-gradient-to-br",
|
|
1970
2090
|
"bg-gray-100",
|
|
1971
2091
|
"bg-green-100",
|
|
1972
2092
|
"bg-green-500",
|
|
@@ -1980,7 +2100,6 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
1980
2100
|
"bg-red-500/10",
|
|
1981
2101
|
"bg-transparent",
|
|
1982
2102
|
"bg-violet-100",
|
|
1983
|
-
"bg-violet-500",
|
|
1984
2103
|
"blank",
|
|
1985
2104
|
"blob",
|
|
1986
2105
|
"block",
|
|
@@ -2027,10 +2146,12 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
2027
2146
|
"branches.current)}",
|
|
2028
2147
|
"branches.total",
|
|
2029
2148
|
"branching,",
|
|
2149
|
+
"brand",
|
|
2030
2150
|
"break;",
|
|
2031
2151
|
"browser",
|
|
2032
2152
|
"browserStatus",
|
|
2033
2153
|
"browserStatus,",
|
|
2154
|
+
"browserStatus:",
|
|
2034
2155
|
"browserStatus={browserStatus}",
|
|
2035
2156
|
"browserStatus?:",
|
|
2036
2157
|
"browsers",
|
|
@@ -2071,6 +2192,7 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
2071
2192
|
"change",
|
|
2072
2193
|
"changes",
|
|
2073
2194
|
"chat",
|
|
2195
|
+
"chat,",
|
|
2074
2196
|
"chat-${new",
|
|
2075
2197
|
"chat-composer.tsx",
|
|
2076
2198
|
"chat-container.tsx",
|
|
@@ -2082,24 +2204,45 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
2082
2204
|
"chat-style-provider.tsx",
|
|
2083
2205
|
"chat-tokens.ts",
|
|
2084
2206
|
"chat-with-sidebar.tsx",
|
|
2207
|
+
"chat.activeModel,",
|
|
2208
|
+
"chat.browserStatus,",
|
|
2209
|
+
"chat.editMessage,",
|
|
2210
|
+
"chat.error,",
|
|
2211
|
+
"chat.getBranches,",
|
|
2212
|
+
"chat.inferenceMode,",
|
|
2213
|
+
"chat.input,",
|
|
2214
|
+
"chat.isLoading,",
|
|
2215
|
+
"chat.messages;",
|
|
2216
|
+
"chat.model;",
|
|
2217
|
+
"chat.onChange,",
|
|
2218
|
+
"chat.onModelChange;",
|
|
2219
|
+
"chat.onSubmit,",
|
|
2220
|
+
"chat.reload,",
|
|
2221
|
+
"chat.setInput,",
|
|
2222
|
+
"chat.setInput;",
|
|
2223
|
+
"chat.setMessages;",
|
|
2224
|
+
"chat.stop,",
|
|
2225
|
+
"chat.stop;",
|
|
2226
|
+
"chat.switchBranch,",
|
|
2085
2227
|
"chat.tsx",
|
|
2086
2228
|
"chat/components/code-block.tsx",
|
|
2087
2229
|
"chat/components/sidebar.tsx",
|
|
2088
2230
|
"chat/components/tab-switcher.tsx",
|
|
2089
2231
|
"chat/hooks/use-threads.ts",
|
|
2090
2232
|
"chat/index.tsx",
|
|
2233
|
+
"chat:",
|
|
2091
2234
|
"chat?.editMessage;",
|
|
2092
2235
|
"chat?.getBranches;",
|
|
2093
2236
|
"chat?.onFeedback;",
|
|
2094
2237
|
"chat?.onSourceClick;",
|
|
2095
2238
|
"chat?.showSources",
|
|
2096
2239
|
"chat?.switchBranch;",
|
|
2097
|
-
"chatButtonVariants",
|
|
2098
2240
|
"chatButtonVariants,",
|
|
2099
|
-
"
|
|
2241
|
+
"chatButtonVariants:",
|
|
2100
2242
|
"chatContainerVariants,",
|
|
2101
|
-
"
|
|
2243
|
+
"chatContainerVariants:",
|
|
2102
2244
|
"chatProps.showTabs",
|
|
2245
|
+
"chatProps:",
|
|
2103
2246
|
"chatProps}",
|
|
2104
2247
|
"chatTokens",
|
|
2105
2248
|
"chatTokens,",
|
|
@@ -2125,6 +2268,7 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
2125
2268
|
"className=",
|
|
2126
2269
|
"className={",
|
|
2127
2270
|
"className={ACTION_BUTTON}",
|
|
2271
|
+
"className={base}>",
|
|
2128
2272
|
"className={className}",
|
|
2129
2273
|
"className={className}>{children}</FallbackMarkdown>;",
|
|
2130
2274
|
"className={cn(",
|
|
@@ -2135,6 +2279,7 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
2135
2279
|
"className={cn(theme.status,",
|
|
2136
2280
|
"className={cn(theme?.loading)}",
|
|
2137
2281
|
"className={cn(theme?.message?.assistant,",
|
|
2282
|
+
"className={isSkill",
|
|
2138
2283
|
"className={language",
|
|
2139
2284
|
"className={messageTheme}>",
|
|
2140
2285
|
"className={theme.message?.assistant}>",
|
|
@@ -2178,7 +2323,6 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
2178
2323
|
"codeChildren,",
|
|
2179
2324
|
"codeClassName,",
|
|
2180
2325
|
"code}",
|
|
2181
|
-
"code}</code>",
|
|
2182
2326
|
"code}</pre>",
|
|
2183
2327
|
"color",
|
|
2184
2328
|
"color-mode.tsx",
|
|
@@ -2187,6 +2331,8 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
2187
2331
|
"combine",
|
|
2188
2332
|
"commitRename():",
|
|
2189
2333
|
"commitRename();",
|
|
2334
|
+
"compact",
|
|
2335
|
+
"complete",
|
|
2190
2336
|
"completed",
|
|
2191
2337
|
"component",
|
|
2192
2338
|
"component,",
|
|
@@ -2207,6 +2353,7 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
2207
2353
|
"components/quick-actions.tsx",
|
|
2208
2354
|
"components/reasoning.tsx",
|
|
2209
2355
|
"components/sidebar.tsx",
|
|
2356
|
+
"components/skill-badge.tsx",
|
|
2210
2357
|
"components/sources.tsx",
|
|
2211
2358
|
"components/step-indicator.tsx",
|
|
2212
2359
|
"components/tab-switcher.tsx",
|
|
@@ -2273,13 +2420,10 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
2273
2420
|
"continue;",
|
|
2274
2421
|
"control",
|
|
2275
2422
|
"controlledOpen",
|
|
2276
|
-
"controlledOpen,",
|
|
2277
2423
|
"controlledTab",
|
|
2278
2424
|
"controlledTab,",
|
|
2279
2425
|
"controlledTabChange",
|
|
2280
2426
|
"controlledTabChange,",
|
|
2281
|
-
"controlledToggle!",
|
|
2282
|
-
"controlledToggle,",
|
|
2283
2427
|
"controls,",
|
|
2284
2428
|
"conversation",
|
|
2285
2429
|
"conversation.",
|
|
@@ -2291,6 +2435,7 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
2291
2435
|
"createEmptyThread():",
|
|
2292
2436
|
"createEmptyThread();",
|
|
2293
2437
|
"createThread",
|
|
2438
|
+
"createThread();",
|
|
2294
2439
|
"createThread,",
|
|
2295
2440
|
"createThread:",
|
|
2296
2441
|
"createdAt:",
|
|
@@ -2317,6 +2462,7 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
2317
2462
|
"cva",
|
|
2318
2463
|
"cva(",
|
|
2319
2464
|
"cva,",
|
|
2465
|
+
"cva>;",
|
|
2320
2466
|
"cx:",
|
|
2321
2467
|
"cx=",
|
|
2322
2468
|
"cy:",
|
|
@@ -2379,13 +2525,10 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
2379
2525
|
"default",
|
|
2380
2526
|
"default)",
|
|
2381
2527
|
"default:",
|
|
2382
|
-
"defaultActions,",
|
|
2383
|
-
"defaultActions:",
|
|
2384
2528
|
"defaultAgentTheme,",
|
|
2385
2529
|
"defaultAgentTheme:",
|
|
2386
2530
|
"defaultChatTheme,",
|
|
2387
2531
|
"defaultChatTheme:",
|
|
2388
|
-
"defaultIconMap:",
|
|
2389
2532
|
"defaultMode",
|
|
2390
2533
|
"defaultMode;",
|
|
2391
2534
|
"defaultMode=",
|
|
@@ -2403,6 +2546,7 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
2403
2546
|
"defaults.",
|
|
2404
2547
|
"defines",
|
|
2405
2548
|
"deleteThread",
|
|
2549
|
+
"deleteThread(id);",
|
|
2406
2550
|
"deleteThread,",
|
|
2407
2551
|
"deleteThread:",
|
|
2408
2552
|
"deleted",
|
|
@@ -2439,6 +2583,7 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
2439
2583
|
"disabled?:",
|
|
2440
2584
|
"dismissed)",
|
|
2441
2585
|
"display",
|
|
2586
|
+
"display)",
|
|
2442
2587
|
"display=swap');",
|
|
2443
2588
|
"displayLabel",
|
|
2444
2589
|
"displayLabel}",
|
|
@@ -2460,9 +2605,7 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
2460
2605
|
"document.documentElement;",
|
|
2461
2606
|
"document.execCommand(",
|
|
2462
2607
|
"document.removeEventListener(",
|
|
2463
|
-
"document:",
|
|
2464
2608
|
"documents",
|
|
2465
|
-
"documents.",
|
|
2466
2609
|
"docx:",
|
|
2467
2610
|
"don't",
|
|
2468
2611
|
"done",
|
|
@@ -2477,7 +2620,6 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
2477
2620
|
"downloadMarkdown(messages:",
|
|
2478
2621
|
"downloadMarkdown,",
|
|
2479
2622
|
"downloading-model",
|
|
2480
|
-
"downward",
|
|
2481
2623
|
"drag",
|
|
2482
2624
|
"dragCounter",
|
|
2483
2625
|
"dragCounter.current",
|
|
@@ -2531,6 +2673,7 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
2531
2673
|
"editMessage",
|
|
2532
2674
|
"editMessage(message.id,",
|
|
2533
2675
|
"editMessage,",
|
|
2676
|
+
"editMessage:",
|
|
2534
2677
|
"editMessage={editMessage}",
|
|
2535
2678
|
"editMessage?.(msg.id,",
|
|
2536
2679
|
"editMessage?:",
|
|
@@ -2556,6 +2699,7 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
2556
2699
|
"embedded",
|
|
2557
2700
|
"embedded:",
|
|
2558
2701
|
"empty",
|
|
2702
|
+
"emptyState",
|
|
2559
2703
|
"emptyState,",
|
|
2560
2704
|
"emptyState?:",
|
|
2561
2705
|
"enable",
|
|
@@ -2566,7 +2710,9 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
2566
2710
|
"enableMermaid?:",
|
|
2567
2711
|
"enableVoice",
|
|
2568
2712
|
"enableVoice,",
|
|
2713
|
+
"enableVoice:",
|
|
2569
2714
|
"enableVoice?:",
|
|
2715
|
+
"enabled?:",
|
|
2570
2716
|
"env</code>{",
|
|
2571
2717
|
"err);",
|
|
2572
2718
|
"error",
|
|
@@ -2594,7 +2740,11 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
2594
2740
|
"eslint-disable-next-line",
|
|
2595
2741
|
"etc.",
|
|
2596
2742
|
"etc.,",
|
|
2743
|
+
"execute-skill-script",
|
|
2744
|
+
"execute-skill-script)",
|
|
2745
|
+
"execute-skill-script).",
|
|
2597
2746
|
"export",
|
|
2747
|
+
"export?:",
|
|
2598
2748
|
"exportAsMarkdown",
|
|
2599
2749
|
"exportAsMarkdown(messages);",
|
|
2600
2750
|
"exportAsMarkdown(messages:",
|
|
@@ -2602,7 +2752,6 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
2602
2752
|
"ext",
|
|
2603
2753
|
"extends",
|
|
2604
2754
|
"externally",
|
|
2605
|
-
"extract-insights",
|
|
2606
2755
|
"extractSourcesFromParts(message.parts)",
|
|
2607
2756
|
"extractSourcesFromParts(msg.parts)",
|
|
2608
2757
|
"extractSourcesFromParts(msg.parts);",
|
|
@@ -2627,6 +2776,14 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
2627
2776
|
"false);",
|
|
2628
2777
|
"false,",
|
|
2629
2778
|
"false;",
|
|
2779
|
+
"features,",
|
|
2780
|
+
"features?.export,",
|
|
2781
|
+
"features?.messageActions,",
|
|
2782
|
+
"features?.scrollButton,",
|
|
2783
|
+
"features?.sources,",
|
|
2784
|
+
"features?.steps,",
|
|
2785
|
+
"features?.tabs,",
|
|
2786
|
+
"features?:",
|
|
2630
2787
|
"feedback",
|
|
2631
2788
|
"feedback,",
|
|
2632
2789
|
"feedback:",
|
|
@@ -2650,7 +2807,6 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
2650
2807
|
"filter((p)",
|
|
2651
2808
|
"filter((p):",
|
|
2652
2809
|
"finally",
|
|
2653
|
-
"find-sources",
|
|
2654
2810
|
"fine-grained",
|
|
2655
2811
|
"first",
|
|
2656
2812
|
"first);",
|
|
@@ -2691,10 +2847,8 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
2691
2847
|
"font-bold",
|
|
2692
2848
|
"font-medium",
|
|
2693
2849
|
"font-mono",
|
|
2694
|
-
"font-normal",
|
|
2695
2850
|
"font-semibold",
|
|
2696
2851
|
"for",
|
|
2697
|
-
"for:",
|
|
2698
2852
|
"forceUpdate",
|
|
2699
2853
|
"forceUpdate);",
|
|
2700
2854
|
"form",
|
|
@@ -2714,7 +2868,6 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
2714
2868
|
"fresh",
|
|
2715
2869
|
"fresh);",
|
|
2716
2870
|
"from",
|
|
2717
|
-
"from-violet-500",
|
|
2718
2871
|
"full",
|
|
2719
2872
|
"full-featured",
|
|
2720
2873
|
"function",
|
|
@@ -2728,6 +2881,7 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
2728
2881
|
"gap-2.5",
|
|
2729
2882
|
"gap-3",
|
|
2730
2883
|
"gap-4",
|
|
2884
|
+
"gemini",
|
|
2731
2885
|
"generateId(),",
|
|
2732
2886
|
"generateId():",
|
|
2733
2887
|
"generateTokenCSS",
|
|
@@ -2737,6 +2891,7 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
2737
2891
|
"generating",
|
|
2738
2892
|
"getBranches",
|
|
2739
2893
|
"getBranches,",
|
|
2894
|
+
"getBranches:",
|
|
2740
2895
|
"getBranches={getBranches}",
|
|
2741
2896
|
"getBranches?.(message.id)",
|
|
2742
2897
|
"getBranches?.(msg.id);",
|
|
@@ -2766,6 +2921,8 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
2766
2921
|
"globalThis.innerHeight",
|
|
2767
2922
|
"globalThis.innerWidth",
|
|
2768
2923
|
"globalThis.matchMedia(",
|
|
2924
|
+
"google",
|
|
2925
|
+
"google:",
|
|
2769
2926
|
"gpt",
|
|
2770
2927
|
"grid",
|
|
2771
2928
|
"group",
|
|
@@ -2860,7 +3017,6 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
2860
3017
|
"hasMessages",
|
|
2861
3018
|
"hasThreads",
|
|
2862
3019
|
"hasToolCalls",
|
|
2863
|
-
"have",
|
|
2864
3020
|
"head>",
|
|
2865
3021
|
"height:",
|
|
2866
3022
|
"height=",
|
|
@@ -2877,7 +3033,6 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
2877
3033
|
"highlightModule]",
|
|
2878
3034
|
"highlighted",
|
|
2879
3035
|
"highlighting",
|
|
2880
|
-
"hljs",
|
|
2881
3036
|
"hooks",
|
|
2882
3037
|
"hooks/use-threads.ts",
|
|
2883
3038
|
"horizontal",
|
|
@@ -2885,6 +3040,8 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
2885
3040
|
"hover:bg-[var(--accent)]",
|
|
2886
3041
|
"hover:bg-[var(--destructive)]/10",
|
|
2887
3042
|
"hover:bg-[var(--foreground)]/5",
|
|
3043
|
+
"hover:bg-[var(--foreground)]/[0.03]",
|
|
3044
|
+
"hover:bg-[var(--foreground)]/[0.05]",
|
|
2888
3045
|
"hover:bg-red-200",
|
|
2889
3046
|
"hover:border-[var(--input-border)]",
|
|
2890
3047
|
"hover:opacity-80",
|
|
@@ -2911,7 +3068,7 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
2911
3068
|
"icon-xs",
|
|
2912
3069
|
"icon:",
|
|
2913
3070
|
"icon={emptyState?.icon}",
|
|
2914
|
-
"icon={icon",
|
|
3071
|
+
"icon={icon}",
|
|
2915
3072
|
"icon?:",
|
|
2916
3073
|
"icons,",
|
|
2917
3074
|
"icons.",
|
|
@@ -2975,13 +3132,15 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
2975
3132
|
"input={tool.args}",
|
|
2976
3133
|
"input={tool.input}",
|
|
2977
3134
|
"input={voice.isListening",
|
|
3135
|
+
"input?.reference",
|
|
3136
|
+
"input?.script",
|
|
3137
|
+
"input?.skillId",
|
|
2978
3138
|
"input?:",
|
|
2979
3139
|
"inputRef",
|
|
2980
3140
|
"inputRef.current?.focus();",
|
|
2981
3141
|
"input}",
|
|
2982
3142
|
"inset-0",
|
|
2983
3143
|
"inside",
|
|
2984
|
-
"insights",
|
|
2985
3144
|
"instanceof",
|
|
2986
3145
|
"intentionally",
|
|
2987
3146
|
"interface",
|
|
@@ -3004,7 +3163,6 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
3004
3163
|
"isComplete,",
|
|
3005
3164
|
"isComplete:",
|
|
3006
3165
|
"isComplete={group.isComplete}",
|
|
3007
|
-
"isControlled",
|
|
3008
3166
|
"isDark",
|
|
3009
3167
|
"isDocsTab",
|
|
3010
3168
|
"isDynamicTool(tool:",
|
|
@@ -3014,6 +3172,7 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
3014
3172
|
"isEditing={editingMessageId",
|
|
3015
3173
|
"isEmpty",
|
|
3016
3174
|
"isEmpty:",
|
|
3175
|
+
"isError",
|
|
3017
3176
|
"isExpanded",
|
|
3018
3177
|
"isFinal)",
|
|
3019
3178
|
"isFocused",
|
|
@@ -3039,11 +3198,18 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
3039
3198
|
"isReasoningPart(",
|
|
3040
3199
|
"isReasoningPart(part))",
|
|
3041
3200
|
"isReasoningPart,",
|
|
3201
|
+
"isSidebarControlled",
|
|
3202
|
+
"isSidebarControlled)",
|
|
3203
|
+
"isSkill",
|
|
3204
|
+
"isSkillToolPart(group.tool);",
|
|
3205
|
+
"isSkillToolPart(tool:",
|
|
3206
|
+
"isSkillToolPart,",
|
|
3042
3207
|
"isStreaming",
|
|
3043
3208
|
"isStreaming,",
|
|
3044
3209
|
"isStreaming:",
|
|
3045
3210
|
"isStreaming={group.isStreaming}",
|
|
3046
3211
|
"isStreaming?:",
|
|
3212
|
+
"isTabControlled",
|
|
3047
3213
|
"isToolPart",
|
|
3048
3214
|
"isToolPart(part))",
|
|
3049
3215
|
"isToolPart(part:",
|
|
@@ -3060,6 +3226,7 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
3060
3226
|
"items-start",
|
|
3061
3227
|
"items.map((item)",
|
|
3062
3228
|
"items.map((thread)",
|
|
3229
|
+
"items?:",
|
|
3063
3230
|
"items])",
|
|
3064
3231
|
"items],",
|
|
3065
3232
|
"its",
|
|
@@ -3154,6 +3321,10 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
3154
3321
|
"listboxId",
|
|
3155
3322
|
"load():",
|
|
3156
3323
|
"load();",
|
|
3324
|
+
"load-skill",
|
|
3325
|
+
"load-skill,",
|
|
3326
|
+
"load-skill-reference",
|
|
3327
|
+
"load-skill-reference,",
|
|
3157
3328
|
"loadIndex(key:",
|
|
3158
3329
|
"loadIndex(storageKey);",
|
|
3159
3330
|
"loadMermaid():",
|
|
@@ -3179,6 +3350,8 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
3179
3350
|
"localStorage.setItem(storageKey,",
|
|
3180
3351
|
"locally",
|
|
3181
3352
|
"log",
|
|
3353
|
+
"logomark",
|
|
3354
|
+
"logomarks",
|
|
3182
3355
|
"loop",
|
|
3183
3356
|
"loop.",
|
|
3184
3357
|
"lower",
|
|
@@ -3211,6 +3384,7 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
3211
3384
|
"max-h-96",
|
|
3212
3385
|
"max-h-[320px]",
|
|
3213
3386
|
"max-sm:absolute",
|
|
3387
|
+
"max-sm:bg-[var(--background)]",
|
|
3214
3388
|
"max-sm:shadow-xl",
|
|
3215
3389
|
"max-sm:z-20",
|
|
3216
3390
|
"max-w-2xl",
|
|
@@ -3228,9 +3402,6 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
3228
3402
|
"mb-1",
|
|
3229
3403
|
"mb-2",
|
|
3230
3404
|
"mb-4",
|
|
3231
|
-
"mb-5",
|
|
3232
|
-
"mb-6",
|
|
3233
|
-
"mb-8",
|
|
3234
3405
|
"md",
|
|
3235
3406
|
"md:",
|
|
3236
3407
|
"md:px-4",
|
|
@@ -3274,7 +3445,12 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
3274
3445
|
"message:",
|
|
3275
3446
|
"message={msg}",
|
|
3276
3447
|
"message={msg}>",
|
|
3448
|
+
"message?.onFeedback,",
|
|
3449
|
+
"message?.onSourceClick,",
|
|
3450
|
+
"message?.render,",
|
|
3451
|
+
"message?.renderTool,",
|
|
3277
3452
|
"message?:",
|
|
3453
|
+
"messageActions?:",
|
|
3278
3454
|
"messageCount",
|
|
3279
3455
|
"messageId,",
|
|
3280
3456
|
"messageId:",
|
|
@@ -3283,8 +3459,8 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
3283
3459
|
"messageSources",
|
|
3284
3460
|
"messageSources.length",
|
|
3285
3461
|
"messageTheme",
|
|
3286
|
-
"messageVariants",
|
|
3287
3462
|
"messageVariants,",
|
|
3463
|
+
"messageVariants:",
|
|
3288
3464
|
"messages",
|
|
3289
3465
|
"messages!.map((msg)",
|
|
3290
3466
|
"messages)",
|
|
@@ -3305,6 +3481,7 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
3305
3481
|
"messagesRef",
|
|
3306
3482
|
"messagesRef.current",
|
|
3307
3483
|
"messagesRef.current.length",
|
|
3484
|
+
"messages[messages.length",
|
|
3308
3485
|
"min-h-0",
|
|
3309
3486
|
"min-h-[38px]",
|
|
3310
3487
|
"min-w-0",
|
|
@@ -3332,10 +3509,12 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
3332
3509
|
"model.description}",
|
|
3333
3510
|
"model.label}</span>",
|
|
3334
3511
|
"model.provider",
|
|
3512
|
+
"model.toLowerCase();",
|
|
3335
3513
|
"model.value",
|
|
3336
3514
|
"model:",
|
|
3337
3515
|
"model={(message.metadata?.model",
|
|
3338
3516
|
"model={(msg.metadata?.model",
|
|
3517
|
+
"model={activeModel",
|
|
3339
3518
|
"model={model}",
|
|
3340
3519
|
"model?:",
|
|
3341
3520
|
"modelId:",
|
|
@@ -3351,8 +3530,10 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
3351
3530
|
"models.some((m)",
|
|
3352
3531
|
"models:",
|
|
3353
3532
|
"models={models}",
|
|
3533
|
+
"models?.options,",
|
|
3354
3534
|
"models?:",
|
|
3355
3535
|
"models[0];",
|
|
3536
|
+
"model}",
|
|
3356
3537
|
"more",
|
|
3357
3538
|
"motion.div.",
|
|
3358
3539
|
"mounted",
|
|
@@ -3376,7 +3557,7 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
3376
3557
|
"mt-2.5",
|
|
3377
3558
|
"mt-3",
|
|
3378
3559
|
"mt-4",
|
|
3379
|
-
"mt-
|
|
3560
|
+
"mt-6",
|
|
3380
3561
|
"multi-conversation",
|
|
3381
3562
|
"multiline",
|
|
3382
3563
|
"multiline)",
|
|
@@ -3411,7 +3592,6 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
3411
3592
|
"navigator.clipboard.writeText(content);",
|
|
3412
3593
|
"navigator.clipboard.writeText(textContent);",
|
|
3413
3594
|
"nearest",
|
|
3414
|
-
"needed",
|
|
3415
3595
|
"negative",
|
|
3416
3596
|
"nested",
|
|
3417
3597
|
"neutral",
|
|
@@ -3422,6 +3602,7 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
3422
3602
|
"next",
|
|
3423
3603
|
"next.length",
|
|
3424
3604
|
"next;",
|
|
3605
|
+
"nextThread",
|
|
3425
3606
|
"next[0]?.id",
|
|
3426
3607
|
"no",
|
|
3427
3608
|
"no-explicit-any",
|
|
@@ -3453,6 +3634,7 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
3453
3634
|
"object",
|
|
3454
3635
|
"occurred",
|
|
3455
3636
|
"of",
|
|
3637
|
+
"official",
|
|
3456
3638
|
"oklch(0.07",
|
|
3457
3639
|
"oklch(0.15",
|
|
3458
3640
|
"oklch(0.18",
|
|
@@ -3478,6 +3660,7 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
3478
3660
|
"oklch(1",
|
|
3479
3661
|
"older",
|
|
3480
3662
|
"on",
|
|
3663
|
+
"onAction?:",
|
|
3481
3664
|
"onActionClick,",
|
|
3482
3665
|
"onActionClick={onQuickAction}",
|
|
3483
3666
|
"onActionClick?.(action)}",
|
|
@@ -3485,6 +3668,7 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
3485
3668
|
"onAttach",
|
|
3486
3669
|
"onAttach(e.target.files);",
|
|
3487
3670
|
"onAttach,",
|
|
3671
|
+
"onAttach:",
|
|
3488
3672
|
"onAttach;",
|
|
3489
3673
|
"onAttach={onAttach}",
|
|
3490
3674
|
"onAttach?:",
|
|
@@ -3513,6 +3697,7 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
3513
3697
|
"onChange={chat.handleInputChange}",
|
|
3514
3698
|
"onChange={onChange}",
|
|
3515
3699
|
"onChange={onModelChange}",
|
|
3700
|
+
"onChange?:",
|
|
3516
3701
|
"onChange]);",
|
|
3517
3702
|
"onClick",
|
|
3518
3703
|
"onClick,",
|
|
@@ -3598,7 +3783,9 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
3598
3783
|
"onPrev:",
|
|
3599
3784
|
"onPrev={()",
|
|
3600
3785
|
"onPrev={onBranchPrev",
|
|
3786
|
+
"onQuickAction",
|
|
3601
3787
|
"onQuickAction,",
|
|
3788
|
+
"onQuickAction:",
|
|
3602
3789
|
"onQuickAction?:",
|
|
3603
3790
|
"onRegenerate?:",
|
|
3604
3791
|
"onReload,",
|
|
@@ -3609,12 +3796,16 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
3609
3796
|
"onRemove,",
|
|
3610
3797
|
"onRemove={onRemoveAttachment}",
|
|
3611
3798
|
"onRemove?:",
|
|
3799
|
+
"onRemoveAttachment",
|
|
3612
3800
|
"onRemoveAttachment,",
|
|
3801
|
+
"onRemoveAttachment:",
|
|
3613
3802
|
"onRemoveAttachment={onRemoveAttachment}",
|
|
3614
3803
|
"onRemoveAttachment?:",
|
|
3804
|
+
"onRemoveItem?:",
|
|
3615
3805
|
"onRemoveUpload",
|
|
3616
3806
|
"onRemoveUpload(doc.id)}",
|
|
3617
3807
|
"onRemoveUpload,",
|
|
3808
|
+
"onRemoveUpload:",
|
|
3618
3809
|
"onRemoveUpload={onRemoveUpload}",
|
|
3619
3810
|
"onRemoveUpload?:",
|
|
3620
3811
|
"onRename,",
|
|
@@ -3623,7 +3814,7 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
3623
3814
|
"onRename?:",
|
|
3624
3815
|
"onRenameThread(thread.id,",
|
|
3625
3816
|
"onRenameThread,",
|
|
3626
|
-
"onRenameThread={
|
|
3817
|
+
"onRenameThread={renameThread}",
|
|
3627
3818
|
"onRenameThread?:",
|
|
3628
3819
|
"onRetry",
|
|
3629
3820
|
"onRetry,",
|
|
@@ -3641,11 +3832,13 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
3641
3832
|
"onSelectThread,",
|
|
3642
3833
|
"onSelectThread:",
|
|
3643
3834
|
"onSelectThread={handleSelectThread}",
|
|
3644
|
-
"onSidebarToggle
|
|
3645
|
-
"onSidebarToggle
|
|
3835
|
+
"onSidebarToggle",
|
|
3836
|
+
"onSidebarToggle?.();",
|
|
3837
|
+
"onSidebarToggle]);",
|
|
3646
3838
|
"onSourceClick",
|
|
3647
3839
|
"onSourceClick(source,",
|
|
3648
3840
|
"onSourceClick,",
|
|
3841
|
+
"onSourceClick:",
|
|
3649
3842
|
"onSourceClick={onSourceClick}",
|
|
3650
3843
|
"onSourceClick={sourceClickHandler}",
|
|
3651
3844
|
"onSourceClick?:",
|
|
@@ -3666,20 +3859,26 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
3666
3859
|
"onSubmit={onSubmit}",
|
|
3667
3860
|
"onSubmit?.(e);",
|
|
3668
3861
|
"onSubmit?:",
|
|
3862
|
+
"onSuggestionClick",
|
|
3669
3863
|
"onSuggestionClick,",
|
|
3864
|
+
"onSuggestionClick:",
|
|
3670
3865
|
"onSuggestionClick={onSuggestionClick}",
|
|
3671
3866
|
"onSuggestionClick?:",
|
|
3867
|
+
"onTabChange",
|
|
3672
3868
|
"onTabChange(next);",
|
|
3673
3869
|
"onTabChange(tab.value)}",
|
|
3674
3870
|
"onTabChange,",
|
|
3675
3871
|
"onTabChange:",
|
|
3676
3872
|
"onTabChange={handleTabChange}",
|
|
3677
|
-
"onTabChange={setActiveTab}",
|
|
3678
3873
|
"onTabChange?:",
|
|
3874
|
+
"onToggle:",
|
|
3875
|
+
"onToggle?:",
|
|
3679
3876
|
"onTranscript:",
|
|
3877
|
+
"onVoice",
|
|
3680
3878
|
"onVoice();",
|
|
3681
3879
|
"onVoice)",
|
|
3682
3880
|
"onVoice,",
|
|
3881
|
+
"onVoice:",
|
|
3683
3882
|
"onVoice;",
|
|
3684
3883
|
"onVoice={onVoice}",
|
|
3685
3884
|
"onVoice={voiceHandler}",
|
|
@@ -3695,13 +3894,17 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
3695
3894
|
"opacity-75",
|
|
3696
3895
|
"opacity:",
|
|
3697
3896
|
"open",
|
|
3897
|
+
"open:",
|
|
3898
|
+
"open?:",
|
|
3698
3899
|
"openai",
|
|
3699
3900
|
"openai/gpt-4o",
|
|
3901
|
+
"openai:",
|
|
3700
3902
|
"opening",
|
|
3701
3903
|
"option",
|
|
3702
3904
|
"option?.scrollIntoView({",
|
|
3703
3905
|
"optional",
|
|
3704
3906
|
"options?.storageKey",
|
|
3907
|
+
"options?:",
|
|
3705
3908
|
"or",
|
|
3706
3909
|
"order",
|
|
3707
3910
|
"order)",
|
|
@@ -3797,7 +4000,6 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
3797
4000
|
"persistThreads(next);",
|
|
3798
4001
|
"persistThreads(result);",
|
|
3799
4002
|
"persistThreads],",
|
|
3800
|
-
"persistence",
|
|
3801
4003
|
"pickers,",
|
|
3802
4004
|
"pill",
|
|
3803
4005
|
"pl-2",
|
|
@@ -3805,6 +4007,7 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
3805
4007
|
"pl-3",
|
|
3806
4008
|
"pl-4",
|
|
3807
4009
|
"placeholder",
|
|
4010
|
+
"placeholder,",
|
|
3808
4011
|
"placeholder:text-[var(--input-placeholder)]",
|
|
3809
4012
|
"placeholder={isListening",
|
|
3810
4013
|
"placeholder={voice.isListening",
|
|
@@ -3817,8 +4020,8 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
3817
4020
|
"polygon",
|
|
3818
4021
|
"polyline",
|
|
3819
4022
|
"pos",
|
|
4023
|
+
"pos.bottom,",
|
|
3820
4024
|
"pos.right,",
|
|
3821
|
-
"pos.top,",
|
|
3822
4025
|
"position",
|
|
3823
4026
|
"position:",
|
|
3824
4027
|
"positioning",
|
|
@@ -3833,7 +4036,6 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
3833
4036
|
"prefers-color-scheme,",
|
|
3834
4037
|
"prefers-color-scheme:",
|
|
3835
4038
|
"prefers-color-scheme:dark)",
|
|
3836
|
-
"prefix",
|
|
3837
4039
|
"prefix.",
|
|
3838
4040
|
"preset",
|
|
3839
4041
|
"preset)",
|
|
@@ -3853,7 +4055,6 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
3853
4055
|
"primary:",
|
|
3854
4056
|
"primitives/index.ts",
|
|
3855
4057
|
"process</span>;",
|
|
3856
|
-
"prompt:",
|
|
3857
4058
|
"prompt?:",
|
|
3858
4059
|
"prop)",
|
|
3859
4060
|
"properties",
|
|
@@ -3893,12 +4094,16 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
3893
4094
|
"py-4",
|
|
3894
4095
|
"py-5",
|
|
3895
4096
|
"py-6",
|
|
3896
|
-
"question",
|
|
3897
4097
|
"questions",
|
|
3898
4098
|
"quickActions",
|
|
3899
4099
|
"quickActions,",
|
|
3900
4100
|
"quickActions.length",
|
|
4101
|
+
"quickActions:",
|
|
4102
|
+
"quickActions?.actions,",
|
|
3901
4103
|
"quickActions?.length",
|
|
4104
|
+
"quickActions?.onAction,",
|
|
4105
|
+
"quickActions?.onSuggestionClick,",
|
|
4106
|
+
"quickActions?.suggestions,",
|
|
3902
4107
|
"quickActions?:",
|
|
3903
4108
|
"quot;$1",
|
|
3904
4109
|
"quot;([^",
|
|
@@ -3908,11 +4113,12 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
3908
4113
|
"quot;</span>:',",
|
|
3909
4114
|
"r",
|
|
3910
4115
|
"r)'",
|
|
3911
|
-
"r.bottom",
|
|
3912
4116
|
"r.right,",
|
|
4117
|
+
"r.top",
|
|
3913
4118
|
"r:",
|
|
3914
4119
|
"r=",
|
|
3915
4120
|
"r=m===",
|
|
4121
|
+
"racing",
|
|
3916
4122
|
"raw",
|
|
3917
4123
|
"raw)",
|
|
3918
4124
|
"re-export",
|
|
@@ -3946,15 +4152,16 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
3946
4152
|
"ref={textareaRef",
|
|
3947
4153
|
"ref={textareaRef}",
|
|
3948
4154
|
"ref={triggerRef}",
|
|
3949
|
-
"references",
|
|
3950
4155
|
"refs",
|
|
4156
|
+
"ref}",
|
|
3951
4157
|
"rehypeHighlight",
|
|
3952
4158
|
"rehypeHighlight:",
|
|
3953
4159
|
"rehypePlugins={rehypeHighlight",
|
|
3954
4160
|
"rel=",
|
|
3955
4161
|
"relative",
|
|
3956
|
-
"
|
|
4162
|
+
"reload",
|
|
3957
4163
|
"reload,",
|
|
4164
|
+
"reload:",
|
|
3958
4165
|
"reload?:",
|
|
3959
4166
|
"remarkGfm",
|
|
3960
4167
|
"remarkGfm:",
|
|
@@ -3968,6 +4175,7 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
3968
4175
|
"render():",
|
|
3969
4176
|
"render();",
|
|
3970
4177
|
"render;",
|
|
4178
|
+
"render?:",
|
|
3971
4179
|
"renderCodeBlock",
|
|
3972
4180
|
"renderCodeBlock({",
|
|
3973
4181
|
"renderCodeBlock)",
|
|
@@ -3981,8 +4189,10 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
3981
4189
|
"renderIcon(className,",
|
|
3982
4190
|
"renderItem(item,",
|
|
3983
4191
|
"renderItem(model:",
|
|
4192
|
+
"renderMessage",
|
|
3984
4193
|
"renderMessage)",
|
|
3985
4194
|
"renderMessage,",
|
|
4195
|
+
"renderMessage:",
|
|
3986
4196
|
"renderMessage={renderMessage}",
|
|
3987
4197
|
"renderMessage?:",
|
|
3988
4198
|
"renderOutput",
|
|
@@ -3998,6 +4208,7 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
3998
4208
|
"renderTool(group.tool)",
|
|
3999
4209
|
"renderTool)",
|
|
4000
4210
|
"renderTool,",
|
|
4211
|
+
"renderTool:",
|
|
4001
4212
|
"renderTool={renderTool}",
|
|
4002
4213
|
"renderTool?:",
|
|
4003
4214
|
"renderToolCall)",
|
|
@@ -4021,6 +4232,9 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
4021
4232
|
"resize:",
|
|
4022
4233
|
"resolveMode(mode);",
|
|
4023
4234
|
"resolveMode(mode:",
|
|
4235
|
+
"resolveProvider(model",
|
|
4236
|
+
"resolveProvider(model:",
|
|
4237
|
+
"resolved",
|
|
4024
4238
|
"resolvedMode",
|
|
4025
4239
|
"resolvedMode);",
|
|
4026
4240
|
"resolvedMode,",
|
|
@@ -4047,6 +4261,7 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
4047
4261
|
"root,",
|
|
4048
4262
|
"root.classList.toggle(",
|
|
4049
4263
|
"root.setAttribute(",
|
|
4264
|
+
"rotate-0",
|
|
4050
4265
|
"rotate-180",
|
|
4051
4266
|
"round",
|
|
4052
4267
|
"rounded",
|
|
@@ -4079,9 +4294,11 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
4079
4294
|
"score:",
|
|
4080
4295
|
"score?:",
|
|
4081
4296
|
"script",
|
|
4297
|
+
"script}",
|
|
4082
4298
|
"scrollAreaRef",
|
|
4083
4299
|
"scrollAreaRef.current.scrollHeight,",
|
|
4084
4300
|
"scrollAreaRef.current?.scrollTo({",
|
|
4301
|
+
"scrollButton?:",
|
|
4085
4302
|
"scrollToBottom",
|
|
4086
4303
|
"scrollToBottom,",
|
|
4087
4304
|
"scrollToBottom:",
|
|
@@ -4091,6 +4308,7 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
4091
4308
|
"second]",
|
|
4092
4309
|
"securityLevel:",
|
|
4093
4310
|
"selectThread",
|
|
4311
|
+
"selectThread(id);",
|
|
4094
4312
|
"selectThread,",
|
|
4095
4313
|
"selectThread:",
|
|
4096
4314
|
"selected",
|
|
@@ -4105,7 +4323,6 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
4105
4323
|
"separates",
|
|
4106
4324
|
"server-local",
|
|
4107
4325
|
"set",
|
|
4108
|
-
"setActiveTab]",
|
|
4109
4326
|
"setActiveThreadId((current)",
|
|
4110
4327
|
"setActiveThreadId(first.id);",
|
|
4111
4328
|
"setActiveThreadId(fresh.id);",
|
|
@@ -4155,10 +4372,12 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
4155
4372
|
"setInput,",
|
|
4156
4373
|
"setInput:",
|
|
4157
4374
|
"setInput={setInput}",
|
|
4375
|
+
"setInput?.(",
|
|
4158
4376
|
"setInput?:",
|
|
4159
4377
|
"setInput]);",
|
|
4160
4378
|
"setInternalOpen((prev)",
|
|
4161
4379
|
"setInternalOpen]",
|
|
4380
|
+
"setInternalTab(tab);",
|
|
4162
4381
|
"setInternalTab;",
|
|
4163
4382
|
"setInternalTab]",
|
|
4164
4383
|
"setIsAtBottom]",
|
|
@@ -4169,12 +4388,12 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
4169
4388
|
"setIsOpen((open)",
|
|
4170
4389
|
"setIsOpen(false),",
|
|
4171
4390
|
"setIsOpen]",
|
|
4172
|
-
"setMessages
|
|
4173
|
-
"setMessages(next
|
|
4174
|
-
"setMessages(
|
|
4175
|
-
"setMessages
|
|
4391
|
+
"setMessages",
|
|
4392
|
+
"setMessages(next?.messages",
|
|
4393
|
+
"setMessages(nextThread.messages);",
|
|
4394
|
+
"setMessages(thread?.messages",
|
|
4176
4395
|
"setMessages,",
|
|
4177
|
-
"setMessages
|
|
4396
|
+
"setMessages:",
|
|
4178
4397
|
"setMode",
|
|
4179
4398
|
"setMode(resolvedMode",
|
|
4180
4399
|
"setMode,",
|
|
@@ -4198,6 +4417,7 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
4198
4417
|
"setShowPreview]",
|
|
4199
4418
|
"setSvg(validateTrustedHtml(renderedSvg,",
|
|
4200
4419
|
"setSvg]",
|
|
4420
|
+
"setThreads",
|
|
4201
4421
|
"setThreads((prev)",
|
|
4202
4422
|
"setThreads([first]);",
|
|
4203
4423
|
"setThreads]",
|
|
@@ -4215,9 +4435,11 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
4215
4435
|
"showCursor",
|
|
4216
4436
|
"showCursor?:",
|
|
4217
4437
|
"showExport",
|
|
4438
|
+
"showExport:",
|
|
4218
4439
|
"showExport={showExport}",
|
|
4219
4440
|
"showExport?:",
|
|
4220
4441
|
"showMessageActions",
|
|
4442
|
+
"showMessageActions:",
|
|
4221
4443
|
"showMessageActions={showMessageActions}",
|
|
4222
4444
|
"showMessageActions?:",
|
|
4223
4445
|
"showPreview",
|
|
@@ -4226,22 +4448,24 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
4226
4448
|
"showRole",
|
|
4227
4449
|
"showRole?:",
|
|
4228
4450
|
"showScrollButton",
|
|
4451
|
+
"showScrollButton:",
|
|
4229
4452
|
"showScrollButton={showScrollButton}",
|
|
4230
4453
|
"showScrollButton?:",
|
|
4231
4454
|
"showSidebar",
|
|
4232
|
-
"showSidebar?:",
|
|
4233
4455
|
"showSources",
|
|
4234
4456
|
"showSources,",
|
|
4235
4457
|
"showSources:",
|
|
4236
4458
|
"showSources={showSources}",
|
|
4237
4459
|
"showSources?:",
|
|
4238
4460
|
"showSteps",
|
|
4461
|
+
"showSteps:",
|
|
4239
4462
|
"showSteps={showSteps}",
|
|
4240
4463
|
"showSteps?:",
|
|
4241
4464
|
"showStop",
|
|
4242
4465
|
"showStop)",
|
|
4243
4466
|
"showSuggestions",
|
|
4244
4467
|
"showTabs",
|
|
4468
|
+
"showTabs:",
|
|
4245
4469
|
"showTabs?:",
|
|
4246
4470
|
"showTimestamp",
|
|
4247
4471
|
"showTimestamp?:",
|
|
@@ -4250,14 +4474,18 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
4250
4474
|
"shown",
|
|
4251
4475
|
"shrink-0",
|
|
4252
4476
|
"sidebar",
|
|
4477
|
+
"sidebar,",
|
|
4478
|
+
"sidebar?.onToggle;",
|
|
4479
|
+
"sidebar?.open;",
|
|
4480
|
+
"sidebar?.storageKey;",
|
|
4481
|
+
"sidebar?.visible",
|
|
4482
|
+
"sidebar?:",
|
|
4253
4483
|
"sidebarOpen",
|
|
4254
|
-
"
|
|
4255
|
-
"sidebarOpen?:",
|
|
4484
|
+
"simpleicons.org).",
|
|
4256
4485
|
"single",
|
|
4257
4486
|
"size",
|
|
4258
4487
|
"size-1.5",
|
|
4259
4488
|
"size-10",
|
|
4260
|
-
"size-16",
|
|
4261
4489
|
"size-2",
|
|
4262
4490
|
"size-2.5",
|
|
4263
4491
|
"size-3",
|
|
@@ -4270,6 +4498,11 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
4270
4498
|
"size-[18px]",
|
|
4271
4499
|
"size:",
|
|
4272
4500
|
"size?:",
|
|
4501
|
+
"skill",
|
|
4502
|
+
"skill${skillId",
|
|
4503
|
+
"skill-related",
|
|
4504
|
+
"skillId",
|
|
4505
|
+
"skillId}",
|
|
4273
4506
|
"skips",
|
|
4274
4507
|
"sliding",
|
|
4275
4508
|
"sm:",
|
|
@@ -4303,7 +4536,9 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
4303
4536
|
"sources:",
|
|
4304
4537
|
"sources;",
|
|
4305
4538
|
"sources={messageSources}",
|
|
4539
|
+
"sources?:",
|
|
4306
4540
|
"space-y-1",
|
|
4541
|
+
"space-y-1.5",
|
|
4307
4542
|
"space-y-2",
|
|
4308
4543
|
"space-y-3",
|
|
4309
4544
|
"space-y-4",
|
|
@@ -4350,13 +4585,18 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
4350
4585
|
"stepIndex,",
|
|
4351
4586
|
"stepIndex:",
|
|
4352
4587
|
"stepIndex={group.stepIndex}",
|
|
4588
|
+
"steps?:",
|
|
4353
4589
|
"stop",
|
|
4354
4590
|
"stop,",
|
|
4591
|
+
"stop:",
|
|
4355
4592
|
"stop={voice.isListening",
|
|
4356
4593
|
"stop?:",
|
|
4594
|
+
"stopChat",
|
|
4595
|
+
"stopChat?.();",
|
|
4596
|
+
"stopChat]);",
|
|
4597
|
+
"stopChat],",
|
|
4357
4598
|
"stop}",
|
|
4358
4599
|
"storageKey",
|
|
4359
|
-
"storageKey,",
|
|
4360
4600
|
"storageKey?:",
|
|
4361
4601
|
"storageKey}",
|
|
4362
4602
|
"streaming",
|
|
@@ -4397,7 +4637,9 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
4397
4637
|
"suggestion,",
|
|
4398
4638
|
"suggestion:",
|
|
4399
4639
|
"suggestion={suggestion}",
|
|
4640
|
+
"suggestions",
|
|
4400
4641
|
"suggestions,",
|
|
4642
|
+
"suggestions:",
|
|
4401
4643
|
"suggestions={suggestions}",
|
|
4402
4644
|
"suggestions?.length",
|
|
4403
4645
|
"suggestions?.map((suggestion)",
|
|
@@ -4414,11 +4656,11 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
4414
4656
|
"switchBranch",
|
|
4415
4657
|
"switchBranch(message.id,",
|
|
4416
4658
|
"switchBranch,",
|
|
4659
|
+
"switchBranch:",
|
|
4417
4660
|
"switchBranch={switchBranch}",
|
|
4418
4661
|
"switchBranch?.(msg.id,",
|
|
4419
4662
|
"switchBranch?:",
|
|
4420
4663
|
"switching",
|
|
4421
|
-
"switching)",
|
|
4422
4664
|
"sync",
|
|
4423
4665
|
"syntax",
|
|
4424
4666
|
"system",
|
|
@@ -4443,6 +4685,11 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
4443
4685
|
"tableOutput",
|
|
4444
4686
|
"tablist",
|
|
4445
4687
|
"tabs",
|
|
4688
|
+
"tabs,",
|
|
4689
|
+
"tabs?.active;",
|
|
4690
|
+
"tabs?.onChange?.(tab);",
|
|
4691
|
+
"tabs?:",
|
|
4692
|
+
"tabs]);",
|
|
4446
4693
|
"tabular-nums",
|
|
4447
4694
|
"tailwind-merge",
|
|
4448
4695
|
"take",
|
|
@@ -4458,7 +4705,8 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
4458
4705
|
"text);",
|
|
4459
4706
|
"text,",
|
|
4460
4707
|
"text-${index}",
|
|
4461
|
-
"text-
|
|
4708
|
+
"text-2xl",
|
|
4709
|
+
"text-[#D4A27F]",
|
|
4462
4710
|
"text-[10px]",
|
|
4463
4711
|
"text-[11px]",
|
|
4464
4712
|
"text-[13px]",
|
|
@@ -4499,7 +4747,6 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
4499
4747
|
"text-red-900",
|
|
4500
4748
|
"text-sm",
|
|
4501
4749
|
"text-violet-700",
|
|
4502
|
-
"text-white",
|
|
4503
4750
|
"text-xs",
|
|
4504
4751
|
"text-yellow-600",
|
|
4505
4752
|
"text.length",
|
|
@@ -4580,18 +4827,11 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
4580
4827
|
"threads.find((t)",
|
|
4581
4828
|
"threads.length",
|
|
4582
4829
|
"threads:",
|
|
4583
|
-
"threads
|
|
4584
|
-
"
|
|
4585
|
-
"
|
|
4586
|
-
"
|
|
4587
|
-
"
|
|
4588
|
-
"threadsHookRef.current",
|
|
4589
|
-
"threadsHookRef.current.createThread();",
|
|
4590
|
-
"threadsHookRef.current.deleteThread(id);",
|
|
4591
|
-
"threadsHookRef.current.renameThread(currentActiveId,",
|
|
4592
|
-
"threadsHookRef.current.selectThread(id);",
|
|
4593
|
-
"threadsHookRef.current.threads.find((t)",
|
|
4594
|
-
"threadsHookRef.current.updateThread(currentActiveId,",
|
|
4830
|
+
"threads;",
|
|
4831
|
+
"threads={threads}",
|
|
4832
|
+
"threadsRef",
|
|
4833
|
+
"threadsRef.current",
|
|
4834
|
+
"threadsRef.current.find((t)",
|
|
4595
4835
|
"threads[0]?.id",
|
|
4596
4836
|
"through",
|
|
4597
4837
|
"throw",
|
|
@@ -4610,8 +4850,6 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
4610
4850
|
"title?:",
|
|
4611
4851
|
"title}",
|
|
4612
4852
|
"to",
|
|
4613
|
-
"to-fuchsia-500",
|
|
4614
|
-
"toLowerCase();",
|
|
4615
4853
|
"toUpperCase().replace(/,/g,",
|
|
4616
4854
|
"todayStart",
|
|
4617
4855
|
"todayStart.getTime())",
|
|
@@ -4622,7 +4860,6 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
4622
4860
|
"toggleMode:",
|
|
4623
4861
|
"toggleMode],",
|
|
4624
4862
|
"toggleSidebar",
|
|
4625
|
-
"toggles",
|
|
4626
4863
|
"toggling",
|
|
4627
4864
|
"token-based",
|
|
4628
4865
|
"tokenCSS",
|
|
@@ -4647,6 +4884,8 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
4647
4884
|
"tool.input",
|
|
4648
4885
|
"tool.output",
|
|
4649
4886
|
"tool.result",
|
|
4887
|
+
"tool.state",
|
|
4888
|
+
"tool.toolName",
|
|
4650
4889
|
"tool.toolName}</span>",
|
|
4651
4890
|
"tool.type",
|
|
4652
4891
|
"tool:",
|
|
@@ -4710,7 +4949,6 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
4710
4949
|
"trimmed",
|
|
4711
4950
|
"trimmed)",
|
|
4712
4951
|
"true",
|
|
4713
|
-
"true)",
|
|
4714
4952
|
"true);",
|
|
4715
4953
|
"true,",
|
|
4716
4954
|
"true;",
|
|
@@ -4736,11 +4974,13 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
4736
4974
|
"undefined;",
|
|
4737
4975
|
"undefined}",
|
|
4738
4976
|
"undefined}>",
|
|
4977
|
+
"undefined}>{code}</code>",
|
|
4739
4978
|
"ungrouped",
|
|
4740
4979
|
"uniformity.",
|
|
4741
4980
|
"unknown",
|
|
4742
4981
|
"unknown)",
|
|
4743
4982
|
"unknown):",
|
|
4983
|
+
"unknown:",
|
|
4744
4984
|
"unknown;",
|
|
4745
4985
|
"unknown>",
|
|
4746
4986
|
"unknown>).documents;",
|
|
@@ -4748,9 +4988,11 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
4748
4988
|
"unknown>;",
|
|
4749
4989
|
"unmount",
|
|
4750
4990
|
"updateThread",
|
|
4991
|
+
"updateThread(currentActiveId,",
|
|
4751
4992
|
"updateThread(id,",
|
|
4752
4993
|
"updateThread,",
|
|
4753
4994
|
"updateThread:",
|
|
4995
|
+
"updateThread]);",
|
|
4754
4996
|
"updated)",
|
|
4755
4997
|
"updated.map((t)",
|
|
4756
4998
|
"updated:",
|
|
@@ -4764,9 +5006,11 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
4764
5006
|
"uploads,",
|
|
4765
5007
|
"uploads.length",
|
|
4766
5008
|
"uploads.map((doc)",
|
|
5009
|
+
"uploads:",
|
|
4767
5010
|
"uploads={uploads}",
|
|
4768
5011
|
"uploads?:",
|
|
4769
5012
|
"uppercase",
|
|
5013
|
+
"upward",
|
|
4770
5014
|
"url",
|
|
4771
5015
|
"url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600",
|
|
4772
5016
|
"url:",
|
|
@@ -4873,6 +5117,7 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
4873
5117
|
"vf-upgrade-cta-dismissed",
|
|
4874
5118
|
"via",
|
|
4875
5119
|
"view",
|
|
5120
|
+
"viewBox",
|
|
4876
5121
|
"viewBox:",
|
|
4877
5122
|
"viewBox=",
|
|
4878
5123
|
"visible",
|
|
@@ -4889,6 +5134,8 @@ export const FRAMEWORK_CANDIDATES: readonly string[] = [
|
|
|
4889
5134
|
"voice.toggle,",
|
|
4890
5135
|
"voice.toggle;",
|
|
4891
5136
|
"voice.transcript",
|
|
5137
|
+
"voice?.enabled,",
|
|
5138
|
+
"voice?.onVoice,",
|
|
4892
5139
|
"voice?:",
|
|
4893
5140
|
"voiceHandler",
|
|
4894
5141
|
"void",
|