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