@jini-ai/ui 0.1.2 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +108 -18
- package/dist/browser/useDismissOnOutsideOrEscape.d.ts.map +1 -1
- package/dist/browser/useDismissOnOutsideOrEscape.js +3 -2
- package/dist/browser/useDismissOnOutsideOrEscape.js.map +1 -1
- package/dist/browser/useGlobalKeydown.js +1 -1
- package/dist/browser/useGlobalKeydown.js.map +1 -1
- package/dist/core.d.ts +69 -0
- package/dist/core.d.ts.map +1 -0
- package/dist/core.js +66 -0
- package/dist/core.js.map +1 -0
- package/dist/features/a2ui/catalog-from-registry.d.ts +30 -0
- package/dist/features/a2ui/catalog-from-registry.d.ts.map +1 -0
- package/dist/features/a2ui/catalog-from-registry.js +25 -0
- package/dist/features/a2ui/catalog-from-registry.js.map +1 -0
- package/dist/features/a2ui/index.d.ts +5 -0
- package/dist/features/a2ui/index.d.ts.map +1 -0
- package/dist/features/a2ui/index.js +5 -0
- package/dist/features/a2ui/index.js.map +1 -0
- package/dist/features/a2ui/protocol.d.ts +7 -0
- package/dist/features/a2ui/protocol.d.ts.map +1 -0
- package/dist/features/a2ui/protocol.js +7 -0
- package/dist/features/a2ui/protocol.js.map +1 -0
- package/dist/features/a2ui/renderer.d.ts +17 -0
- package/dist/features/a2ui/renderer.d.ts.map +1 -0
- package/dist/features/a2ui/renderer.js +80 -0
- package/dist/features/a2ui/renderer.js.map +1 -0
- package/dist/features/a2ui/use-a2ui-surface.d.ts +13 -0
- package/dist/features/a2ui/use-a2ui-surface.d.ts.map +1 -0
- package/dist/features/a2ui/use-a2ui-surface.js +17 -0
- package/dist/features/a2ui/use-a2ui-surface.js.map +1 -0
- package/dist/features/about/index.d.ts +7 -0
- package/dist/features/about/index.d.ts.map +1 -0
- package/dist/features/about/index.js +4 -0
- package/dist/features/about/index.js.map +1 -0
- package/dist/features/about/react/components/AboutTab.d.ts +82 -0
- package/dist/features/about/react/components/AboutTab.d.ts.map +1 -0
- package/dist/features/about/react/components/AboutTab.js +70 -0
- package/dist/features/about/react/components/AboutTab.js.map +1 -0
- package/dist/features/about/react/hooks/useSilentUpdatesToggle.d.ts +44 -0
- package/dist/features/about/react/hooks/useSilentUpdatesToggle.d.ts.map +1 -0
- package/dist/features/about/react/hooks/useSilentUpdatesToggle.js +44 -0
- package/dist/features/about/react/hooks/useSilentUpdatesToggle.js.map +1 -0
- package/dist/features/about/rules.d.ts +105 -0
- package/dist/features/about/rules.d.ts.map +1 -0
- package/dist/features/about/rules.js +240 -0
- package/dist/features/about/rules.js.map +1 -0
- package/dist/features/about/types.d.ts +110 -0
- package/dist/features/about/types.d.ts.map +1 -0
- package/dist/features/about/types.js +20 -0
- package/dist/features/about/types.js.map +1 -0
- package/dist/features/appearance/constants.d.ts +16 -0
- package/dist/features/appearance/constants.d.ts.map +1 -0
- package/dist/features/appearance/constants.js +23 -0
- package/dist/features/appearance/constants.js.map +1 -0
- package/dist/features/appearance/index.d.ts +5 -0
- package/dist/features/appearance/index.d.ts.map +1 -0
- package/dist/features/appearance/index.js.map +1 -0
- package/dist/features/appearance/react/components/AppearanceTab.d.ts.map +1 -0
- package/dist/features/appearance/react/components/AppearanceTab.js +31 -0
- package/dist/features/appearance/react/components/AppearanceTab.js.map +1 -0
- package/dist/features/appearance/rules.d.ts +31 -0
- package/dist/features/appearance/rules.d.ts.map +1 -0
- package/dist/features/appearance/rules.js +45 -0
- package/dist/features/appearance/rules.js.map +1 -0
- package/dist/features/appearance/types.d.ts +12 -0
- package/dist/features/appearance/types.d.ts.map +1 -0
- package/dist/features/appearance/types.js +8 -0
- package/dist/features/appearance/types.js.map +1 -0
- package/dist/features/asset-grid/react/components/AssetGrid.d.ts.map +1 -1
- package/dist/features/asset-grid/react/components/AssetGrid.js +44 -9
- package/dist/features/asset-grid/react/components/AssetGrid.js.map +1 -1
- package/dist/features/asset-grid/react/hooks/useAssetGridLiveUpdates.d.ts.map +1 -1
- package/dist/features/asset-grid/react/hooks/useAssetGridLiveUpdates.js +39 -2
- package/dist/features/asset-grid/react/hooks/useAssetGridLiveUpdates.js.map +1 -1
- package/dist/features/asset-tree-browser/rules.d.ts +1 -0
- package/dist/features/asset-tree-browser/rules.d.ts.map +1 -1
- package/dist/features/asset-tree-browser/rules.js.map +1 -1
- package/dist/features/connectors/ConnectorsBrowser.d.ts.map +1 -1
- package/dist/features/connectors/ConnectorsBrowser.js +2 -2
- package/dist/features/connectors/ConnectorsBrowser.js.map +1 -1
- package/dist/features/connectors/components/ConnectorCard.d.ts.map +1 -1
- package/dist/features/connectors/components/ConnectorCard.js.map +1 -1
- package/dist/features/connectors/components/ConnectorDetailDrawer.d.ts.map +1 -1
- package/dist/features/connectors/components/ConnectorDetailDrawer.js.map +1 -1
- package/dist/features/connectors/dependencies.d.ts +1 -1
- package/dist/features/connectors/dependencies.d.ts.map +1 -1
- package/dist/features/connectors/dependencies.js +1 -2
- package/dist/features/connectors/dependencies.js.map +1 -1
- package/dist/features/connectors/hooks/useConnectorAuthorization.d.ts +38 -0
- package/dist/features/connectors/hooks/useConnectorAuthorization.d.ts.map +1 -1
- package/dist/features/connectors/hooks/useConnectorAuthorization.js +76 -63
- package/dist/features/connectors/hooks/useConnectorAuthorization.js.map +1 -1
- package/dist/features/connectors/hooks/useConnectorCatalog.d.ts.map +1 -1
- package/dist/features/connectors/hooks/useConnectorCatalog.js.map +1 -1
- package/dist/features/connectors/hooks/useConnectorDetail.d.ts.map +1 -1
- package/dist/features/connectors/hooks/useConnectorDetail.js +1 -1
- package/dist/features/connectors/hooks/useConnectorDetail.js.map +1 -1
- package/dist/features/connectors/index.d.ts +4 -4
- package/dist/features/connectors/index.d.ts.map +1 -1
- package/dist/features/connectors/index.js +2 -2
- package/dist/features/connectors/index.js.map +1 -1
- package/dist/features/execution/constants.d.ts +55 -0
- package/dist/features/execution/constants.d.ts.map +1 -0
- package/dist/features/execution/constants.js +187 -0
- package/dist/features/execution/constants.js.map +1 -0
- package/dist/features/execution/dependencies.d.ts +41 -0
- package/dist/features/execution/dependencies.d.ts.map +1 -0
- package/dist/features/execution/dependencies.js +64 -0
- package/dist/features/execution/dependencies.js.map +1 -0
- package/dist/features/execution/index.d.ts +24 -0
- package/dist/features/execution/index.d.ts.map +1 -0
- package/dist/features/execution/index.js +13 -0
- package/dist/features/execution/index.js.map +1 -0
- package/dist/features/execution/ports.d.ts +71 -0
- package/dist/features/execution/ports.d.ts.map +1 -0
- package/dist/features/execution/ports.js.map +1 -0
- package/dist/features/execution/react/components/AgentCliEnvFields.d.ts +26 -0
- package/dist/features/execution/react/components/AgentCliEnvFields.d.ts.map +1 -0
- package/dist/features/execution/react/components/AgentCliEnvFields.js +25 -0
- package/dist/features/execution/react/components/AgentCliEnvFields.js.map +1 -0
- package/dist/features/execution/react/components/AgentDiagnosticRow.d.ts +32 -0
- package/dist/features/execution/react/components/AgentDiagnosticRow.d.ts.map +1 -0
- package/dist/features/execution/react/components/AgentDiagnosticRow.js +61 -0
- package/dist/features/execution/react/components/AgentDiagnosticRow.js.map +1 -0
- package/dist/features/execution/react/components/ByokProviderForm.d.ts +73 -0
- package/dist/features/execution/react/components/ByokProviderForm.d.ts.map +1 -0
- package/dist/features/execution/react/components/ByokProviderForm.js +88 -0
- package/dist/features/execution/react/components/ByokProviderForm.js.map +1 -0
- package/dist/features/execution/react/components/ExecutionTab.d.ts +60 -0
- package/dist/features/execution/react/components/ExecutionTab.d.ts.map +1 -0
- package/dist/features/execution/react/components/ExecutionTab.js +91 -0
- package/dist/features/execution/react/components/ExecutionTab.js.map +1 -0
- package/dist/features/execution/react/components/LocalCliAgentCard.d.ts +40 -0
- package/dist/features/execution/react/components/LocalCliAgentCard.d.ts.map +1 -0
- package/dist/features/execution/react/components/LocalCliAgentCard.js +121 -0
- package/dist/features/execution/react/components/LocalCliAgentCard.js.map +1 -0
- package/dist/features/execution/react/components/LocalCliAgentList.d.ts +37 -0
- package/dist/features/execution/react/components/LocalCliAgentList.d.ts.map +1 -0
- package/dist/features/execution/react/components/LocalCliAgentList.js +18 -0
- package/dist/features/execution/react/components/LocalCliAgentList.js.map +1 -0
- package/dist/features/execution/react/components/ProviderChipGroup.d.ts +21 -0
- package/dist/features/execution/react/components/ProviderChipGroup.d.ts.map +1 -0
- package/dist/features/execution/react/components/ProviderChipGroup.js +22 -0
- package/dist/features/execution/react/components/ProviderChipGroup.js.map +1 -0
- package/dist/features/execution/react/components/SearchableModelSelect.d.ts +45 -0
- package/dist/features/execution/react/components/SearchableModelSelect.d.ts.map +1 -0
- package/dist/features/execution/react/components/SearchableModelSelect.js +55 -0
- package/dist/features/execution/react/components/SearchableModelSelect.js.map +1 -0
- package/dist/features/execution/react/hooks/useExecutionTab.d.ts +38 -0
- package/dist/features/execution/react/hooks/useExecutionTab.d.ts.map +1 -0
- package/dist/features/execution/react/hooks/useExecutionTab.js +158 -0
- package/dist/features/execution/react/hooks/useExecutionTab.js.map +1 -0
- package/dist/features/execution/rules.d.ts +218 -0
- package/dist/features/execution/rules.d.ts.map +1 -0
- package/dist/features/execution/rules.js +414 -0
- package/dist/features/execution/rules.js.map +1 -0
- package/dist/features/execution/types.d.ts +410 -0
- package/dist/features/execution/types.d.ts.map +1 -0
- package/dist/features/execution/types.js +19 -0
- package/dist/features/execution/types.js.map +1 -0
- package/dist/features/external-mcp/constants.d.ts +3 -0
- package/dist/features/external-mcp/constants.d.ts.map +1 -0
- package/dist/features/external-mcp/constants.js +22 -0
- package/dist/features/external-mcp/constants.js.map +1 -0
- package/dist/features/external-mcp/index.d.ts +4 -0
- package/dist/features/external-mcp/index.d.ts.map +1 -0
- package/dist/features/external-mcp/index.js +3 -0
- package/dist/features/external-mcp/index.js.map +1 -0
- package/dist/features/external-mcp/react/components/ExternalMcpTab.d.ts +23 -0
- package/dist/features/external-mcp/react/components/ExternalMcpTab.d.ts.map +1 -0
- package/dist/features/external-mcp/react/components/ExternalMcpTab.js +53 -0
- package/dist/features/external-mcp/react/components/ExternalMcpTab.js.map +1 -0
- package/dist/features/html-editor/canvas-content-wrapper.d.ts +16 -0
- package/dist/features/html-editor/canvas-content-wrapper.d.ts.map +1 -0
- package/dist/features/html-editor/canvas-content-wrapper.js +86 -0
- package/dist/features/html-editor/canvas-content-wrapper.js.map +1 -0
- package/dist/features/html-editor/canvas-embed-placeholders.d.ts +65 -0
- package/dist/features/html-editor/canvas-embed-placeholders.d.ts.map +1 -0
- package/dist/features/html-editor/canvas-embed-placeholders.js +190 -0
- package/dist/features/html-editor/canvas-embed-placeholders.js.map +1 -0
- package/dist/features/html-editor/canvas-style.d.ts +73 -0
- package/dist/features/html-editor/canvas-style.d.ts.map +1 -0
- package/dist/features/html-editor/canvas-style.js +64 -0
- package/dist/features/html-editor/canvas-style.js.map +1 -0
- package/dist/features/html-editor/css.d.ts +22 -0
- package/dist/features/html-editor/css.d.ts.map +1 -0
- package/dist/features/html-editor/css.js +140 -0
- package/dist/features/html-editor/css.js.map +1 -0
- package/dist/features/html-editor/dom.d.ts +15 -0
- package/dist/features/html-editor/dom.d.ts.map +1 -0
- package/dist/features/html-editor/dom.js +20 -0
- package/dist/features/html-editor/dom.js.map +1 -0
- package/dist/features/html-editor/index.d.ts +8 -0
- package/dist/features/html-editor/index.d.ts.map +1 -0
- package/dist/features/html-editor/index.js +5 -0
- package/dist/features/html-editor/index.js.map +1 -0
- package/dist/features/html-editor/react/components/InteractiveHtmlEditor.d.ts +94 -0
- package/dist/features/html-editor/react/components/InteractiveHtmlEditor.d.ts.map +1 -0
- package/dist/features/html-editor/react/components/InteractiveHtmlEditor.js +15 -0
- package/dist/features/html-editor/react/components/InteractiveHtmlEditor.js.map +1 -0
- package/dist/features/html-editor/react/hooks/useInteractiveHtmlEditor.d.ts +33 -0
- package/dist/features/html-editor/react/hooks/useInteractiveHtmlEditor.d.ts.map +1 -0
- package/dist/features/html-editor/react/hooks/useInteractiveHtmlEditor.js +170 -0
- package/dist/features/html-editor/react/hooks/useInteractiveHtmlEditor.js.map +1 -0
- package/dist/features/html-viewer/dependencies.d.ts +1 -1
- package/dist/features/html-viewer/dependencies.d.ts.map +1 -1
- package/dist/features/html-viewer/dependencies.js +2 -2
- package/dist/features/html-viewer/dependencies.js.map +1 -1
- package/dist/features/html-viewer/react/hooks/useDeckNavigation.d.ts +2 -2
- package/dist/features/html-viewer/react/hooks/useDeckNavigation.js +3 -3
- package/dist/features/html-viewer/react/hooks/useDeckNavigation.js.map +1 -1
- package/dist/features/i18n/context.d.ts +35 -2
- package/dist/features/i18n/context.d.ts.map +1 -1
- package/dist/features/i18n/context.js +1 -1
- package/dist/features/i18n/context.js.map +1 -1
- package/dist/features/i18n/dictionaries/index.d.ts +63 -0
- package/dist/features/i18n/dictionaries/index.d.ts.map +1 -0
- package/dist/features/i18n/dictionaries/index.js +70 -0
- package/dist/features/i18n/dictionaries/index.js.map +1 -0
- package/dist/features/i18n/dictionaries/settings-dialog.ar.d.ts +8 -0
- package/dist/features/i18n/dictionaries/settings-dialog.ar.d.ts.map +1 -0
- package/dist/features/i18n/dictionaries/settings-dialog.ar.js +239 -0
- package/dist/features/i18n/dictionaries/settings-dialog.ar.js.map +1 -0
- package/dist/features/i18n/dictionaries/settings-dialog.bn.d.ts +8 -0
- package/dist/features/i18n/dictionaries/settings-dialog.bn.d.ts.map +1 -0
- package/dist/features/i18n/dictionaries/settings-dialog.bn.js +239 -0
- package/dist/features/i18n/dictionaries/settings-dialog.bn.js.map +1 -0
- package/dist/features/i18n/dictionaries/settings-dialog.de.d.ts +17 -0
- package/dist/features/i18n/dictionaries/settings-dialog.de.d.ts.map +1 -0
- package/dist/features/i18n/dictionaries/settings-dialog.de.js +239 -0
- package/dist/features/i18n/dictionaries/settings-dialog.de.js.map +1 -0
- package/dist/features/i18n/dictionaries/settings-dialog.en.d.ts +33 -0
- package/dist/features/i18n/dictionaries/settings-dialog.en.d.ts.map +1 -0
- package/dist/features/i18n/dictionaries/settings-dialog.en.js +239 -0
- package/dist/features/i18n/dictionaries/settings-dialog.en.js.map +1 -0
- package/dist/features/i18n/dictionaries/settings-dialog.es.d.ts +17 -0
- package/dist/features/i18n/dictionaries/settings-dialog.es.d.ts.map +1 -0
- package/dist/features/i18n/dictionaries/settings-dialog.es.js +239 -0
- package/dist/features/i18n/dictionaries/settings-dialog.es.js.map +1 -0
- package/dist/features/i18n/dictionaries/settings-dialog.fa.d.ts +8 -0
- package/dist/features/i18n/dictionaries/settings-dialog.fa.d.ts.map +1 -0
- package/dist/features/i18n/dictionaries/settings-dialog.fa.js +239 -0
- package/dist/features/i18n/dictionaries/settings-dialog.fa.js.map +1 -0
- package/dist/features/i18n/dictionaries/settings-dialog.fr.d.ts +17 -0
- package/dist/features/i18n/dictionaries/settings-dialog.fr.d.ts.map +1 -0
- package/dist/features/i18n/dictionaries/settings-dialog.fr.js +239 -0
- package/dist/features/i18n/dictionaries/settings-dialog.fr.js.map +1 -0
- package/dist/features/i18n/dictionaries/settings-dialog.hi.d.ts +8 -0
- package/dist/features/i18n/dictionaries/settings-dialog.hi.d.ts.map +1 -0
- package/dist/features/i18n/dictionaries/settings-dialog.hi.js +239 -0
- package/dist/features/i18n/dictionaries/settings-dialog.hi.js.map +1 -0
- package/dist/features/i18n/dictionaries/settings-dialog.hu.d.ts +8 -0
- package/dist/features/i18n/dictionaries/settings-dialog.hu.d.ts.map +1 -0
- package/dist/features/i18n/dictionaries/settings-dialog.hu.js +239 -0
- package/dist/features/i18n/dictionaries/settings-dialog.hu.js.map +1 -0
- package/dist/features/i18n/dictionaries/settings-dialog.id.d.ts +17 -0
- package/dist/features/i18n/dictionaries/settings-dialog.id.d.ts.map +1 -0
- package/dist/features/i18n/dictionaries/settings-dialog.id.js +239 -0
- package/dist/features/i18n/dictionaries/settings-dialog.id.js.map +1 -0
- package/dist/features/i18n/dictionaries/settings-dialog.it.d.ts +17 -0
- package/dist/features/i18n/dictionaries/settings-dialog.it.d.ts.map +1 -0
- package/dist/features/i18n/dictionaries/settings-dialog.it.js +239 -0
- package/dist/features/i18n/dictionaries/settings-dialog.it.js.map +1 -0
- package/dist/features/i18n/dictionaries/settings-dialog.ja.d.ts +8 -0
- package/dist/features/i18n/dictionaries/settings-dialog.ja.d.ts.map +1 -0
- package/dist/features/i18n/dictionaries/settings-dialog.ja.js +239 -0
- package/dist/features/i18n/dictionaries/settings-dialog.ja.js.map +1 -0
- package/dist/features/i18n/dictionaries/settings-dialog.ko.d.ts +8 -0
- package/dist/features/i18n/dictionaries/settings-dialog.ko.d.ts.map +1 -0
- package/dist/features/i18n/dictionaries/settings-dialog.ko.js +239 -0
- package/dist/features/i18n/dictionaries/settings-dialog.ko.js.map +1 -0
- package/dist/features/i18n/dictionaries/settings-dialog.pl.d.ts +8 -0
- package/dist/features/i18n/dictionaries/settings-dialog.pl.d.ts.map +1 -0
- package/dist/features/i18n/dictionaries/settings-dialog.pl.js +239 -0
- package/dist/features/i18n/dictionaries/settings-dialog.pl.js.map +1 -0
- package/dist/features/i18n/dictionaries/settings-dialog.pt-BR.d.ts +8 -0
- package/dist/features/i18n/dictionaries/settings-dialog.pt-BR.d.ts.map +1 -0
- package/dist/features/i18n/dictionaries/settings-dialog.pt-BR.js +239 -0
- package/dist/features/i18n/dictionaries/settings-dialog.pt-BR.js.map +1 -0
- package/dist/features/i18n/dictionaries/settings-dialog.ru.d.ts +8 -0
- package/dist/features/i18n/dictionaries/settings-dialog.ru.d.ts.map +1 -0
- package/dist/features/i18n/dictionaries/settings-dialog.ru.js +239 -0
- package/dist/features/i18n/dictionaries/settings-dialog.ru.js.map +1 -0
- package/dist/features/i18n/dictionaries/settings-dialog.th.d.ts +17 -0
- package/dist/features/i18n/dictionaries/settings-dialog.th.d.ts.map +1 -0
- package/dist/features/i18n/dictionaries/settings-dialog.th.js +239 -0
- package/dist/features/i18n/dictionaries/settings-dialog.th.js.map +1 -0
- package/dist/features/i18n/dictionaries/settings-dialog.tr.d.ts +17 -0
- package/dist/features/i18n/dictionaries/settings-dialog.tr.d.ts.map +1 -0
- package/dist/features/i18n/dictionaries/settings-dialog.tr.js +239 -0
- package/dist/features/i18n/dictionaries/settings-dialog.tr.js.map +1 -0
- package/dist/features/i18n/dictionaries/settings-dialog.uk.d.ts +17 -0
- package/dist/features/i18n/dictionaries/settings-dialog.uk.d.ts.map +1 -0
- package/dist/features/i18n/dictionaries/settings-dialog.uk.js +239 -0
- package/dist/features/i18n/dictionaries/settings-dialog.uk.js.map +1 -0
- package/dist/features/i18n/dictionaries/settings-dialog.ur.d.ts +8 -0
- package/dist/features/i18n/dictionaries/settings-dialog.ur.d.ts.map +1 -0
- package/dist/features/i18n/dictionaries/settings-dialog.ur.js +239 -0
- package/dist/features/i18n/dictionaries/settings-dialog.ur.js.map +1 -0
- package/dist/features/i18n/dictionaries/settings-dialog.zh-CN.d.ts +17 -0
- package/dist/features/i18n/dictionaries/settings-dialog.zh-CN.d.ts.map +1 -0
- package/dist/features/i18n/dictionaries/settings-dialog.zh-CN.js +239 -0
- package/dist/features/i18n/dictionaries/settings-dialog.zh-CN.js.map +1 -0
- package/dist/features/i18n/dictionaries/settings-dialog.zh-TW.d.ts +20 -0
- package/dist/features/i18n/dictionaries/settings-dialog.zh-TW.d.ts.map +1 -0
- package/dist/features/i18n/dictionaries/settings-dialog.zh-TW.js +239 -0
- package/dist/features/i18n/dictionaries/settings-dialog.zh-TW.js.map +1 -0
- package/dist/features/i18n/dictionaries/types.d.ts +16 -0
- package/dist/features/i18n/dictionaries/types.d.ts.map +1 -0
- package/dist/features/i18n/dictionaries/types.js.map +1 -0
- package/dist/features/i18n/index.d.ts +2 -0
- package/dist/features/i18n/index.d.ts.map +1 -1
- package/dist/features/i18n/index.js +1 -0
- package/dist/features/i18n/index.js.map +1 -1
- package/dist/features/iframe-pool/react/components/PooledIframe.d.ts.map +1 -1
- package/dist/features/iframe-pool/react/components/PooledIframe.js +27 -3
- package/dist/features/iframe-pool/react/components/PooledIframe.js.map +1 -1
- package/dist/features/instructions/index.d.ts.map +1 -0
- package/dist/features/instructions/index.js.map +1 -0
- package/dist/features/instructions/react/components/InstructionsTab.d.ts.map +1 -0
- package/dist/features/instructions/react/components/InstructionsTab.js +16 -0
- package/dist/features/instructions/react/components/InstructionsTab.js.map +1 -0
- package/dist/features/integrations/constants.d.ts.map +1 -0
- package/dist/features/integrations/constants.js.map +1 -0
- package/dist/features/integrations/dependencies.d.ts.map +1 -0
- package/dist/features/integrations/dependencies.js.map +1 -0
- package/dist/features/integrations/index.d.ts +18 -0
- package/dist/features/integrations/index.d.ts.map +1 -0
- package/dist/features/integrations/index.js +10 -0
- package/dist/features/integrations/index.js.map +1 -0
- package/dist/features/integrations/ports.d.ts.map +1 -0
- package/dist/features/integrations/ports.js +2 -0
- package/dist/features/integrations/ports.js.map +1 -0
- package/dist/features/integrations/react/components/ClientPicker.d.ts.map +1 -0
- package/dist/features/integrations/react/components/ClientPicker.js +31 -0
- package/dist/features/integrations/react/components/ClientPicker.js.map +1 -0
- package/dist/features/integrations/react/components/CodexInstallToggleButton.d.ts.map +1 -0
- package/dist/features/integrations/react/components/CodexInstallToggleButton.js +21 -0
- package/dist/features/integrations/react/components/CodexInstallToggleButton.js.map +1 -0
- package/dist/features/integrations/react/components/IntegrationsTab.d.ts +27 -0
- package/dist/features/integrations/react/components/IntegrationsTab.d.ts.map +1 -0
- package/dist/features/integrations/react/components/IntegrationsTab.js +61 -0
- package/dist/features/integrations/react/components/IntegrationsTab.js.map +1 -0
- package/dist/features/integrations/react/components/SnippetBlock.d.ts.map +1 -0
- package/dist/features/integrations/react/components/SnippetBlock.js +53 -0
- package/dist/features/integrations/react/components/SnippetBlock.js.map +1 -0
- package/dist/features/integrations/react/hooks/useCodexInstallToggle.d.ts.map +1 -0
- package/dist/features/integrations/react/hooks/useCodexInstallToggle.js.map +1 -0
- package/dist/features/integrations/react/hooks/useMcpInstallInfo.d.ts.map +1 -0
- package/dist/features/integrations/react/hooks/useMcpInstallInfo.js.map +1 -0
- package/dist/features/integrations/rules.d.ts +55 -0
- package/dist/features/integrations/rules.d.ts.map +1 -0
- package/dist/features/integrations/rules.js +193 -0
- package/dist/features/integrations/rules.js.map +1 -0
- package/dist/features/integrations/types.d.ts +58 -0
- package/dist/features/integrations/types.d.ts.map +1 -0
- package/dist/features/integrations/types.js +15 -0
- package/dist/features/integrations/types.js.map +1 -0
- package/dist/features/interactive-ui/index.d.ts +23 -0
- package/dist/features/interactive-ui/index.d.ts.map +1 -0
- package/dist/features/interactive-ui/index.js +37 -0
- package/dist/features/interactive-ui/index.js.map +1 -0
- package/dist/features/interactive-ui/interactive-ui.css +2 -0
- package/dist/features/interactive-ui/manifests.d.ts +21 -0
- package/dist/features/interactive-ui/manifests.d.ts.map +1 -0
- package/dist/features/interactive-ui/manifests.js +37 -0
- package/dist/features/interactive-ui/manifests.js.map +1 -0
- package/dist/features/interactive-ui/providers/native/data-table.d.ts +12 -0
- package/dist/features/interactive-ui/providers/native/data-table.d.ts.map +1 -0
- package/dist/features/interactive-ui/providers/native/data-table.js +5 -0
- package/dist/features/interactive-ui/providers/native/data-table.js.map +1 -0
- package/dist/features/interactive-ui/providers/native/data-table.manifest.d.ts +57 -0
- package/dist/features/interactive-ui/providers/native/data-table.manifest.d.ts.map +1 -0
- package/dist/features/interactive-ui/providers/native/data-table.manifest.js +31 -0
- package/dist/features/interactive-ui/providers/native/data-table.manifest.js.map +1 -0
- package/dist/features/interactive-ui/providers/native/index.d.ts +3 -0
- package/dist/features/interactive-ui/providers/native/index.d.ts.map +1 -0
- package/dist/features/interactive-ui/providers/native/index.js +3 -0
- package/dist/features/interactive-ui/providers/native/index.js.map +1 -0
- package/dist/features/interactive-ui/providers/recharts/bar-chart.d.ts +8 -0
- package/dist/features/interactive-ui/providers/recharts/bar-chart.d.ts.map +1 -0
- package/dist/features/interactive-ui/providers/recharts/bar-chart.js +6 -0
- package/dist/features/interactive-ui/providers/recharts/bar-chart.js.map +1 -0
- package/dist/features/interactive-ui/providers/recharts/bar-chart.manifest.d.ts +21 -0
- package/dist/features/interactive-ui/providers/recharts/bar-chart.manifest.d.ts.map +1 -0
- package/dist/features/interactive-ui/providers/recharts/bar-chart.manifest.js +18 -0
- package/dist/features/interactive-ui/providers/recharts/bar-chart.manifest.js.map +1 -0
- package/dist/features/interactive-ui/providers/recharts/index.d.ts +7 -0
- package/dist/features/interactive-ui/providers/recharts/index.d.ts.map +1 -0
- package/dist/features/interactive-ui/providers/recharts/index.js +7 -0
- package/dist/features/interactive-ui/providers/recharts/index.js.map +1 -0
- package/dist/features/interactive-ui/providers/recharts/line-chart.d.ts +8 -0
- package/dist/features/interactive-ui/providers/recharts/line-chart.d.ts.map +1 -0
- package/dist/features/interactive-ui/providers/recharts/line-chart.js +6 -0
- package/dist/features/interactive-ui/providers/recharts/line-chart.js.map +1 -0
- package/dist/features/interactive-ui/providers/recharts/line-chart.manifest.d.ts +20 -0
- package/dist/features/interactive-ui/providers/recharts/line-chart.manifest.d.ts.map +1 -0
- package/dist/features/interactive-ui/providers/recharts/line-chart.manifest.js +17 -0
- package/dist/features/interactive-ui/providers/recharts/line-chart.manifest.js.map +1 -0
- package/dist/features/interactive-ui/providers/recharts/pie-chart.d.ts +10 -0
- package/dist/features/interactive-ui/providers/recharts/pie-chart.d.ts.map +1 -0
- package/dist/features/interactive-ui/providers/recharts/pie-chart.js +7 -0
- package/dist/features/interactive-ui/providers/recharts/pie-chart.js.map +1 -0
- package/dist/features/interactive-ui/providers/recharts/pie-chart.manifest.d.ts +41 -0
- package/dist/features/interactive-ui/providers/recharts/pie-chart.manifest.d.ts.map +1 -0
- package/dist/features/interactive-ui/providers/recharts/pie-chart.manifest.js +15 -0
- package/dist/features/interactive-ui/providers/recharts/pie-chart.manifest.js.map +1 -0
- package/dist/features/interactive-ui/providers/shadcn/action-button.d.ts +14 -0
- package/dist/features/interactive-ui/providers/shadcn/action-button.d.ts.map +1 -0
- package/dist/features/interactive-ui/providers/shadcn/action-button.js +6 -0
- package/dist/features/interactive-ui/providers/shadcn/action-button.js.map +1 -0
- package/dist/features/interactive-ui/providers/shadcn/action-button.manifest.d.ts +24 -0
- package/dist/features/interactive-ui/providers/shadcn/action-button.manifest.d.ts.map +1 -0
- package/dist/features/interactive-ui/providers/shadcn/action-button.manifest.js +21 -0
- package/dist/features/interactive-ui/providers/shadcn/action-button.manifest.js.map +1 -0
- package/dist/features/interactive-ui/providers/shadcn/button.d.ts +18 -0
- package/dist/features/interactive-ui/providers/shadcn/button.d.ts.map +1 -0
- package/dist/features/interactive-ui/providers/shadcn/button.js +40 -0
- package/dist/features/interactive-ui/providers/shadcn/button.js.map +1 -0
- package/dist/features/interactive-ui/providers/shadcn/card.d.ts +13 -0
- package/dist/features/interactive-ui/providers/shadcn/card.d.ts.map +1 -0
- package/dist/features/interactive-ui/providers/shadcn/card.js +21 -0
- package/dist/features/interactive-ui/providers/shadcn/card.js.map +1 -0
- package/dist/features/interactive-ui/providers/shadcn/checkbox-field.d.ts +9 -0
- package/dist/features/interactive-ui/providers/shadcn/checkbox-field.d.ts.map +1 -0
- package/dist/features/interactive-ui/providers/shadcn/checkbox-field.js +9 -0
- package/dist/features/interactive-ui/providers/shadcn/checkbox-field.js.map +1 -0
- package/dist/features/interactive-ui/providers/shadcn/checkbox-field.manifest.d.ts +17 -0
- package/dist/features/interactive-ui/providers/shadcn/checkbox-field.manifest.d.ts.map +1 -0
- package/dist/features/interactive-ui/providers/shadcn/checkbox-field.manifest.js +16 -0
- package/dist/features/interactive-ui/providers/shadcn/checkbox-field.manifest.js.map +1 -0
- package/dist/features/interactive-ui/providers/shadcn/checkbox.d.ts +10 -0
- package/dist/features/interactive-ui/providers/shadcn/checkbox.d.ts.map +1 -0
- package/dist/features/interactive-ui/providers/shadcn/checkbox.js +14 -0
- package/dist/features/interactive-ui/providers/shadcn/checkbox.js.map +1 -0
- package/dist/features/interactive-ui/providers/shadcn/content-card.d.ts +7 -0
- package/dist/features/interactive-ui/providers/shadcn/content-card.d.ts.map +1 -0
- package/dist/features/interactive-ui/providers/shadcn/content-card.js +6 -0
- package/dist/features/interactive-ui/providers/shadcn/content-card.js.map +1 -0
- package/dist/features/interactive-ui/providers/shadcn/content-card.manifest.d.ts +17 -0
- package/dist/features/interactive-ui/providers/shadcn/content-card.manifest.d.ts.map +1 -0
- package/dist/features/interactive-ui/providers/shadcn/content-card.manifest.js +16 -0
- package/dist/features/interactive-ui/providers/shadcn/content-card.manifest.js.map +1 -0
- package/dist/features/interactive-ui/providers/shadcn/data-table.d.ts +13 -0
- package/dist/features/interactive-ui/providers/shadcn/data-table.d.ts.map +1 -0
- package/dist/features/interactive-ui/providers/shadcn/data-table.js +7 -0
- package/dist/features/interactive-ui/providers/shadcn/data-table.js.map +1 -0
- package/dist/features/interactive-ui/providers/shadcn/data-table.manifest.d.ts +47 -0
- package/dist/features/interactive-ui/providers/shadcn/data-table.manifest.d.ts.map +1 -0
- package/dist/features/interactive-ui/providers/shadcn/data-table.manifest.js +21 -0
- package/dist/features/interactive-ui/providers/shadcn/data-table.manifest.js.map +1 -0
- package/dist/features/interactive-ui/providers/shadcn/index.d.ts +15 -0
- package/dist/features/interactive-ui/providers/shadcn/index.d.ts.map +1 -0
- package/dist/features/interactive-ui/providers/shadcn/index.js +15 -0
- package/dist/features/interactive-ui/providers/shadcn/index.js.map +1 -0
- package/dist/features/interactive-ui/providers/shadcn/input.d.ts +8 -0
- package/dist/features/interactive-ui/providers/shadcn/input.d.ts.map +1 -0
- package/dist/features/interactive-ui/providers/shadcn/input.js +13 -0
- package/dist/features/interactive-ui/providers/shadcn/input.js.map +1 -0
- package/dist/features/interactive-ui/providers/shadcn/label.d.ts +11 -0
- package/dist/features/interactive-ui/providers/shadcn/label.d.ts.map +1 -0
- package/dist/features/interactive-ui/providers/shadcn/label.js +15 -0
- package/dist/features/interactive-ui/providers/shadcn/label.js.map +1 -0
- package/dist/features/interactive-ui/providers/shadcn/lib/utils.d.ts +9 -0
- package/dist/features/interactive-ui/providers/shadcn/lib/utils.d.ts.map +1 -0
- package/dist/features/interactive-ui/providers/shadcn/lib/utils.js +12 -0
- package/dist/features/interactive-ui/providers/shadcn/lib/utils.js.map +1 -0
- package/dist/features/interactive-ui/providers/shadcn/radio-group-field.d.ts +13 -0
- package/dist/features/interactive-ui/providers/shadcn/radio-group-field.d.ts.map +1 -0
- package/dist/features/interactive-ui/providers/shadcn/radio-group-field.js +14 -0
- package/dist/features/interactive-ui/providers/shadcn/radio-group-field.js.map +1 -0
- package/dist/features/interactive-ui/providers/shadcn/radio-group-field.manifest.d.ts +44 -0
- package/dist/features/interactive-ui/providers/shadcn/radio-group-field.manifest.d.ts.map +1 -0
- package/dist/features/interactive-ui/providers/shadcn/radio-group-field.manifest.js +16 -0
- package/dist/features/interactive-ui/providers/shadcn/radio-group-field.manifest.js.map +1 -0
- package/dist/features/interactive-ui/providers/shadcn/radio-group.d.ts +11 -0
- package/dist/features/interactive-ui/providers/shadcn/radio-group.d.ts.map +1 -0
- package/dist/features/interactive-ui/providers/shadcn/radio-group.js +20 -0
- package/dist/features/interactive-ui/providers/shadcn/radio-group.js.map +1 -0
- package/dist/features/interactive-ui/providers/shadcn/select-field.d.ts +14 -0
- package/dist/features/interactive-ui/providers/shadcn/select-field.d.ts.map +1 -0
- package/dist/features/interactive-ui/providers/shadcn/select-field.js +8 -0
- package/dist/features/interactive-ui/providers/shadcn/select-field.js.map +1 -0
- package/dist/features/interactive-ui/providers/shadcn/select-field.manifest.d.ts +47 -0
- package/dist/features/interactive-ui/providers/shadcn/select-field.manifest.d.ts.map +1 -0
- package/dist/features/interactive-ui/providers/shadcn/select-field.manifest.js +17 -0
- package/dist/features/interactive-ui/providers/shadcn/select-field.manifest.js.map +1 -0
- package/dist/features/interactive-ui/providers/shadcn/select.d.ts +19 -0
- package/dist/features/interactive-ui/providers/shadcn/select.d.ts.map +1 -0
- package/dist/features/interactive-ui/providers/shadcn/select.js +30 -0
- package/dist/features/interactive-ui/providers/shadcn/select.js.map +1 -0
- package/dist/features/interactive-ui/providers/shadcn/table.d.ts +17 -0
- package/dist/features/interactive-ui/providers/shadcn/table.d.ts.map +1 -0
- package/dist/features/interactive-ui/providers/shadcn/table.js +35 -0
- package/dist/features/interactive-ui/providers/shadcn/table.js.map +1 -0
- package/dist/features/interactive-ui/providers/shadcn/text-input-field.d.ts +16 -0
- package/dist/features/interactive-ui/providers/shadcn/text-input-field.d.ts.map +1 -0
- package/dist/features/interactive-ui/providers/shadcn/text-input-field.js +6 -0
- package/dist/features/interactive-ui/providers/shadcn/text-input-field.js.map +1 -0
- package/dist/features/interactive-ui/providers/shadcn/text-input-field.manifest.d.ts +20 -0
- package/dist/features/interactive-ui/providers/shadcn/text-input-field.manifest.d.ts.map +1 -0
- package/dist/features/interactive-ui/providers/shadcn/text-input-field.manifest.js +17 -0
- package/dist/features/interactive-ui/providers/shadcn/text-input-field.manifest.js.map +1 -0
- package/dist/features/interactive-ui/registry.d.ts +27 -0
- package/dist/features/interactive-ui/registry.d.ts.map +1 -0
- package/dist/features/interactive-ui/registry.js +27 -0
- package/dist/features/interactive-ui/registry.js.map +1 -0
- package/dist/features/interactive-ui/types.d.ts +18 -0
- package/dist/features/interactive-ui/types.d.ts.map +1 -0
- package/dist/features/interactive-ui/types.js.map +1 -0
- package/dist/features/language/index.d.ts.map +1 -0
- package/dist/features/language/index.js.map +1 -0
- package/dist/features/language/react/components/LanguageTab.d.ts.map +1 -0
- package/dist/features/language/react/components/LanguageTab.js +18 -0
- package/dist/features/language/react/components/LanguageTab.js.map +1 -0
- package/dist/features/language/types.d.ts +21 -0
- package/dist/features/language/types.d.ts.map +1 -0
- package/dist/features/language/types.js +2 -0
- package/dist/features/language/types.js.map +1 -0
- package/dist/features/list-detail-panel/types.d.ts +1 -1
- package/dist/features/list-detail-panel/types.js +1 -1
- package/dist/features/mcp-ui/confirmation-store.d.ts +110 -0
- package/dist/features/mcp-ui/confirmation-store.d.ts.map +1 -0
- package/dist/features/mcp-ui/confirmation-store.js +149 -0
- package/dist/features/mcp-ui/confirmation-store.js.map +1 -0
- package/dist/features/mcp-ui/early-message-buffer.d.ts +62 -0
- package/dist/features/mcp-ui/early-message-buffer.d.ts.map +1 -0
- package/dist/features/mcp-ui/early-message-buffer.js +69 -0
- package/dist/features/mcp-ui/early-message-buffer.js.map +1 -0
- package/dist/features/mcp-ui/escape.d.ts +51 -0
- package/dist/features/mcp-ui/escape.d.ts.map +1 -0
- package/dist/features/mcp-ui/escape.js +68 -0
- package/dist/features/mcp-ui/escape.js.map +1 -0
- package/dist/features/mcp-ui/index.d.ts +28 -0
- package/dist/features/mcp-ui/index.d.ts.map +1 -0
- package/dist/features/mcp-ui/index.js +28 -0
- package/dist/features/mcp-ui/index.js.map +1 -0
- package/dist/features/mcp-ui/protocol.d.ts +59 -0
- package/dist/features/mcp-ui/protocol.d.ts.map +1 -0
- package/dist/features/mcp-ui/protocol.js +58 -0
- package/dist/features/mcp-ui/protocol.js.map +1 -0
- package/dist/features/mcp-ui/resource.d.ts +192 -0
- package/dist/features/mcp-ui/resource.d.ts.map +1 -0
- package/dist/features/mcp-ui/resource.js +228 -0
- package/dist/features/mcp-ui/resource.js.map +1 -0
- package/dist/features/mcp-ui/sandbox-proxy.d.ts +132 -0
- package/dist/features/mcp-ui/sandbox-proxy.d.ts.map +1 -0
- package/dist/features/mcp-ui/sandbox-proxy.js +167 -0
- package/dist/features/mcp-ui/sandbox-proxy.js.map +1 -0
- package/dist/features/mcp-ui/surfaces/bridge.d.ts +43 -0
- package/dist/features/mcp-ui/surfaces/bridge.d.ts.map +1 -0
- package/dist/features/mcp-ui/surfaces/bridge.js +200 -0
- package/dist/features/mcp-ui/surfaces/bridge.js.map +1 -0
- package/dist/features/mcp-ui/surfaces/checkbox.d.ts +25 -0
- package/dist/features/mcp-ui/surfaces/checkbox.d.ts.map +1 -0
- package/dist/features/mcp-ui/surfaces/checkbox.js +26 -0
- package/dist/features/mcp-ui/surfaces/checkbox.js.map +1 -0
- package/dist/features/mcp-ui/surfaces/choice-group.d.ts +34 -0
- package/dist/features/mcp-ui/surfaces/choice-group.d.ts.map +1 -0
- package/dist/features/mcp-ui/surfaces/choice-group.js +70 -0
- package/dist/features/mcp-ui/surfaces/choice-group.js.map +1 -0
- package/dist/features/mcp-ui/surfaces/confirmation.d.ts +75 -0
- package/dist/features/mcp-ui/surfaces/confirmation.d.ts.map +1 -0
- package/dist/features/mcp-ui/surfaces/confirmation.js +148 -0
- package/dist/features/mcp-ui/surfaces/confirmation.js.map +1 -0
- package/dist/features/mcp-ui/surfaces/document.d.ts +173 -0
- package/dist/features/mcp-ui/surfaces/document.d.ts.map +1 -0
- package/dist/features/mcp-ui/surfaces/document.js +327 -0
- package/dist/features/mcp-ui/surfaces/document.js.map +1 -0
- package/dist/features/mcp-ui/surfaces/fields.d.ts +77 -0
- package/dist/features/mcp-ui/surfaces/fields.d.ts.map +1 -0
- package/dist/features/mcp-ui/surfaces/fields.js +97 -0
- package/dist/features/mcp-ui/surfaces/fields.js.map +1 -0
- package/dist/features/mcp-ui/surfaces/form.d.ts +78 -0
- package/dist/features/mcp-ui/surfaces/form.d.ts.map +1 -0
- package/dist/features/mcp-ui/surfaces/form.js +218 -0
- package/dist/features/mcp-ui/surfaces/form.js.map +1 -0
- package/dist/features/mcp-ui/surfaces/index.d.ts +12 -0
- package/dist/features/mcp-ui/surfaces/index.d.ts.map +1 -0
- package/dist/features/mcp-ui/surfaces/index.js +12 -0
- package/dist/features/mcp-ui/surfaces/index.js.map +1 -0
- package/dist/features/mcp-ui/surfaces/outcome.d.ts +102 -0
- package/dist/features/mcp-ui/surfaces/outcome.d.ts.map +1 -0
- package/dist/features/mcp-ui/surfaces/outcome.js +119 -0
- package/dist/features/mcp-ui/surfaces/outcome.js.map +1 -0
- package/dist/features/mcp-ui/surfaces/select.d.ts +35 -0
- package/dist/features/mcp-ui/surfaces/select.d.ts.map +1 -0
- package/dist/features/mcp-ui/surfaces/select.js +36 -0
- package/dist/features/mcp-ui/surfaces/select.js.map +1 -0
- package/dist/features/mcp-ui/surfaces/text-input.d.ts +35 -0
- package/dist/features/mcp-ui/surfaces/text-input.d.ts.map +1 -0
- package/dist/features/mcp-ui/surfaces/text-input.js +61 -0
- package/dist/features/mcp-ui/surfaces/text-input.js.map +1 -0
- package/dist/features/mcp-ui/surfaces/tokens.d.ts +106 -0
- package/dist/features/mcp-ui/surfaces/tokens.d.ts.map +1 -0
- package/dist/features/mcp-ui/surfaces/tokens.js +165 -0
- package/dist/features/mcp-ui/surfaces/tokens.js.map +1 -0
- package/dist/features/media-providers/constants.d.ts +10 -0
- package/dist/features/media-providers/constants.d.ts.map +1 -0
- package/dist/features/media-providers/constants.js +90 -0
- package/dist/features/media-providers/constants.js.map +1 -0
- package/dist/features/media-providers/dependencies.d.ts +27 -0
- package/dist/features/media-providers/dependencies.d.ts.map +1 -0
- package/dist/features/media-providers/dependencies.js +29 -0
- package/dist/features/media-providers/dependencies.js.map +1 -0
- package/dist/features/media-providers/index.d.ts +10 -0
- package/dist/features/media-providers/index.d.ts.map +1 -0
- package/dist/features/media-providers/index.js +6 -0
- package/dist/features/media-providers/index.js.map +1 -0
- package/dist/features/media-providers/ports.d.ts +51 -0
- package/dist/features/media-providers/ports.d.ts.map +1 -0
- package/dist/features/media-providers/ports.js +2 -0
- package/dist/features/media-providers/ports.js.map +1 -0
- package/dist/features/media-providers/react/components/MediaProvidersTab.d.ts +59 -0
- package/dist/features/media-providers/react/components/MediaProvidersTab.d.ts.map +1 -0
- package/dist/features/media-providers/react/components/MediaProvidersTab.js +92 -0
- package/dist/features/media-providers/react/components/MediaProvidersTab.js.map +1 -0
- package/dist/features/media-providers/react/hooks/useMediaProvidersTab.d.ts +58 -0
- package/dist/features/media-providers/react/hooks/useMediaProvidersTab.d.ts.map +1 -0
- package/dist/features/media-providers/react/hooks/useMediaProvidersTab.js +294 -0
- package/dist/features/media-providers/react/hooks/useMediaProvidersTab.js.map +1 -0
- package/dist/features/media-providers/rules.d.ts +139 -0
- package/dist/features/media-providers/rules.d.ts.map +1 -0
- package/dist/features/media-providers/rules.js +227 -0
- package/dist/features/media-providers/rules.js.map +1 -0
- package/dist/features/media-providers/types.d.ts +102 -0
- package/dist/features/media-providers/types.d.ts.map +1 -0
- package/dist/features/media-providers/types.js +27 -0
- package/dist/features/media-providers/types.js.map +1 -0
- package/dist/features/memory/constants.d.ts +0 -2
- package/dist/features/memory/constants.d.ts.map +1 -1
- package/dist/features/memory/constants.js +0 -9
- package/dist/features/memory/constants.js.map +1 -1
- package/dist/features/memory/dependencies.d.ts +1 -28
- package/dist/features/memory/dependencies.d.ts.map +1 -1
- package/dist/features/memory/dependencies.js +39 -23
- package/dist/features/memory/dependencies.js.map +1 -1
- package/dist/features/memory/formatters.d.ts +5 -2
- package/dist/features/memory/formatters.d.ts.map +1 -1
- package/dist/features/memory/formatters.js +1 -2
- package/dist/features/memory/formatters.js.map +1 -1
- package/dist/features/memory/index.d.ts +8 -8
- package/dist/features/memory/index.d.ts.map +1 -1
- package/dist/features/memory/index.js +6 -10
- package/dist/features/memory/index.js.map +1 -1
- package/dist/features/memory/ports.d.ts +1 -1
- package/dist/features/memory/react/components/MemoryConnectedPanel.d.ts +1 -1
- package/dist/features/memory/react/components/MemoryConnectedPanel.d.ts.map +1 -1
- package/dist/features/memory/react/components/MemoryConnectedPanel.js +2 -1
- package/dist/features/memory/react/components/MemoryConnectedPanel.js.map +1 -1
- package/dist/features/memory/react/components/MemoryEntryCard.d.ts.map +1 -1
- package/dist/features/memory/react/components/MemoryEntryCard.js +2 -1
- package/dist/features/memory/react/components/MemoryEntryCard.js.map +1 -1
- package/dist/features/memory/react/components/MemoryExtractionCard.d.ts.map +1 -1
- package/dist/features/memory/react/components/MemoryExtractionCard.js +1 -1
- package/dist/features/memory/react/components/MemoryExtractionCard.js.map +1 -1
- package/dist/features/memory/react/components/MemoryManualEditor.d.ts.map +1 -1
- package/dist/features/memory/react/components/MemoryManualEditor.js +2 -1
- package/dist/features/memory/react/components/MemoryManualEditor.js.map +1 -1
- package/dist/features/memory/react/components/MemorySettingsPanel.d.ts +22 -0
- package/dist/features/memory/react/components/MemorySettingsPanel.d.ts.map +1 -0
- package/dist/features/memory/react/components/MemorySettingsPanel.js +30 -0
- package/dist/features/memory/react/components/MemorySettingsPanel.js.map +1 -0
- package/dist/features/memory/react/hooks/useMemoryConfig.hooks.d.ts.map +1 -1
- package/dist/features/memory/react/hooks/useMemoryConfig.hooks.js +1 -1
- package/dist/features/memory/react/hooks/useMemoryConfig.hooks.js.map +1 -1
- package/dist/features/memory/react/hooks/useMemoryConnectors.hooks.d.ts +43 -1
- package/dist/features/memory/react/hooks/useMemoryConnectors.hooks.d.ts.map +1 -1
- package/dist/features/memory/react/hooks/useMemoryConnectors.hooks.js +99 -99
- package/dist/features/memory/react/hooks/useMemoryConnectors.hooks.js.map +1 -1
- package/dist/features/memory/react/hooks/useMemoryConnectors.rules.d.ts +54 -0
- package/dist/features/memory/react/hooks/useMemoryConnectors.rules.d.ts.map +1 -0
- package/dist/features/memory/react/hooks/useMemoryConnectors.rules.js +81 -0
- package/dist/features/memory/react/hooks/useMemoryConnectors.rules.js.map +1 -0
- package/dist/features/memory/react/hooks/useMemoryEntries.hooks.d.ts.map +1 -1
- package/dist/features/memory/react/hooks/useMemoryEntries.hooks.js +1 -1
- package/dist/features/memory/react/hooks/useMemoryEntries.hooks.js.map +1 -1
- package/dist/features/memory/react/hooks/useMemoryExtractions.hooks.d.ts.map +1 -1
- package/dist/features/memory/react/hooks/useMemoryExtractions.hooks.js.map +1 -1
- package/dist/features/memory/react/render-markdown.d.ts.map +1 -1
- package/dist/features/memory/react/render-markdown.js +3 -2
- package/dist/features/memory/react/render-markdown.js.map +1 -1
- package/dist/features/memory/react/styles.d.ts +11 -0
- package/dist/features/memory/react/styles.d.ts.map +1 -0
- package/dist/features/memory/react/styles.js +18 -0
- package/dist/features/memory/react/styles.js.map +1 -0
- package/dist/features/memory/rules.d.ts +1 -1
- package/dist/features/memory/rules.js +2 -2
- package/dist/features/memory/rules.js.map +1 -1
- package/dist/features/memory/types.d.ts +1 -1
- package/dist/features/memory/types.d.ts.map +1 -1
- package/dist/features/notifications/constants.d.ts.map +1 -0
- package/dist/features/notifications/constants.js +8 -0
- package/dist/features/notifications/constants.js.map +1 -0
- package/dist/features/notifications/index.d.ts +5 -0
- package/dist/features/notifications/index.d.ts.map +1 -0
- package/dist/features/notifications/index.js.map +1 -0
- package/dist/features/notifications/notifications-catalog.d.ts +25 -0
- package/dist/features/notifications/notifications-catalog.d.ts.map +1 -0
- package/dist/features/notifications/notifications-catalog.js +27 -0
- package/dist/features/notifications/notifications-catalog.js.map +1 -0
- package/dist/features/notifications/react/components/NotificationsTab.d.ts +48 -0
- package/dist/features/notifications/react/components/NotificationsTab.d.ts.map +1 -0
- package/dist/features/notifications/react/components/NotificationsTab.js +84 -0
- package/dist/features/notifications/react/components/NotificationsTab.js.map +1 -0
- package/dist/features/notifications/rules.d.ts +21 -0
- package/dist/features/notifications/rules.d.ts.map +1 -0
- package/dist/features/notifications/rules.js +7 -0
- package/dist/features/notifications/rules.js.map +1 -0
- package/dist/features/notifications/types.d.ts +15 -0
- package/dist/features/notifications/types.d.ts.map +1 -0
- package/dist/features/notifications/types.js +2 -0
- package/dist/features/notifications/types.js.map +1 -0
- package/dist/features/privacy/index.d.ts +5 -0
- package/dist/features/privacy/index.d.ts.map +1 -0
- package/dist/features/privacy/index.js.map +1 -0
- package/dist/features/privacy/react/components/PrivacyTab.d.ts +34 -0
- package/dist/features/privacy/react/components/PrivacyTab.d.ts.map +1 -0
- package/dist/features/privacy/react/components/PrivacyTab.js +36 -0
- package/dist/features/privacy/react/components/PrivacyTab.js.map +1 -0
- package/dist/features/privacy/rules.d.ts.map +1 -0
- package/dist/features/privacy/rules.js +70 -0
- package/dist/features/privacy/rules.js.map +1 -0
- package/dist/features/privacy/types.d.ts.map +1 -0
- package/dist/features/privacy/types.js.map +1 -0
- package/dist/features/project-locations/dependencies.d.ts +20 -0
- package/dist/features/project-locations/dependencies.d.ts.map +1 -0
- package/dist/features/project-locations/dependencies.js +45 -0
- package/dist/features/project-locations/dependencies.js.map +1 -0
- package/dist/features/project-locations/index.d.ts +9 -0
- package/dist/features/project-locations/index.d.ts.map +1 -0
- package/dist/features/project-locations/index.js +5 -0
- package/dist/features/project-locations/index.js.map +1 -0
- package/dist/features/project-locations/ports.d.ts +41 -0
- package/dist/features/project-locations/ports.d.ts.map +1 -0
- package/dist/features/project-locations/ports.js +2 -0
- package/dist/features/project-locations/ports.js.map +1 -0
- package/dist/features/project-locations/react/components/ProjectLocationsTab.d.ts +36 -0
- package/dist/features/project-locations/react/components/ProjectLocationsTab.d.ts.map +1 -0
- package/dist/features/project-locations/react/components/ProjectLocationsTab.js +53 -0
- package/dist/features/project-locations/react/components/ProjectLocationsTab.js.map +1 -0
- package/dist/features/project-locations/react/hooks/useProjectLocationsTab.d.ts +41 -0
- package/dist/features/project-locations/react/hooks/useProjectLocationsTab.d.ts.map +1 -0
- package/dist/features/project-locations/react/hooks/useProjectLocationsTab.js +157 -0
- package/dist/features/project-locations/react/hooks/useProjectLocationsTab.js.map +1 -0
- package/dist/features/project-locations/rules.d.ts +53 -0
- package/dist/features/project-locations/rules.d.ts.map +1 -0
- package/dist/features/project-locations/rules.js +82 -0
- package/dist/features/project-locations/rules.js.map +1 -0
- package/dist/features/project-locations/types.d.ts +78 -0
- package/dist/features/project-locations/types.d.ts.map +1 -0
- package/dist/features/project-locations/types.js +13 -0
- package/dist/features/project-locations/types.js.map +1 -0
- package/dist/features/resource-dashboard/types.d.ts +1 -1
- package/dist/features/resource-dashboard/types.js +1 -1
- package/dist/features/settings/dialog/index.d.ts +7 -0
- package/dist/features/settings/dialog/index.d.ts.map +1 -0
- package/dist/features/settings/dialog/index.js +8 -0
- package/dist/features/settings/dialog/index.js.map +1 -0
- package/dist/features/settings/dialog/react/components/SettingsDialogShell.d.ts +33 -0
- package/dist/features/settings/dialog/react/components/SettingsDialogShell.d.ts.map +1 -0
- package/dist/features/settings/dialog/react/components/SettingsDialogShell.js +32 -0
- package/dist/features/settings/dialog/react/components/SettingsDialogShell.js.map +1 -0
- package/dist/features/settings/dialog/react/hooks/useSettingsDialogShell.d.ts +11 -0
- package/dist/features/settings/dialog/react/hooks/useSettingsDialogShell.d.ts.map +1 -0
- package/dist/features/settings/dialog/react/hooks/useSettingsDialogShell.js +10 -0
- package/dist/features/settings/dialog/react/hooks/useSettingsDialogShell.js.map +1 -0
- package/dist/features/settings/dialog/styles/settings-dialog.css +4434 -0
- package/dist/features/skills/dependencies.d.ts +18 -0
- package/dist/features/skills/dependencies.d.ts.map +1 -0
- package/dist/features/skills/dependencies.js +82 -0
- package/dist/features/skills/dependencies.js.map +1 -0
- package/dist/features/skills/index.d.ts +13 -0
- package/dist/features/skills/index.d.ts.map +1 -0
- package/dist/features/skills/index.js +7 -0
- package/dist/features/skills/index.js.map +1 -0
- package/dist/features/skills/ports.d.ts +45 -0
- package/dist/features/skills/ports.d.ts.map +1 -0
- package/dist/features/skills/ports.js +2 -0
- package/dist/features/skills/ports.js.map +1 -0
- package/dist/features/skills/react/components/SkillDraftForm.d.ts +39 -0
- package/dist/features/skills/react/components/SkillDraftForm.d.ts.map +1 -0
- package/dist/features/skills/react/components/SkillDraftForm.js +29 -0
- package/dist/features/skills/react/components/SkillDraftForm.js.map +1 -0
- package/dist/features/skills/react/components/SkillRow.d.ts +54 -0
- package/dist/features/skills/react/components/SkillRow.d.ts.map +1 -0
- package/dist/features/skills/react/components/SkillRow.js +34 -0
- package/dist/features/skills/react/components/SkillRow.js.map +1 -0
- package/dist/features/skills/react/components/SkillsTab.d.ts +34 -0
- package/dist/features/skills/react/components/SkillsTab.d.ts.map +1 -0
- package/dist/features/skills/react/components/SkillsTab.js +33 -0
- package/dist/features/skills/react/components/SkillsTab.js.map +1 -0
- package/dist/features/skills/react/hooks/useSkillsTab.d.ts +70 -0
- package/dist/features/skills/react/hooks/useSkillsTab.d.ts.map +1 -0
- package/dist/features/skills/react/hooks/useSkillsTab.js +282 -0
- package/dist/features/skills/react/hooks/useSkillsTab.js.map +1 -0
- package/dist/features/skills/rules.d.ts +156 -0
- package/dist/features/skills/rules.d.ts.map +1 -0
- package/dist/features/skills/rules.js +272 -0
- package/dist/features/skills/rules.js.map +1 -0
- package/dist/features/skills/types.d.ts +97 -0
- package/dist/features/skills/types.d.ts.map +1 -0
- package/dist/features/skills/types.js +18 -0
- package/dist/features/skills/types.js.map +1 -0
- package/dist/features/source-config-list/agent-handles.d.ts +121 -0
- package/dist/features/source-config-list/agent-handles.d.ts.map +1 -0
- package/dist/features/source-config-list/agent-handles.js +151 -0
- package/dist/features/source-config-list/agent-handles.js.map +1 -0
- package/dist/features/source-config-list/index.d.ts +6 -5
- package/dist/features/source-config-list/index.d.ts.map +1 -1
- package/dist/features/source-config-list/index.js +3 -2
- package/dist/features/source-config-list/index.js.map +1 -1
- package/dist/features/source-config-list/react/components/SourceConfigAddForm.d.ts +28 -1
- package/dist/features/source-config-list/react/components/SourceConfigAddForm.d.ts.map +1 -1
- package/dist/features/source-config-list/react/components/SourceConfigAddForm.js +25 -4
- package/dist/features/source-config-list/react/components/SourceConfigAddForm.js.map +1 -1
- package/dist/features/source-config-list/react/components/SourceConfigField.d.ts +36 -1
- package/dist/features/source-config-list/react/components/SourceConfigField.d.ts.map +1 -1
- package/dist/features/source-config-list/react/components/SourceConfigField.js +74 -3
- package/dist/features/source-config-list/react/components/SourceConfigField.js.map +1 -1
- package/dist/features/source-config-list/react/components/SourceConfigItemCard.d.ts +39 -2
- package/dist/features/source-config-list/react/components/SourceConfigItemCard.d.ts.map +1 -1
- package/dist/features/source-config-list/react/components/SourceConfigItemCard.js +55 -4
- package/dist/features/source-config-list/react/components/SourceConfigItemCard.js.map +1 -1
- package/dist/features/source-config-list/react/components/SourceConfigList.d.ts +9 -3
- package/dist/features/source-config-list/react/components/SourceConfigList.d.ts.map +1 -1
- package/dist/features/source-config-list/react/components/SourceConfigList.js +2 -2
- package/dist/features/source-config-list/react/components/SourceConfigList.js.map +1 -1
- package/dist/features/source-config-list/react/components/SourceConfigListView.d.ts +13 -2
- package/dist/features/source-config-list/react/components/SourceConfigListView.d.ts.map +1 -1
- package/dist/features/source-config-list/react/components/SourceConfigListView.js +8 -2
- package/dist/features/source-config-list/react/components/SourceConfigListView.js.map +1 -1
- package/dist/features/source-config-list/react/components/SourceConfigTestControl.d.ts +18 -1
- package/dist/features/source-config-list/react/components/SourceConfigTestControl.d.ts.map +1 -1
- package/dist/features/source-config-list/react/components/SourceConfigTestControl.js +16 -2
- package/dist/features/source-config-list/react/components/SourceConfigTestControl.js.map +1 -1
- package/dist/features/source-config-list/react/hooks/useSourceConfigAddForm.d.ts.map +1 -1
- package/dist/features/source-config-list/react/hooks/useSourceConfigAddForm.js.map +1 -1
- package/dist/features/source-config-list/react/hooks/useSourceConfigList.d.ts +12 -1
- package/dist/features/source-config-list/react/hooks/useSourceConfigList.d.ts.map +1 -1
- package/dist/features/source-config-list/react/hooks/useSourceConfigList.js.map +1 -1
- package/dist/features/source-config-list/rules.d.ts +22 -5
- package/dist/features/source-config-list/rules.d.ts.map +1 -1
- package/dist/features/source-config-list/rules.js +56 -16
- package/dist/features/source-config-list/rules.js.map +1 -1
- package/dist/features/source-config-list/types.d.ts +16 -2
- package/dist/features/source-config-list/types.d.ts.map +1 -1
- package/dist/features/tab-strip/types.d.ts +1 -1
- package/dist/features/tabbed-dialog/index.d.ts +7 -0
- package/dist/features/tabbed-dialog/index.d.ts.map +1 -0
- package/dist/features/tabbed-dialog/index.js +4 -0
- package/dist/features/tabbed-dialog/index.js.map +1 -0
- package/dist/features/tabbed-dialog/react/components/TabbedDialog.d.ts +71 -0
- package/dist/features/tabbed-dialog/react/components/TabbedDialog.d.ts.map +1 -0
- package/dist/features/tabbed-dialog/react/components/TabbedDialog.js +72 -0
- package/dist/features/tabbed-dialog/react/components/TabbedDialog.js.map +1 -0
- package/dist/features/tabbed-dialog/react/hooks/useTabbedDialog.d.ts +39 -0
- package/dist/features/tabbed-dialog/react/hooks/useTabbedDialog.d.ts.map +1 -0
- package/dist/features/tabbed-dialog/react/hooks/useTabbedDialog.js +50 -0
- package/dist/features/tabbed-dialog/react/hooks/useTabbedDialog.js.map +1 -0
- package/dist/features/tabbed-dialog/rules.d.ts +13 -0
- package/dist/features/tabbed-dialog/rules.d.ts.map +1 -0
- package/dist/features/tabbed-dialog/rules.js.map +1 -0
- package/dist/features/tabbed-dialog/styles/tabbed-dialog.css +406 -0
- package/dist/features/tabbed-dialog/types.d.ts +51 -0
- package/dist/features/tabbed-dialog/types.d.ts.map +1 -0
- package/dist/features/tabbed-dialog/types.js +23 -0
- package/dist/features/tabbed-dialog/types.js.map +1 -0
- package/dist/features/viewer-shell/react/components/ViewportSwitcher.d.ts +1 -1
- package/dist/features/viewer-shell/react/components/ViewportSwitcher.js +1 -1
- package/dist/features/viewer-shell/rules.d.ts +1 -1
- package/dist/features/viewer-shell/rules.js +1 -1
- package/dist/icon-name.d.ts +21 -0
- package/dist/icon-name.d.ts.map +1 -0
- package/dist/icon-name.js +25 -0
- package/dist/icon-name.js.map +1 -0
- package/dist/index.d.ts +16 -9
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +32 -9
- package/dist/index.js.map +1 -1
- package/dist/react/components/AgentIcon.d.ts +5 -3
- package/dist/react/components/AgentIcon.d.ts.map +1 -1
- package/dist/react/components/AgentIcon.js +52 -13
- package/dist/react/components/AgentIcon.js.map +1 -1
- package/dist/react/components/AppChromeHeader.js +1 -1
- package/dist/react/components/AppChromeHeader.js.map +1 -1
- package/dist/react/components/CustomSelect.d.ts +19 -4
- package/dist/react/components/CustomSelect.d.ts.map +1 -1
- package/dist/react/components/CustomSelect.js +59 -12
- package/dist/react/components/CustomSelect.js.map +1 -1
- package/dist/react/components/EdgeScrollZones.js +1 -1
- package/dist/react/components/EdgeScrollZones.js.map +1 -1
- package/dist/react/components/ExportDiagnosticsButton.d.ts.map +1 -1
- package/dist/react/components/ExportDiagnosticsButton.js +5 -2
- package/dist/react/components/ExportDiagnosticsButton.js.map +1 -1
- package/dist/react/components/HeaderActionsMenu.d.ts +1 -1
- package/dist/react/components/HeaderActionsMenu.d.ts.map +1 -1
- package/dist/react/components/HeaderActionsMenu.js +1 -1
- package/dist/react/components/HeaderActionsMenu.js.map +1 -1
- package/dist/react/components/Icon.d.ts +7 -4
- package/dist/react/components/Icon.d.ts.map +1 -1
- package/dist/react/components/Icon.js +133 -213
- package/dist/react/components/Icon.js.map +1 -1
- package/dist/react/components/LanguageMenu.d.ts +2 -4
- package/dist/react/components/LanguageMenu.d.ts.map +1 -1
- package/dist/react/components/LanguageMenu.js +1 -1
- package/dist/react/components/LanguageMenu.js.map +1 -1
- package/dist/react/components/Loading.js +1 -1
- package/dist/react/components/Loading.js.map +1 -1
- package/dist/react/components/PaletteTweaks.js +1 -1
- package/dist/react/components/PaletteTweaks.js.map +1 -1
- package/dist/react/components/RemixIcon.d.ts +3 -3
- package/dist/react/components/RemixIcon.d.ts.map +1 -1
- package/dist/react/components/RemixIcon.js +39 -3
- package/dist/react/components/RemixIcon.js.map +1 -1
- package/dist/react/components/Toast.js +1 -1
- package/dist/react/components/Toast.js.map +1 -1
- package/dist/react/components/WorkingDirPicker.js +1 -1
- package/dist/react/components/WorkingDirPicker.js.map +1 -1
- package/dist/react/components/agent-icons/amr.svg +17 -0
- package/dist/react/components/agent-icons/antigravity.svg +1 -0
- package/dist/react/components/agent-icons/claude.svg +1 -0
- package/dist/react/components/agent-icons/codex.svg +1 -0
- package/dist/react/components/agent-icons/copilot.svg +1 -0
- package/dist/react/components/agent-icons/cursor-agent.svg +1 -0
- package/dist/react/components/agent-icons/deepseek.svg +1 -0
- package/dist/react/components/agent-icons/gemini.svg +1 -0
- package/dist/react/components/agent-icons/grok-build.svg +15 -0
- package/dist/react/components/agent-icons/hermes.svg +1 -0
- package/dist/react/components/agent-icons/kilo.svg +1 -0
- package/dist/react/components/agent-icons/kimi.svg +1 -0
- package/dist/react/components/agent-icons/kiro.svg +1 -0
- package/dist/react/components/agent-icons/mimo.svg +1 -0
- package/dist/react/components/agent-icons/opencode.svg +1 -0
- package/dist/react/components/agent-icons/pi.svg +1 -0
- package/dist/react/components/agent-icons/qoder.svg +1 -0
- package/dist/react/components/agent-icons/qwen.svg +1 -0
- package/dist/react/components/agent-icons/reasonix.svg +37 -0
- package/dist/react/components/agent-icons/vibe.svg +1 -0
- package/dist/react/components/remixicon-font/remixicon.css +3270 -0
- package/dist/react/components/remixicon-font/remixicon.woff2 +0 -0
- package/dist/react/hooks/useBrandFonts.d.ts.map +1 -1
- package/dist/react/hooks/useBrandFonts.js +2 -3
- package/dist/react/hooks/useBrandFonts.js.map +1 -1
- package/dist/react/mcp-ui/McpUiHost.d.ts +19 -0
- package/dist/react/mcp-ui/McpUiHost.d.ts.map +1 -0
- package/dist/react/mcp-ui/McpUiHost.js +34 -0
- package/dist/react/mcp-ui/McpUiHost.js.map +1 -0
- package/dist/react/mcp-ui/host-message-source.d.ts +27 -0
- package/dist/react/mcp-ui/host-message-source.d.ts.map +1 -0
- package/dist/react/mcp-ui/host-message-source.js +33 -0
- package/dist/react/mcp-ui/host-message-source.js.map +1 -0
- package/dist/react/mcp-ui/index.d.ts +23 -0
- package/dist/react/mcp-ui/index.d.ts.map +1 -0
- package/dist/react/mcp-ui/index.js +26 -0
- package/dist/react/mcp-ui/index.js.map +1 -0
- package/dist/react/mcp-ui/useMcpUiHost.d.ts +160 -0
- package/dist/react/mcp-ui/useMcpUiHost.d.ts.map +1 -0
- package/dist/react/mcp-ui/useMcpUiHost.js +193 -0
- package/dist/react/mcp-ui/useMcpUiHost.js.map +1 -0
- package/dist/renderers/annotation-canvas/dependencies.d.ts +13 -0
- package/dist/renderers/annotation-canvas/dependencies.d.ts.map +1 -0
- package/dist/renderers/annotation-canvas/dependencies.js +8 -0
- package/dist/renderers/annotation-canvas/dependencies.js.map +1 -0
- package/dist/renderers/annotation-canvas/drawing.d.ts +39 -0
- package/dist/renderers/annotation-canvas/drawing.d.ts.map +1 -0
- package/dist/renderers/annotation-canvas/drawing.js +135 -0
- package/dist/renderers/annotation-canvas/drawing.js.map +1 -0
- package/dist/renderers/annotation-canvas/index.d.ts +13 -0
- package/dist/renderers/annotation-canvas/index.d.ts.map +1 -0
- package/dist/renderers/annotation-canvas/index.js +7 -0
- package/dist/renderers/annotation-canvas/index.js.map +1 -0
- package/dist/renderers/annotation-canvas/ports.d.ts +30 -0
- package/dist/renderers/annotation-canvas/ports.d.ts.map +1 -0
- package/dist/renderers/annotation-canvas/ports.js +2 -0
- package/dist/renderers/annotation-canvas/ports.js.map +1 -0
- package/dist/renderers/annotation-canvas/react/components/AnnotationCanvas.d.ts +24 -0
- package/dist/renderers/annotation-canvas/react/components/AnnotationCanvas.d.ts.map +1 -0
- package/dist/renderers/annotation-canvas/react/components/AnnotationCanvas.js +102 -0
- package/dist/renderers/annotation-canvas/react/components/AnnotationCanvas.js.map +1 -0
- package/dist/renderers/annotation-canvas/react/components/icons.d.ts +11 -0
- package/dist/renderers/annotation-canvas/react/components/icons.d.ts.map +1 -0
- package/dist/renderers/annotation-canvas/react/components/icons.js +21 -0
- package/dist/renderers/annotation-canvas/react/components/icons.js.map +1 -0
- package/dist/renderers/annotation-canvas/react/hooks/useAnnotationCanvas.controller.d.ts +146 -0
- package/dist/renderers/annotation-canvas/react/hooks/useAnnotationCanvas.controller.d.ts.map +1 -0
- package/dist/renderers/annotation-canvas/react/hooks/useAnnotationCanvas.controller.js +118 -0
- package/dist/renderers/annotation-canvas/react/hooks/useAnnotationCanvas.controller.js.map +1 -0
- package/dist/renderers/annotation-canvas/react/hooks/useAnnotationCanvas.d.ts +101 -0
- package/dist/renderers/annotation-canvas/react/hooks/useAnnotationCanvas.d.ts.map +1 -0
- package/dist/renderers/annotation-canvas/react/hooks/useAnnotationCanvas.js +834 -0
- package/dist/renderers/annotation-canvas/react/hooks/useAnnotationCanvas.js.map +1 -0
- package/dist/renderers/annotation-canvas/rules.d.ts +73 -0
- package/dist/renderers/annotation-canvas/rules.d.ts.map +1 -0
- package/dist/renderers/annotation-canvas/rules.js +177 -0
- package/dist/renderers/annotation-canvas/rules.js.map +1 -0
- package/dist/renderers/annotation-canvas/types.d.ts +108 -0
- package/dist/renderers/annotation-canvas/types.d.ts.map +1 -0
- package/dist/renderers/annotation-canvas/types.js +2 -0
- package/dist/renderers/annotation-canvas/types.js.map +1 -0
- package/dist/renderers/html-utils.d.ts +25 -0
- package/dist/renderers/html-utils.d.ts.map +1 -0
- package/dist/renderers/html-utils.js +53 -0
- package/dist/renderers/html-utils.js.map +1 -0
- package/dist/renderers/index.d.ts +45 -0
- package/dist/renderers/index.d.ts.map +1 -0
- package/dist/renderers/index.js +36 -0
- package/dist/renderers/index.js.map +1 -0
- package/dist/renderers/new-tab-preview.d.ts +22 -0
- package/dist/renderers/new-tab-preview.d.ts.map +1 -0
- package/dist/renderers/new-tab-preview.js +50 -0
- package/dist/renderers/new-tab-preview.js.map +1 -0
- package/dist/renderers/preview-modal-shell/index.d.ts +10 -0
- package/dist/renderers/preview-modal-shell/index.d.ts.map +1 -0
- package/dist/renderers/preview-modal-shell/index.js +5 -0
- package/dist/renderers/preview-modal-shell/index.js.map +1 -0
- package/dist/renderers/preview-modal-shell/react/components/PreviewModalShell.d.ts +62 -0
- package/dist/renderers/preview-modal-shell/react/components/PreviewModalShell.d.ts.map +1 -0
- package/dist/renderers/preview-modal-shell/react/components/PreviewModalShell.js +74 -0
- package/dist/renderers/preview-modal-shell/react/components/PreviewModalShell.js.map +1 -0
- package/dist/renderers/preview-modal-shell/react/components/icons.d.ts +12 -0
- package/dist/renderers/preview-modal-shell/react/components/icons.d.ts.map +1 -0
- package/dist/renderers/preview-modal-shell/react/components/icons.js +11 -0
- package/dist/renderers/preview-modal-shell/react/components/icons.js.map +1 -0
- package/dist/renderers/preview-modal-shell/react/hooks/usePreviewModalShell.d.ts +50 -0
- package/dist/renderers/preview-modal-shell/react/hooks/usePreviewModalShell.d.ts.map +1 -0
- package/dist/renderers/preview-modal-shell/react/hooks/usePreviewModalShell.js +171 -0
- package/dist/renderers/preview-modal-shell/react/hooks/usePreviewModalShell.js.map +1 -0
- package/dist/renderers/preview-modal-shell/rules.d.ts +44 -0
- package/dist/renderers/preview-modal-shell/rules.d.ts.map +1 -0
- package/dist/renderers/preview-modal-shell/rules.js +50 -0
- package/dist/renderers/preview-modal-shell/rules.js.map +1 -0
- package/dist/renderers/preview-modal-shell/types.d.ts +50 -0
- package/dist/renderers/preview-modal-shell/types.d.ts.map +1 -0
- package/dist/renderers/preview-modal-shell/types.js +14 -0
- package/dist/renderers/preview-modal-shell/types.js.map +1 -0
- package/dist/renderers/react/components/ArtifactView.d.ts +46 -0
- package/dist/renderers/react/components/ArtifactView.d.ts.map +1 -0
- package/dist/renderers/react/components/ArtifactView.js +35 -0
- package/dist/renderers/react/components/ArtifactView.js.map +1 -0
- package/dist/renderers/react/components/SrcDocSandbox.d.ts +13 -0
- package/dist/renderers/react/components/SrcDocSandbox.d.ts.map +1 -0
- package/dist/renderers/react/components/SrcDocSandbox.js +34 -0
- package/dist/renderers/react/components/SrcDocSandbox.js.map +1 -0
- package/dist/renderers/react/i18n.d.ts +30 -0
- package/dist/renderers/react/i18n.d.ts.map +1 -0
- package/dist/renderers/react/i18n.js +40 -0
- package/dist/renderers/react/i18n.js.map +1 -0
- package/dist/renderers/registry.d.ts +57 -0
- package/dist/renderers/registry.d.ts.map +1 -0
- package/dist/renderers/registry.js +39 -0
- package/dist/renderers/registry.js.map +1 -0
- package/dist/renderers/renderers/html.d.ts +10 -0
- package/dist/renderers/renderers/html.d.ts.map +1 -0
- package/dist/renderers/renderers/html.js +23 -0
- package/dist/renderers/renderers/html.js.map +1 -0
- package/dist/renderers/renderers/index.d.ts +12 -0
- package/dist/renderers/renderers/index.d.ts.map +1 -0
- package/dist/renderers/renderers/index.js +18 -0
- package/dist/renderers/renderers/index.js.map +1 -0
- package/dist/renderers/renderers/markdown.d.ts +4 -0
- package/dist/renderers/renderers/markdown.d.ts.map +1 -0
- package/dist/renderers/renderers/markdown.js +126 -0
- package/dist/renderers/renderers/markdown.js.map +1 -0
- package/dist/renderers/renderers/react-component.d.ts +10 -0
- package/dist/renderers/renderers/react-component.d.ts.map +1 -0
- package/dist/renderers/renderers/react-component.js +19 -0
- package/dist/renderers/renderers/react-component.js.map +1 -0
- package/dist/renderers/renderers/svg.d.ts +3 -0
- package/dist/renderers/renderers/svg.d.ts.map +1 -0
- package/dist/renderers/renderers/svg.js +14 -0
- package/dist/renderers/renderers/svg.js.map +1 -0
- package/dist/renderers/sandbox-bridge.d.ts +44 -0
- package/dist/renderers/sandbox-bridge.d.ts.map +1 -0
- package/dist/renderers/sandbox-bridge.js +46 -0
- package/dist/renderers/sandbox-bridge.js.map +1 -0
- package/dist/renderers/sandboxed-document.d.ts +34 -0
- package/dist/renderers/sandboxed-document.d.ts.map +1 -0
- package/dist/renderers/sandboxed-document.js +152 -0
- package/dist/renderers/sandboxed-document.js.map +1 -0
- package/dist/renderers/shiki.d.ts +2 -0
- package/dist/renderers/shiki.d.ts.map +1 -0
- package/dist/renderers/shiki.js +55 -0
- package/dist/renderers/shiki.js.map +1 -0
- package/dist/renderers/srcdoc/bridge.d.ts +37 -0
- package/dist/renderers/srcdoc/bridge.d.ts.map +1 -0
- package/dist/renderers/srcdoc/bridge.js +35 -0
- package/dist/renderers/srcdoc/bridge.js.map +1 -0
- package/dist/renderers/srcdoc/build.d.ts +130 -0
- package/dist/renderers/srcdoc/build.d.ts.map +1 -0
- package/dist/renderers/srcdoc/build.js +448 -0
- package/dist/renderers/srcdoc/build.js.map +1 -0
- package/dist/renderers/srcdoc/index.d.ts +3 -0
- package/dist/renderers/srcdoc/index.d.ts.map +1 -0
- package/dist/renderers/srcdoc/index.js +3 -0
- package/dist/renderers/srcdoc/index.js.map +1 -0
- package/dist/renderers/types.d.ts +98 -0
- package/dist/renderers/types.d.ts.map +1 -0
- package/dist/renderers/types.js +2 -0
- package/dist/renderers/types.js.map +1 -0
- package/dist/renderers/url-load-decision.d.ts +93 -0
- package/dist/renderers/url-load-decision.d.ts.map +1 -0
- package/dist/renderers/url-load-decision.js +116 -0
- package/dist/renderers/url-load-decision.js.map +1 -0
- package/dist/utils/appearance.d.ts +2 -16
- package/dist/utils/appearance.d.ts.map +1 -1
- package/dist/utils/appearance.js +11 -51
- package/dist/utils/appearance.js.map +1 -1
- package/dist/utils/endpoint-policy.d.ts +65 -0
- package/dist/utils/endpoint-policy.d.ts.map +1 -0
- package/dist/utils/endpoint-policy.js +157 -0
- package/dist/utils/endpoint-policy.js.map +1 -0
- package/dist/utils/file-transfer.d.ts +10 -0
- package/dist/utils/file-transfer.d.ts.map +1 -1
- package/dist/utils/file-transfer.js +22 -1
- package/dist/utils/file-transfer.js.map +1 -1
- package/dist/utils/notifications.d.ts +2 -9
- package/dist/utils/notifications.d.ts.map +1 -1
- package/dist/utils/notifications.js +1 -13
- package/dist/utils/notifications.js.map +1 -1
- package/package.json +118 -15
- package/dist/components/AgentIcon.d.ts +0 -15
- package/dist/components/AgentIcon.d.ts.map +0 -1
- package/dist/components/AgentIcon.js +0 -80
- package/dist/components/AgentIcon.js.map +0 -1
- package/dist/components/AppChromeHeader.d.ts +0 -19
- package/dist/components/AppChromeHeader.d.ts.map +0 -1
- package/dist/components/AppChromeHeader.js +0 -11
- package/dist/components/AppChromeHeader.js.map +0 -1
- package/dist/components/CustomSelect.d.ts +0 -28
- package/dist/components/CustomSelect.d.ts.map +0 -1
- package/dist/components/CustomSelect.js +0 -167
- package/dist/components/CustomSelect.js.map +0 -1
- package/dist/components/ExportDiagnosticsButton.d.ts +0 -40
- package/dist/components/ExportDiagnosticsButton.d.ts.map +0 -1
- package/dist/components/ExportDiagnosticsButton.js +0 -112
- package/dist/components/ExportDiagnosticsButton.js.map +0 -1
- package/dist/components/Icon.d.ts +0 -15
- package/dist/components/Icon.d.ts.map +0 -1
- package/dist/components/Icon.js +0 -236
- package/dist/components/Icon.js.map +0 -1
- package/dist/components/KitErrorBoundary.d.ts +0 -13
- package/dist/components/KitErrorBoundary.d.ts.map +0 -1
- package/dist/components/KitErrorBoundary.js +0 -30
- package/dist/components/KitErrorBoundary.js.map +0 -1
- package/dist/components/LanguageMenu.d.ts +0 -23
- package/dist/components/LanguageMenu.d.ts.map +0 -1
- package/dist/components/LanguageMenu.js +0 -44
- package/dist/components/LanguageMenu.js.map +0 -1
- package/dist/components/Loading.d.ts +0 -27
- package/dist/components/Loading.d.ts.map +0 -1
- package/dist/components/Loading.js +0 -24
- package/dist/components/Loading.js.map +0 -1
- package/dist/components/PaletteTweaks.d.ts +0 -11
- package/dist/components/PaletteTweaks.d.ts.map +0 -1
- package/dist/components/PaletteTweaks.js +0 -65
- package/dist/components/PaletteTweaks.js.map +0 -1
- package/dist/components/RemixIcon.d.ts +0 -15
- package/dist/components/RemixIcon.d.ts.map +0 -1
- package/dist/components/RemixIcon.js +0 -19
- package/dist/components/RemixIcon.js.map +0 -1
- package/dist/components/Toast.d.ts +0 -18
- package/dist/components/Toast.d.ts.map +0 -1
- package/dist/components/Toast.js +0 -70
- package/dist/components/Toast.js.map +0 -1
- package/dist/components/TooltipLayer.d.ts +0 -9
- package/dist/components/TooltipLayer.d.ts.map +0 -1
- package/dist/components/TooltipLayer.js +0 -289
- package/dist/components/TooltipLayer.js.map +0 -1
- package/dist/components/WorkingDirPicker.d.ts +0 -47
- package/dist/components/WorkingDirPicker.d.ts.map +0 -1
- package/dist/components/WorkingDirPicker.js +0 -63
- package/dist/components/WorkingDirPicker.js.map +0 -1
- package/dist/features/agent-tools/model-context.d.ts +0 -30
- package/dist/features/agent-tools/model-context.d.ts.map +0 -1
- package/dist/features/agent-tools/model-context.js +0 -29
- package/dist/features/agent-tools/model-context.js.map +0 -1
- package/dist/features/agent-tools/types.d.ts +0 -34
- package/dist/features/agent-tools/types.d.ts.map +0 -1
- package/dist/features/agent-tools/types.js +0 -18
- package/dist/features/agent-tools/types.js.map +0 -1
- package/dist/features/rich-text-input/constants.d.ts +0 -16
- package/dist/features/rich-text-input/constants.d.ts.map +0 -1
- package/dist/features/rich-text-input/constants.js +0 -18
- package/dist/features/rich-text-input/constants.js.map +0 -1
- package/dist/features/rich-text-input/deserialize.d.ts +0 -9
- package/dist/features/rich-text-input/deserialize.d.ts.map +0 -1
- package/dist/features/rich-text-input/deserialize.js +0 -55
- package/dist/features/rich-text-input/deserialize.js.map +0 -1
- package/dist/features/rich-text-input/index.d.ts +0 -12
- package/dist/features/rich-text-input/index.d.ts.map +0 -1
- package/dist/features/rich-text-input/index.js +0 -11
- package/dist/features/rich-text-input/index.js.map +0 -1
- package/dist/features/rich-text-input/mention-node.d.ts +0 -56
- package/dist/features/rich-text-input/mention-node.d.ts.map +0 -1
- package/dist/features/rich-text-input/mention-node.js +0 -142
- package/dist/features/rich-text-input/mention-node.js.map +0 -1
- package/dist/features/rich-text-input/mention-parser.d.ts +0 -47
- package/dist/features/rich-text-input/mention-parser.d.ts.map +0 -1
- package/dist/features/rich-text-input/mention-parser.js +0 -239
- package/dist/features/rich-text-input/mention-parser.js.map +0 -1
- package/dist/features/rich-text-input/react/components/CaretFloatingLayer.d.ts +0 -20
- package/dist/features/rich-text-input/react/components/CaretFloatingLayer.d.ts.map +0 -1
- package/dist/features/rich-text-input/react/components/CaretFloatingLayer.js +0 -33
- package/dist/features/rich-text-input/react/components/CaretFloatingLayer.js.map +0 -1
- package/dist/features/rich-text-input/react/components/RichTextInput.d.ts +0 -61
- package/dist/features/rich-text-input/react/components/RichTextInput.d.ts.map +0 -1
- package/dist/features/rich-text-input/react/components/RichTextInput.js +0 -154
- package/dist/features/rich-text-input/react/components/RichTextInput.js.map +0 -1
- package/dist/features/rich-text-input/react/hooks/useCaretFloatingLayerPosition.d.ts +0 -15
- package/dist/features/rich-text-input/react/hooks/useCaretFloatingLayerPosition.d.ts.map +0 -1
- package/dist/features/rich-text-input/react/hooks/useCaretFloatingLayerPosition.js +0 -54
- package/dist/features/rich-text-input/react/hooks/useCaretFloatingLayerPosition.js.map +0 -1
- package/dist/features/rich-text-input/react/hooks/useKeyboardCommands.d.ts +0 -11
- package/dist/features/rich-text-input/react/hooks/useKeyboardCommands.d.ts.map +0 -1
- package/dist/features/rich-text-input/react/hooks/useKeyboardCommands.js +0 -70
- package/dist/features/rich-text-input/react/hooks/useKeyboardCommands.js.map +0 -1
- package/dist/features/rich-text-input/react/hooks/useMentionAtomicNavigation.d.ts +0 -8
- package/dist/features/rich-text-input/react/hooks/useMentionAtomicNavigation.d.ts.map +0 -1
- package/dist/features/rich-text-input/react/hooks/useMentionAtomicNavigation.js +0 -63
- package/dist/features/rich-text-input/react/hooks/useMentionAtomicNavigation.js.map +0 -1
- package/dist/features/rich-text-input/react/hooks/useMentionColorStamping.d.ts +0 -18
- package/dist/features/rich-text-input/react/hooks/useMentionColorStamping.d.ts.map +0 -1
- package/dist/features/rich-text-input/react/hooks/useMentionColorStamping.js +0 -64
- package/dist/features/rich-text-input/react/hooks/useMentionColorStamping.js.map +0 -1
- package/dist/features/rich-text-input/react/hooks/usePasteFiles.d.ts +0 -5
- package/dist/features/rich-text-input/react/hooks/usePasteFiles.d.ts.map +0 -1
- package/dist/features/rich-text-input/react/hooks/usePasteFiles.js +0 -24
- package/dist/features/rich-text-input/react/hooks/usePasteFiles.js.map +0 -1
- package/dist/features/rich-text-input/react/hooks/useSeededValue.d.ts +0 -21
- package/dist/features/rich-text-input/react/hooks/useSeededValue.d.ts.map +0 -1
- package/dist/features/rich-text-input/react/hooks/useSeededValue.js +0 -35
- package/dist/features/rich-text-input/react/hooks/useSeededValue.js.map +0 -1
- package/dist/features/rich-text-input/react/hooks/useSyncedOnChange.d.ts +0 -10
- package/dist/features/rich-text-input/react/hooks/useSyncedOnChange.d.ts.map +0 -1
- package/dist/features/rich-text-input/react/hooks/useSyncedOnChange.js +0 -29
- package/dist/features/rich-text-input/react/hooks/useSyncedOnChange.js.map +0 -1
- package/dist/features/rich-text-input/react/hooks/useTriggerDetection.d.ts +0 -6
- package/dist/features/rich-text-input/react/hooks/useTriggerDetection.d.ts.map +0 -1
- package/dist/features/rich-text-input/react/hooks/useTriggerDetection.js +0 -39
- package/dist/features/rich-text-input/react/hooks/useTriggerDetection.js.map +0 -1
- package/dist/features/rich-text-input/react/test-support/lexical-harness.d.ts +0 -11
- package/dist/features/rich-text-input/react/test-support/lexical-harness.d.ts.map +0 -1
- package/dist/features/rich-text-input/react/test-support/lexical-harness.js +0 -35
- package/dist/features/rich-text-input/react/test-support/lexical-harness.js.map +0 -1
- package/dist/features/rich-text-input/rules.d.ts +0 -83
- package/dist/features/rich-text-input/rules.d.ts.map +0 -1
- package/dist/features/rich-text-input/rules.js +0 -317
- package/dist/features/rich-text-input/rules.js.map +0 -1
- package/dist/features/rich-text-input/serialize.d.ts +0 -8
- package/dist/features/rich-text-input/serialize.d.ts.map +0 -1
- package/dist/features/rich-text-input/serialize.js +0 -44
- package/dist/features/rich-text-input/serialize.js.map +0 -1
- package/dist/features/rich-text-input/types.d.ts +0 -83
- package/dist/features/rich-text-input/types.d.ts.map +0 -1
- package/dist/features/rich-text-input/types.js +0 -15
- package/dist/features/rich-text-input/types.js.map +0 -1
- package/dist/features/settings-dialog/index.d.ts +0 -7
- package/dist/features/settings-dialog/index.d.ts.map +0 -1
- package/dist/features/settings-dialog/index.js +0 -4
- package/dist/features/settings-dialog/index.js.map +0 -1
- package/dist/features/settings-dialog/react/components/SettingsDialogShell.d.ts +0 -49
- package/dist/features/settings-dialog/react/components/SettingsDialogShell.d.ts.map +0 -1
- package/dist/features/settings-dialog/react/components/SettingsDialogShell.js +0 -55
- package/dist/features/settings-dialog/react/components/SettingsDialogShell.js.map +0 -1
- package/dist/features/settings-dialog/react/hooks/useSettingsDialogShell.d.ts +0 -39
- package/dist/features/settings-dialog/react/hooks/useSettingsDialogShell.d.ts.map +0 -1
- package/dist/features/settings-dialog/react/hooks/useSettingsDialogShell.js +0 -50
- package/dist/features/settings-dialog/react/hooks/useSettingsDialogShell.js.map +0 -1
- package/dist/features/settings-dialog/rules.d.ts +0 -13
- package/dist/features/settings-dialog/rules.d.ts.map +0 -1
- package/dist/features/settings-dialog/rules.js.map +0 -1
- package/dist/features/settings-dialog/tabs/appearance/constants.d.ts +0 -12
- package/dist/features/settings-dialog/tabs/appearance/constants.d.ts.map +0 -1
- package/dist/features/settings-dialog/tabs/appearance/constants.js +0 -10
- package/dist/features/settings-dialog/tabs/appearance/constants.js.map +0 -1
- package/dist/features/settings-dialog/tabs/appearance/index.d.ts +0 -6
- package/dist/features/settings-dialog/tabs/appearance/index.d.ts.map +0 -1
- package/dist/features/settings-dialog/tabs/appearance/index.js.map +0 -1
- package/dist/features/settings-dialog/tabs/appearance/react/components/AppearanceTab.d.ts.map +0 -1
- package/dist/features/settings-dialog/tabs/appearance/react/components/AppearanceTab.js +0 -31
- package/dist/features/settings-dialog/tabs/appearance/react/components/AppearanceTab.js.map +0 -1
- package/dist/features/settings-dialog/tabs/appearance/types.d.ts +0 -12
- package/dist/features/settings-dialog/tabs/appearance/types.d.ts.map +0 -1
- package/dist/features/settings-dialog/tabs/appearance/types.js +0 -8
- package/dist/features/settings-dialog/tabs/appearance/types.js.map +0 -1
- package/dist/features/settings-dialog/tabs/instructions/index.d.ts.map +0 -1
- package/dist/features/settings-dialog/tabs/instructions/index.js.map +0 -1
- package/dist/features/settings-dialog/tabs/instructions/react/components/InstructionsTab.d.ts.map +0 -1
- package/dist/features/settings-dialog/tabs/instructions/react/components/InstructionsTab.js +0 -16
- package/dist/features/settings-dialog/tabs/instructions/react/components/InstructionsTab.js.map +0 -1
- package/dist/features/settings-dialog/tabs/integrations/constants.d.ts.map +0 -1
- package/dist/features/settings-dialog/tabs/integrations/constants.js.map +0 -1
- package/dist/features/settings-dialog/tabs/integrations/dependencies.d.ts.map +0 -1
- package/dist/features/settings-dialog/tabs/integrations/dependencies.js.map +0 -1
- package/dist/features/settings-dialog/tabs/integrations/index.d.ts +0 -19
- package/dist/features/settings-dialog/tabs/integrations/index.d.ts.map +0 -1
- package/dist/features/settings-dialog/tabs/integrations/index.js +0 -10
- package/dist/features/settings-dialog/tabs/integrations/index.js.map +0 -1
- package/dist/features/settings-dialog/tabs/integrations/ports.d.ts.map +0 -1
- package/dist/features/settings-dialog/tabs/integrations/ports.js.map +0 -1
- package/dist/features/settings-dialog/tabs/integrations/react/components/ClientPicker.d.ts.map +0 -1
- package/dist/features/settings-dialog/tabs/integrations/react/components/ClientPicker.js +0 -31
- package/dist/features/settings-dialog/tabs/integrations/react/components/ClientPicker.js.map +0 -1
- package/dist/features/settings-dialog/tabs/integrations/react/components/CodexInstallToggleButton.d.ts.map +0 -1
- package/dist/features/settings-dialog/tabs/integrations/react/components/CodexInstallToggleButton.js +0 -21
- package/dist/features/settings-dialog/tabs/integrations/react/components/CodexInstallToggleButton.js.map +0 -1
- package/dist/features/settings-dialog/tabs/integrations/react/components/IntegrationsTab.d.ts +0 -27
- package/dist/features/settings-dialog/tabs/integrations/react/components/IntegrationsTab.d.ts.map +0 -1
- package/dist/features/settings-dialog/tabs/integrations/react/components/IntegrationsTab.js +0 -54
- package/dist/features/settings-dialog/tabs/integrations/react/components/IntegrationsTab.js.map +0 -1
- package/dist/features/settings-dialog/tabs/integrations/react/components/SnippetBlock.d.ts.map +0 -1
- package/dist/features/settings-dialog/tabs/integrations/react/components/SnippetBlock.js +0 -53
- package/dist/features/settings-dialog/tabs/integrations/react/components/SnippetBlock.js.map +0 -1
- package/dist/features/settings-dialog/tabs/integrations/react/hooks/useCodexInstallToggle.d.ts.map +0 -1
- package/dist/features/settings-dialog/tabs/integrations/react/hooks/useCodexInstallToggle.js.map +0 -1
- package/dist/features/settings-dialog/tabs/integrations/react/hooks/useMcpInstallInfo.d.ts.map +0 -1
- package/dist/features/settings-dialog/tabs/integrations/react/hooks/useMcpInstallInfo.js.map +0 -1
- package/dist/features/settings-dialog/tabs/integrations/rules.d.ts +0 -45
- package/dist/features/settings-dialog/tabs/integrations/rules.d.ts.map +0 -1
- package/dist/features/settings-dialog/tabs/integrations/rules.js +0 -181
- package/dist/features/settings-dialog/tabs/integrations/rules.js.map +0 -1
- package/dist/features/settings-dialog/tabs/integrations/types.d.ts +0 -58
- package/dist/features/settings-dialog/tabs/integrations/types.d.ts.map +0 -1
- package/dist/features/settings-dialog/tabs/integrations/types.js +0 -15
- package/dist/features/settings-dialog/tabs/integrations/types.js.map +0 -1
- package/dist/features/settings-dialog/tabs/language/index.d.ts.map +0 -1
- package/dist/features/settings-dialog/tabs/language/index.js.map +0 -1
- package/dist/features/settings-dialog/tabs/language/react/components/LanguageTab.d.ts.map +0 -1
- package/dist/features/settings-dialog/tabs/language/react/components/LanguageTab.js +0 -18
- package/dist/features/settings-dialog/tabs/language/react/components/LanguageTab.js.map +0 -1
- package/dist/features/settings-dialog/tabs/language/types.d.ts +0 -15
- package/dist/features/settings-dialog/tabs/language/types.d.ts.map +0 -1
- package/dist/features/settings-dialog/tabs/language/types.js.map +0 -1
- package/dist/features/settings-dialog/tabs/notifications/constants.d.ts.map +0 -1
- package/dist/features/settings-dialog/tabs/notifications/constants.js +0 -8
- package/dist/features/settings-dialog/tabs/notifications/constants.js.map +0 -1
- package/dist/features/settings-dialog/tabs/notifications/index.d.ts +0 -5
- package/dist/features/settings-dialog/tabs/notifications/index.d.ts.map +0 -1
- package/dist/features/settings-dialog/tabs/notifications/index.js.map +0 -1
- package/dist/features/settings-dialog/tabs/notifications/react/components/NotificationsTab.d.ts +0 -33
- package/dist/features/settings-dialog/tabs/notifications/react/components/NotificationsTab.d.ts.map +0 -1
- package/dist/features/settings-dialog/tabs/notifications/react/components/NotificationsTab.js +0 -71
- package/dist/features/settings-dialog/tabs/notifications/react/components/NotificationsTab.js.map +0 -1
- package/dist/features/settings-dialog/tabs/notifications/types.d.ts +0 -15
- package/dist/features/settings-dialog/tabs/notifications/types.d.ts.map +0 -1
- package/dist/features/settings-dialog/tabs/notifications/types.js.map +0 -1
- package/dist/features/settings-dialog/tabs/privacy/index.d.ts +0 -5
- package/dist/features/settings-dialog/tabs/privacy/index.d.ts.map +0 -1
- package/dist/features/settings-dialog/tabs/privacy/index.js.map +0 -1
- package/dist/features/settings-dialog/tabs/privacy/react/components/PrivacyTab.d.ts +0 -34
- package/dist/features/settings-dialog/tabs/privacy/react/components/PrivacyTab.d.ts.map +0 -1
- package/dist/features/settings-dialog/tabs/privacy/react/components/PrivacyTab.js +0 -36
- package/dist/features/settings-dialog/tabs/privacy/react/components/PrivacyTab.js.map +0 -1
- package/dist/features/settings-dialog/tabs/privacy/rules.d.ts.map +0 -1
- package/dist/features/settings-dialog/tabs/privacy/rules.js +0 -70
- package/dist/features/settings-dialog/tabs/privacy/rules.js.map +0 -1
- package/dist/features/settings-dialog/tabs/privacy/types.d.ts.map +0 -1
- package/dist/features/settings-dialog/tabs/privacy/types.js.map +0 -1
- package/dist/features/settings-dialog/types.d.ts +0 -46
- package/dist/features/settings-dialog/types.d.ts.map +0 -1
- package/dist/features/settings-dialog/types.js +0 -18
- package/dist/features/settings-dialog/types.js.map +0 -1
- package/dist/hooks/useCoalescedCallback.d.ts +0 -35
- package/dist/hooks/useCoalescedCallback.d.ts.map +0 -1
- package/dist/hooks/useCoalescedCallback.js +0 -61
- package/dist/hooks/useCoalescedCallback.js.map +0 -1
- package/dist/hooks/useDebouncedValue.d.ts +0 -2
- package/dist/hooks/useDebouncedValue.d.ts.map +0 -1
- package/dist/hooks/useDebouncedValue.js +0 -14
- package/dist/hooks/useDebouncedValue.js.map +0 -1
- package/dist/hooks/useInView.d.ts +0 -19
- package/dist/hooks/useInView.d.ts.map +0 -1
- package/dist/hooks/useInView.js +0 -39
- package/dist/hooks/useInView.js.map +0 -1
- package/dist/hooks/useResizableSplitPane.d.ts +0 -44
- package/dist/hooks/useResizableSplitPane.d.ts.map +0 -1
- package/dist/hooks/useResizableSplitPane.js +0 -259
- package/dist/hooks/useResizableSplitPane.js.map +0 -1
- package/dist/hooks/useStableHandler.d.ts +0 -10
- package/dist/hooks/useStableHandler.d.ts.map +0 -1
- package/dist/hooks/useStableHandler.js +0 -17
- package/dist/hooks/useStableHandler.js.map +0 -1
- package/dist/vitest-chat-entry.d.ts +0 -13
- package/dist/vitest-chat-entry.d.ts.map +0 -1
- package/dist/vitest-chat-entry.js +0 -13
- package/dist/vitest-chat-entry.js.map +0 -1
- /package/dist/features/{settings-dialog/tabs/appearance → appearance}/index.js +0 -0
- /package/dist/features/{settings-dialog/tabs/appearance → appearance}/react/components/AppearanceTab.d.ts +0 -0
- /package/dist/features/{settings-dialog/tabs/integrations → execution}/ports.js +0 -0
- /package/dist/features/{settings-dialog/tabs/language → i18n/dictionaries}/types.js +0 -0
- /package/dist/features/{settings-dialog/tabs/instructions → instructions}/index.d.ts +0 -0
- /package/dist/features/{settings-dialog/tabs/instructions → instructions}/index.js +0 -0
- /package/dist/features/{settings-dialog/tabs/instructions → instructions}/react/components/InstructionsTab.d.ts +0 -0
- /package/dist/features/{settings-dialog/tabs/integrations → integrations}/constants.d.ts +0 -0
- /package/dist/features/{settings-dialog/tabs/integrations → integrations}/constants.js +0 -0
- /package/dist/features/{settings-dialog/tabs/integrations → integrations}/dependencies.d.ts +0 -0
- /package/dist/features/{settings-dialog/tabs/integrations → integrations}/dependencies.js +0 -0
- /package/dist/features/{settings-dialog/tabs/integrations → integrations}/ports.d.ts +0 -0
- /package/dist/features/{settings-dialog/tabs/integrations → integrations}/react/components/ClientPicker.d.ts +0 -0
- /package/dist/features/{settings-dialog/tabs/integrations → integrations}/react/components/CodexInstallToggleButton.d.ts +0 -0
- /package/dist/features/{settings-dialog/tabs/integrations → integrations}/react/components/SnippetBlock.d.ts +0 -0
- /package/dist/features/{settings-dialog/tabs/integrations → integrations}/react/hooks/useCodexInstallToggle.d.ts +0 -0
- /package/dist/features/{settings-dialog/tabs/integrations → integrations}/react/hooks/useCodexInstallToggle.js +0 -0
- /package/dist/features/{settings-dialog/tabs/integrations → integrations}/react/hooks/useMcpInstallInfo.d.ts +0 -0
- /package/dist/features/{settings-dialog/tabs/integrations → integrations}/react/hooks/useMcpInstallInfo.js +0 -0
- /package/dist/features/{settings-dialog/tabs/notifications → interactive-ui}/types.js +0 -0
- /package/dist/features/{settings-dialog/tabs/language → language}/index.d.ts +0 -0
- /package/dist/features/{settings-dialog/tabs/language → language}/index.js +0 -0
- /package/dist/features/{settings-dialog/tabs/language → language}/react/components/LanguageTab.d.ts +0 -0
- /package/dist/features/{settings-dialog/tabs/notifications → notifications}/constants.d.ts +0 -0
- /package/dist/features/{settings-dialog/tabs/notifications → notifications}/index.js +0 -0
- /package/dist/features/{settings-dialog/tabs/privacy → privacy}/index.js +0 -0
- /package/dist/features/{settings-dialog/tabs/privacy → privacy}/rules.d.ts +0 -0
- /package/dist/features/{settings-dialog/tabs/privacy → privacy}/types.d.ts +0 -0
- /package/dist/features/{settings-dialog/tabs/privacy → privacy}/types.js +0 -0
- /package/dist/features/{settings-dialog → tabbed-dialog}/rules.js +0 -0
|
@@ -0,0 +1,239 @@
|
|
|
1
|
+
export const SETTINGS_DIALOG_TR = {
|
|
2
|
+
'# My skill\n\n1. Explain the workflow.\n2. Describe the inputs and outputs.': '# Becerim\n\n1. İş akışını açıkla.\n2. Girdileri ve çıktıları tanımla.',
|
|
3
|
+
'A custom path override did not work, so this used the automatically detected binary instead.': 'Özel bir yol geçersiz kılması işe yaramadı, bu yüzden bunun yerine otomatik olarak algılanan ikili dosya kullanıldı.',
|
|
4
|
+
'API key': 'API anahtarı',
|
|
5
|
+
'About': 'Hakkında',
|
|
6
|
+
'Accent color': 'Vurgu rengi',
|
|
7
|
+
'Account': 'Hesap',
|
|
8
|
+
'Advanced: proxy & custom paths': 'Gelişmiş: proxy ve özel yollar',
|
|
9
|
+
'Agent check failed': 'Aracı kontrolü başarısız oldu',
|
|
10
|
+
'Agent is ready.': 'Aracı hazır.',
|
|
11
|
+
'All': 'Tümü',
|
|
12
|
+
'An anonymous id used to group your shared data.': 'Paylaştığınız verileri gruplamak için kullanılan anonim bir kimlik.',
|
|
13
|
+
'Anonymous metrics': 'Anonim metrikler',
|
|
14
|
+
'Appearance': 'Görünüm',
|
|
15
|
+
'Auth status unknown': 'Kimlik doğrulama durumu bilinmiyor',
|
|
16
|
+
'Authentication required': 'Kimlik doğrulama gerekli',
|
|
17
|
+
'Authorization in progress': 'Yetkilendirme devam ediyor',
|
|
18
|
+
'Authorization in progress. It should finish shortly.': 'Yetkilendirme devam ediyor. Kısa süre içinde tamamlanacak.',
|
|
19
|
+
'Authorization pending': 'Yetkilendirme bekleniyor',
|
|
20
|
+
'BYOK': 'BYOK',
|
|
21
|
+
'Base URL': 'Temel URL',
|
|
22
|
+
'Body': 'Gövde',
|
|
23
|
+
'Body is required.': 'Gövde gereklidir.',
|
|
24
|
+
'Build the server first.': 'Önce sunucuyu derleyin.',
|
|
25
|
+
'Built-in list': 'Yerleşik liste',
|
|
26
|
+
'Cancel': 'İptal',
|
|
27
|
+
'Cancel authorization': 'Yetkilendirmeyi iptal et',
|
|
28
|
+
'Cap on the response length. Leave blank to use the model default.': 'Yanıt uzunluğu için üst sınır. Modelin varsayılanını kullanmak için boş bırakın.',
|
|
29
|
+
'Category': 'Kategori',
|
|
30
|
+
'Choose what you share. You can change this anytime.': 'Neyi paylaşacağınızı seçin. Bunu istediğiniz zaman değiştirebilirsiniz.',
|
|
31
|
+
'Clear': 'Temizle',
|
|
32
|
+
'Clear custom path': 'Özel yolu temizle',
|
|
33
|
+
'Clear search': 'Aramayı temizle',
|
|
34
|
+
'Close': 'Kapat',
|
|
35
|
+
'Collapse': 'Daralt',
|
|
36
|
+
'Collapse settings sidebar': 'Ayarlar kenar çubuğunu daralt',
|
|
37
|
+
'Completion sound': 'Tamamlanma sesi',
|
|
38
|
+
'Configured': 'Yapılandırıldı',
|
|
39
|
+
'Confirm delete': 'Silmeyi onayla',
|
|
40
|
+
'Connect': 'Bağlan',
|
|
41
|
+
'Connect third-party tools and services.': 'Üçüncü taraf araçları ve hizmetleri bağlayın.',
|
|
42
|
+
'Connection succeeded': 'Bağlantı başarılı',
|
|
43
|
+
'Connector provider': 'Bağlayıcı sağlayıcısı',
|
|
44
|
+
'Connectors': 'Bağlayıcılar',
|
|
45
|
+
'Continue in browser': 'Tarayıcıda devam et',
|
|
46
|
+
'Conversation and tool content': 'Konuşma ve araç içeriği',
|
|
47
|
+
'Copied': 'Kopyalandı',
|
|
48
|
+
'Copy': 'Kopyala',
|
|
49
|
+
'Copy to clipboard': 'Panoya kopyala',
|
|
50
|
+
'Could not load live models: {message}': 'Canlı modeller yüklenemedi: {message}',
|
|
51
|
+
'Could not load skills: {error}': 'Beceriler yüklenemedi: {error}',
|
|
52
|
+
'Could not reach the daemon: {error}': 'Arka plan sürecine ulaşılamadı: {error}',
|
|
53
|
+
'Could not reach the server. Showing local changes only.': 'Sunucuya ulaşılamadı. Yalnızca yerel değişiklikler gösteriliyor.',
|
|
54
|
+
'Could not resolve install paths.': 'Kurulum yolları çözümlenemedi.',
|
|
55
|
+
'Could not save media providers.': 'Medya sağlayıcıları kaydedilemedi.',
|
|
56
|
+
'Could not send a test notification.': 'Test bildirimi gönderilemedi.',
|
|
57
|
+
'Couldn\'t cancel authorization. Try again.': 'Yetkilendirme iptal edilemedi. Tekrar deneyin.',
|
|
58
|
+
'Create': 'Oluştur',
|
|
59
|
+
'Create override': 'Geçersiz kılma oluştur',
|
|
60
|
+
'Credentials this host uses to generate images and video.': 'Bu ana bilgisayarın görsel ve video oluşturmak için kullandığı kimlik bilgileri.',
|
|
61
|
+
'Custom accent color': 'Özel vurgu rengi',
|
|
62
|
+
'Custom endpoint': 'Özel uç nokta',
|
|
63
|
+
'Custom instructions': 'Özel talimatlar',
|
|
64
|
+
'Custom model id': 'Özel model kimliği',
|
|
65
|
+
'Custom…': 'Özel…',
|
|
66
|
+
'Default accent color': 'Varsayılan vurgu rengi',
|
|
67
|
+
'Default endpoint. Usually no need to change this.': 'Varsayılan uç nokta. Genellikle bunu değiştirmeye gerek yoktur.',
|
|
68
|
+
'Default model': 'Varsayılan model',
|
|
69
|
+
'Delete': 'Sil',
|
|
70
|
+
'Delete my data': 'Verilerimi sil',
|
|
71
|
+
'Description': 'Açıklama',
|
|
72
|
+
'Desktop notifications': 'Masaüstü bildirimleri',
|
|
73
|
+
'Desktop notifications are blocked. Enable them in your browser settings.': 'Masaüstü bildirimleri engellendi. Tarayıcı ayarlarınızdan etkinleştirin.',
|
|
74
|
+
'Desktop notifications are not supported in this browser.': 'Bu tarayıcı masaüstü bildirimlerini desteklemiyor.',
|
|
75
|
+
'Details': 'Ayrıntılar',
|
|
76
|
+
'Disconnect': 'Bağlantıyı kes',
|
|
77
|
+
'Docs': 'Belgeler',
|
|
78
|
+
'Don\'t share': 'Paylaşma',
|
|
79
|
+
'Edit': 'Düzenle',
|
|
80
|
+
'Enabled': 'Etkin',
|
|
81
|
+
'Enter an absolute http(s) URL.': 'Mutlak bir http(s) URL\'si girin.',
|
|
82
|
+
'Environment variables passed to this CLI when it runs.': 'Bu CLI çalıştırıldığında ona aktarılan ortam değişkenleri.',
|
|
83
|
+
'Error': 'Hata',
|
|
84
|
+
'Execution mode': 'Çalıştırma modu',
|
|
85
|
+
'Exit fullscreen': 'Tam ekrandan çık',
|
|
86
|
+
'Expand': 'Genişlet',
|
|
87
|
+
'Expand settings sidebar': 'Ayarlar kenar çubuğunu genişlet',
|
|
88
|
+
'Extra instructions applied to every conversation, in addition to any per-project instructions.': 'Projeye özgü talimatlara ek olarak her konuşmaya uygulanan ek talimatlar.',
|
|
89
|
+
'Failure sound': 'Hata sesi',
|
|
90
|
+
'Feature usage and performance data, with no personal content.': 'Kişisel içerik barındırmayan, özellik kullanımı ve performans verileri.',
|
|
91
|
+
'Files': 'Dosyalar',
|
|
92
|
+
'Fullscreen': 'Tam ekran',
|
|
93
|
+
'Gateways': 'Ağ geçitleri',
|
|
94
|
+
'Get key': 'Anahtar al',
|
|
95
|
+
'Get started': 'Başlayın',
|
|
96
|
+
'Help improve this product': 'Bu ürünü geliştirmeye yardımcı olun',
|
|
97
|
+
'Helps improve model quality. Off by default.': 'Model kalitesini artırmaya yardımcı olur. Varsayılan olarak kapalıdır.',
|
|
98
|
+
'Hide': 'Gizle',
|
|
99
|
+
'Install': 'Yükle',
|
|
100
|
+
'Install failed: {error}': 'Yükleme başarısız oldu: {error}',
|
|
101
|
+
'Installation ID': 'Kurulum kimliği',
|
|
102
|
+
'Installed': 'Yüklendi',
|
|
103
|
+
'Language': 'Dil',
|
|
104
|
+
'Live from CLI': 'CLI\'den canlı',
|
|
105
|
+
'Load more tools': 'Daha fazla araç yükle',
|
|
106
|
+
'Loading install paths…': 'Kurulum yolları yükleniyor…',
|
|
107
|
+
'Loading tools…': 'Araçlar yükleniyor…',
|
|
108
|
+
'Loading…': 'Yükleniyor…',
|
|
109
|
+
'Local CLI': 'Yerel CLI',
|
|
110
|
+
'MCP server installed.': 'MCP sunucusu yüklendi.',
|
|
111
|
+
'MCP server uninstalled.': 'MCP sunucusu kaldırıldı.',
|
|
112
|
+
'Max tokens (optional)': 'Maksimum token (isteğe bağlı)',
|
|
113
|
+
'Media providers': 'Medya sağlayıcıları',
|
|
114
|
+
'Model': 'Model',
|
|
115
|
+
'Model list comes from this CLI. Default uses the CLI\'s own config.': 'Model listesi bu CLI\'den gelir. Varsayılan, CLI\'nin kendi yapılandırmasını kullanır.',
|
|
116
|
+
'Most MCP clients only pick up new servers on restart.': 'Çoğu MCP istemcisi yeni sunucuları yalnızca yeniden başlatıldığında algılar.',
|
|
117
|
+
'Name': 'Ad',
|
|
118
|
+
'Name is required.': 'Ad gereklidir.',
|
|
119
|
+
'New skill': 'Yeni beceri',
|
|
120
|
+
'No agent CLIs detected.': 'Hiçbir aracı CLI\'si algılanmadı.',
|
|
121
|
+
'No connectors match "{query}"': '"{query}" ile eşleşen bağlayıcı yok',
|
|
122
|
+
'No files.': 'Dosya yok.',
|
|
123
|
+
'No media providers configured yet.': 'Henüz yapılandırılmış medya sağlayıcısı yok.',
|
|
124
|
+
'No skills match these filters.': 'Bu filtrelerle eşleşen beceri yok.',
|
|
125
|
+
'No tools available': 'Kullanılabilir araç yok',
|
|
126
|
+
'Node.js was not found.': 'Node.js bulunamadı.',
|
|
127
|
+
'Not available for this daemon.': 'Bu arka plan süreci için kullanılamaz.',
|
|
128
|
+
'Not configured': 'Yapılandırılmadı',
|
|
129
|
+
'Not installed': 'Yüklenmedi',
|
|
130
|
+
'Not sharing': 'Paylaşılmıyor',
|
|
131
|
+
'Nothing is shared unless you opt in.': 'Siz etkinleştirmedikçe hiçbir şey paylaşılmaz.',
|
|
132
|
+
'Off': 'Kapalı',
|
|
133
|
+
'On': 'Açık',
|
|
134
|
+
'One-click install': 'Tek tıkla kurulum',
|
|
135
|
+
'Open details for {name}': '{name} için ayrıntıları aç',
|
|
136
|
+
'Paste your API key': 'API anahtarınızı yapıştırın',
|
|
137
|
+
'Pick the CLI that runs your prompts.': 'İsteklerinizi çalıştıracak CLI\'yi seçin.',
|
|
138
|
+
'Play a sound when a task finishes.': 'Bir görev tamamlandığında ses çal.',
|
|
139
|
+
'Protocols': 'Protokoller',
|
|
140
|
+
'Provider': 'Sağlayıcı',
|
|
141
|
+
'Pull context into the conversation': 'Bağlamı konuşmaya dahil et',
|
|
142
|
+
'Read your project files': 'Proje dosyalarınızı okuyun',
|
|
143
|
+
'Reasoning effort': 'Akıl yürütme çabası',
|
|
144
|
+
'Reload': 'Yeniden yükle',
|
|
145
|
+
'Reloading…': 'Yeniden yükleniyor…',
|
|
146
|
+
'Rescan': 'Yeniden tara',
|
|
147
|
+
'Restart your client after installing.': 'Kurulumdan sonra istemcinizi yeniden başlatın.',
|
|
148
|
+
'Run an agent installed on this machine': 'Bu makinede yüklü bir aracıyı çalıştır',
|
|
149
|
+
'Runs a code-agent CLI detected by the host.': 'Ana bilgisayar tarafından algılanan bir kod aracısı CLI\'sini çalıştırır.',
|
|
150
|
+
'SKILL.md': 'SKILL.md',
|
|
151
|
+
'Save': 'Kaydet',
|
|
152
|
+
'Save as override': 'Geçersiz kılma olarak kaydet',
|
|
153
|
+
'Save changes': 'Değişiklikleri kaydet',
|
|
154
|
+
'Saved ({mask})': 'Kaydedildi ({mask})',
|
|
155
|
+
'Saved.': 'Kaydedildi.',
|
|
156
|
+
'Saving…': 'Kaydediliyor…',
|
|
157
|
+
'Scanning for installed agents…': 'Yüklü aracılar taranıyor…',
|
|
158
|
+
'Scanning…': 'Taranıyor…',
|
|
159
|
+
'Search connectors': 'Bağlayıcı ara',
|
|
160
|
+
'Search models': 'Model ara',
|
|
161
|
+
'Search skills…': 'Beceri ara…',
|
|
162
|
+
'See your host application for build instructions.': 'Derleme talimatları için ana uygulamanıza bakın.',
|
|
163
|
+
'Send test notification': 'Test bildirimi gönder',
|
|
164
|
+
'Set up your preferences before you begin.': 'Başlamadan önce tercihlerinizi ayarlayın.',
|
|
165
|
+
'Settings': 'Ayarlar',
|
|
166
|
+
'Settings sections': 'Ayar bölümleri',
|
|
167
|
+
'Share usage': 'Kullanımı paylaş',
|
|
168
|
+
'Show': 'Göster',
|
|
169
|
+
'Show a system notification when a task finishes.': 'Bir görev tamamlandığında sistem bildirimi göster.',
|
|
170
|
+
'Showing built-in defaults. Click Rescan to pull live models from the CLI.': 'Yerleşik varsayılanlar gösteriliyor. CLI\'den canlı modelleri almak için Yeniden Tara\'ya tıklayın.',
|
|
171
|
+
'Source': 'Kaynak',
|
|
172
|
+
'Status': 'Durum',
|
|
173
|
+
'Stored only by this host.': 'Yalnızca bu ana bilgisayar tarafından depolanır.',
|
|
174
|
+
'Success sound': 'Başarı sesi',
|
|
175
|
+
'Test': 'Test et',
|
|
176
|
+
'Test connection': 'Bağlantıyı test et',
|
|
177
|
+
'Test notification sent.': 'Test bildirimi gönderildi.',
|
|
178
|
+
'Test successful': 'Test başarılı',
|
|
179
|
+
'Testing…': 'Test ediliyor…',
|
|
180
|
+
'This is what a completion notification looks like.': 'Tamamlanma bildirimi böyle görünür.',
|
|
181
|
+
'This skill ships with the host. Editing it creates your own copy — the original is unaffected.': 'Bu beceri ana bilgisayarla birlikte gelir. Düzenlemek kendi kopyanızı oluşturur — orijinali etkilenmez.',
|
|
182
|
+
'Tool details unavailable ({count})': 'Araç ayrıntıları kullanılamıyor ({count})',
|
|
183
|
+
'Tools': 'Araçlar',
|
|
184
|
+
'Triggers': 'Tetikleyiciler',
|
|
185
|
+
'Try a different search term.': 'Farklı bir arama terimi deneyin.',
|
|
186
|
+
'Type': 'Tür',
|
|
187
|
+
'Uninstall': 'Kaldır',
|
|
188
|
+
'Unsaved': 'Kaydedilmedi',
|
|
189
|
+
'Use default, safe tool permissions': 'Varsayılan, güvenli araç izinlerini kullan',
|
|
190
|
+
'Use detected path': 'Algılanan yolu kullan',
|
|
191
|
+
'Use your own API credentials': 'Kendi API kimlik bilgilerinizi kullanın',
|
|
192
|
+
'Uses {url} by default.': 'Varsayılan olarak {url} kullanır.',
|
|
193
|
+
'Welcome': 'Hoş geldiniz',
|
|
194
|
+
'What does this skill do? When should it be used?': 'Bu beceri ne işe yarar? Ne zaman kullanılmalı?',
|
|
195
|
+
'What this server can do': 'Bu sunucunun yapabilecekleri',
|
|
196
|
+
'Working…': 'Çalışıyor…',
|
|
197
|
+
'Your CLIs': 'CLI\'leriniz',
|
|
198
|
+
'Your editor will ask you to approve the install.': 'Düzenleyiciniz kurulumu onaylamanızı isteyecek.',
|
|
199
|
+
'e.g. Always respond concisely and avoid unnecessary caveats.': 'örn. Her zaman kısa ve öz yanıt ver, gereksiz uyarılardan kaçın.',
|
|
200
|
+
'e.g. my-fine-tuned-model': 'örn. ince-ayarli-modelim',
|
|
201
|
+
'https://api.example.com': 'https://api.example.com',
|
|
202
|
+
'my-skill': 'my-skill',
|
|
203
|
+
'search the web, summarize': 'web\'de ara, özetle',
|
|
204
|
+
'user': 'kullanıcı',
|
|
205
|
+
'↻ Rescan': '↻ Yeniden tara',
|
|
206
|
+
'System': 'Sistem',
|
|
207
|
+
'Light': 'Açık',
|
|
208
|
+
'Dark': 'Koyu',
|
|
209
|
+
'Claude Code': 'Claude Code',
|
|
210
|
+
'Codex': 'Codex',
|
|
211
|
+
'Cursor': 'Cursor',
|
|
212
|
+
'VS Code': 'VS Code',
|
|
213
|
+
'Antigravity': 'Antigravity',
|
|
214
|
+
'Zed': 'Zed',
|
|
215
|
+
'Windsurf': 'Windsurf',
|
|
216
|
+
'CLI command': 'CLI komutu',
|
|
217
|
+
'TOML config': 'TOML yapılandırması',
|
|
218
|
+
'JSON config': 'JSON yapılandırması',
|
|
219
|
+
'Run this command in your terminal.': 'Bu komutu terminalinizde çalıştırın.',
|
|
220
|
+
'Paste this into {path}.': 'Bunu {path} içine yapıştırın.',
|
|
221
|
+
'Paste this into {path}, or use one-click install below.': 'Bunu {path} içine yapıştırın veya aşağıdaki tek tıkla kurulumu kullanın.',
|
|
222
|
+
'Open the command palette ({shortcut}), run "MCP: Add Server", and paste this.': 'Komut paletini açın ({shortcut}), "MCP: Add Server" komutunu çalıştırın ve bunu yapıştırın.',
|
|
223
|
+
'Add this to your MCP server configuration.': 'Bunu MCP sunucu yapılandırmanıza ekleyin.',
|
|
224
|
+
'Open settings ({shortcut}) and paste this into your context servers.': 'Ayarları açın ({shortcut}) ve bunu bağlam sunucularınıza yapıştırın.',
|
|
225
|
+
'No tools': 'Araç yok',
|
|
226
|
+
'1 tool': '1 araç',
|
|
227
|
+
'{count} tools': '{count} araç',
|
|
228
|
+
'Available': 'Kullanılabilir',
|
|
229
|
+
'Connected': 'Bağlı',
|
|
230
|
+
'Disabled': 'Devre dışı',
|
|
231
|
+
'notifications.sound.ding': 'Ding',
|
|
232
|
+
'notifications.sound.chime': 'Çan sesi',
|
|
233
|
+
'notifications.sound.twoToneUp': 'İki tonlu yükselen',
|
|
234
|
+
'notifications.sound.pluck': 'Tıngırtı',
|
|
235
|
+
'notifications.sound.buzz': 'Vızıltı',
|
|
236
|
+
'notifications.sound.twoToneDown': 'İki tonlu alçalan',
|
|
237
|
+
'notifications.sound.thud': 'Küt sesi',
|
|
238
|
+
};
|
|
239
|
+
//# sourceMappingURL=settings-dialog.tr.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"settings-dialog.tr.js","sourceRoot":"","sources":["../../../../src/features/i18n/dictionaries/settings-dialog.tr.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @file Ukrainian (`uk`) dictionary for the settings-dialog feature set.
|
|
3
|
+
*
|
|
4
|
+
* Companion to `settings-dialog.en.ts` -- see that file's doc comment for
|
|
5
|
+
* the enumeration method and scope. Key set matches it exactly (enforced by
|
|
6
|
+
* `__tests__/dictionaries.test.ts`), covering every literal `t()` key needed
|
|
7
|
+
* by every tab the reference implementation mounts in its admin settings panel.
|
|
8
|
+
*
|
|
9
|
+
* A handful of entries are intentionally left untranslated: vendor/product
|
|
10
|
+
* names (`Claude Code`, `Codex`, `Cursor`, `VS Code`, `Antigravity`, `Zed`,
|
|
11
|
+
* `Windsurf`), the `BYOK` acronym, and literal technical placeholders
|
|
12
|
+
* (`SKILL.md`, `https://api.example.com`, `my-skill`) that name a real file,
|
|
13
|
+
* URL shape, or slug format rather than describing something in prose.
|
|
14
|
+
*/
|
|
15
|
+
import type { SettingsDialogDict } from './types.js';
|
|
16
|
+
export declare const SETTINGS_DIALOG_UK: SettingsDialogDict;
|
|
17
|
+
//# sourceMappingURL=settings-dialog.uk.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"settings-dialog.uk.d.ts","sourceRoot":"","sources":["../../../../src/features/i18n/dictionaries/settings-dialog.uk.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG;AACH,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAC;AAGrD,eAAO,MAAM,kBAAkB,EAAE,kBA6OhC,CAAC"}
|
|
@@ -0,0 +1,239 @@
|
|
|
1
|
+
export const SETTINGS_DIALOG_UK = {
|
|
2
|
+
'# My skill\n\n1. Explain the workflow.\n2. Describe the inputs and outputs.': '# Моя навичка\n\n1. Опишіть робочий процес.\n2. Опишіть вхідні та вихідні дані.',
|
|
3
|
+
'A custom path override did not work, so this used the automatically detected binary instead.': 'Користувацький шлях не спрацював, тому натомість було використано автоматично визначений виконуваний файл.',
|
|
4
|
+
'API key': 'Ключ API',
|
|
5
|
+
'About': 'Про програму',
|
|
6
|
+
'Accent color': 'Акцентний колір',
|
|
7
|
+
'Account': 'Обліковий запис',
|
|
8
|
+
'Advanced: proxy & custom paths': 'Додатково: проксі та власні шляхи',
|
|
9
|
+
'Agent check failed': 'Перевірку агента не пройдено',
|
|
10
|
+
'Agent is ready.': 'Агент готовий.',
|
|
11
|
+
'All': 'Усі',
|
|
12
|
+
'An anonymous id used to group your shared data.': 'Анонімний ідентифікатор, який використовується для групування ваших спільних даних.',
|
|
13
|
+
'Anonymous metrics': 'Анонімні метрики',
|
|
14
|
+
'Appearance': 'Зовнішній вигляд',
|
|
15
|
+
'Auth status unknown': 'Стан автентифікації невідомий',
|
|
16
|
+
'Authentication required': 'Потрібна автентифікація',
|
|
17
|
+
'Authorization in progress': 'Триває авторизація',
|
|
18
|
+
'Authorization in progress. It should finish shortly.': 'Триває авторизація. Вона має скоро завершитися.',
|
|
19
|
+
'Authorization pending': 'Авторизація очікується',
|
|
20
|
+
'BYOK': 'BYOK',
|
|
21
|
+
'Base URL': 'Базова URL-адреса',
|
|
22
|
+
'Body': 'Тіло',
|
|
23
|
+
'Body is required.': 'Тіло обов\'язкове.',
|
|
24
|
+
'Build the server first.': 'Спочатку зберіть сервер.',
|
|
25
|
+
'Built-in list': 'Вбудований список',
|
|
26
|
+
'Cancel': 'Скасувати',
|
|
27
|
+
'Cancel authorization': 'Скасувати авторизацію',
|
|
28
|
+
'Cap on the response length. Leave blank to use the model default.': 'Обмеження довжини відповіді. Залиште порожнім, щоб використати значення моделі за замовчуванням.',
|
|
29
|
+
'Category': 'Категорія',
|
|
30
|
+
'Choose what you share. You can change this anytime.': 'Виберіть, чим ви ділитеся. Ви можете змінити це будь-коли.',
|
|
31
|
+
'Clear': 'Очистити',
|
|
32
|
+
'Clear custom path': 'Очистити користувацький шлях',
|
|
33
|
+
'Clear search': 'Очистити пошук',
|
|
34
|
+
'Close': 'Закрити',
|
|
35
|
+
'Collapse': 'Згорнути',
|
|
36
|
+
'Collapse settings sidebar': 'Згорнути бічну панель налаштувань',
|
|
37
|
+
'Completion sound': 'Звук завершення',
|
|
38
|
+
'Configured': 'Налаштовано',
|
|
39
|
+
'Confirm delete': 'Підтвердити видалення',
|
|
40
|
+
'Connect': 'Підключити',
|
|
41
|
+
'Connect third-party tools and services.': 'Підключіть сторонні інструменти та сервіси.',
|
|
42
|
+
'Connection succeeded': 'З\'єднання встановлено',
|
|
43
|
+
'Connector provider': 'Постачальник конектора',
|
|
44
|
+
'Connectors': 'Конектори',
|
|
45
|
+
'Continue in browser': 'Продовжити в браузері',
|
|
46
|
+
'Conversation and tool content': 'Вміст розмов та інструментів',
|
|
47
|
+
'Copied': 'Скопійовано',
|
|
48
|
+
'Copy': 'Копіювати',
|
|
49
|
+
'Copy to clipboard': 'Копіювати в буфер обміну',
|
|
50
|
+
'Could not load live models: {message}': 'Не вдалося завантажити актуальні моделі: {message}',
|
|
51
|
+
'Could not load skills: {error}': 'Не вдалося завантажити навички: {error}',
|
|
52
|
+
'Could not reach the daemon: {error}': 'Не вдалося з\'єднатися з демоном: {error}',
|
|
53
|
+
'Could not reach the server. Showing local changes only.': 'Не вдалося з\'єднатися з сервером. Показано лише локальні зміни.',
|
|
54
|
+
'Could not resolve install paths.': 'Не вдалося визначити шляхи встановлення.',
|
|
55
|
+
'Could not save media providers.': 'Не вдалося зберегти медіапостачальників.',
|
|
56
|
+
'Could not send a test notification.': 'Не вдалося надіслати тестове сповіщення.',
|
|
57
|
+
'Couldn\'t cancel authorization. Try again.': 'Не вдалося скасувати авторизацію. Спробуйте ще раз.',
|
|
58
|
+
'Create': 'Створити',
|
|
59
|
+
'Create override': 'Створити перевизначення',
|
|
60
|
+
'Credentials this host uses to generate images and video.': 'Облікові дані, які цей хост використовує для створення зображень і відео.',
|
|
61
|
+
'Custom accent color': 'Власний акцентний колір',
|
|
62
|
+
'Custom endpoint': 'Власна кінцева точка',
|
|
63
|
+
'Custom instructions': 'Власні інструкції',
|
|
64
|
+
'Custom model id': 'Власний ідентифікатор моделі',
|
|
65
|
+
'Custom…': 'Власний…',
|
|
66
|
+
'Default accent color': 'Акцентний колір за замовчуванням',
|
|
67
|
+
'Default endpoint. Usually no need to change this.': 'Кінцева точка за замовчуванням. Зазвичай змінювати її не потрібно.',
|
|
68
|
+
'Default model': 'Модель за замовчуванням',
|
|
69
|
+
'Delete': 'Видалити',
|
|
70
|
+
'Delete my data': 'Видалити мої дані',
|
|
71
|
+
'Description': 'Опис',
|
|
72
|
+
'Desktop notifications': 'Сповіщення на робочому столі',
|
|
73
|
+
'Desktop notifications are blocked. Enable them in your browser settings.': 'Сповіщення на робочому столі заблоковано. Увімкніть їх у налаштуваннях браузера.',
|
|
74
|
+
'Desktop notifications are not supported in this browser.': 'Цей браузер не підтримує сповіщення на робочому столі.',
|
|
75
|
+
'Details': 'Деталі',
|
|
76
|
+
'Disconnect': 'Відключити',
|
|
77
|
+
'Docs': 'Документація',
|
|
78
|
+
'Don\'t share': 'Не ділитися',
|
|
79
|
+
'Edit': 'Редагувати',
|
|
80
|
+
'Enabled': 'Увімкнено',
|
|
81
|
+
'Enter an absolute http(s) URL.': 'Введіть абсолютну URL-адресу http(s).',
|
|
82
|
+
'Environment variables passed to this CLI when it runs.': 'Змінні середовища, що передаються цьому CLI під час запуску.',
|
|
83
|
+
'Error': 'Помилка',
|
|
84
|
+
'Execution mode': 'Режим виконання',
|
|
85
|
+
'Exit fullscreen': 'Вийти з повноекранного режиму',
|
|
86
|
+
'Expand': 'Розгорнути',
|
|
87
|
+
'Expand settings sidebar': 'Розгорнути бічну панель налаштувань',
|
|
88
|
+
'Extra instructions applied to every conversation, in addition to any per-project instructions.': 'Додаткові інструкції, що застосовуються до кожної розмови, на додаток до будь-яких інструкцій для конкретного проєкту.',
|
|
89
|
+
'Failure sound': 'Звук помилки',
|
|
90
|
+
'Feature usage and performance data, with no personal content.': 'Дані про використання функцій і продуктивність, без особистого вмісту.',
|
|
91
|
+
'Files': 'Файли',
|
|
92
|
+
'Fullscreen': 'Повноекранний режим',
|
|
93
|
+
'Gateways': 'Шлюзи',
|
|
94
|
+
'Get key': 'Отримати ключ',
|
|
95
|
+
'Get started': 'Почати',
|
|
96
|
+
'Help improve this product': 'Допоможіть покращити цей продукт',
|
|
97
|
+
'Helps improve model quality. Off by default.': 'Допомагає покращити якість моделі. Вимкнено за замовчуванням.',
|
|
98
|
+
'Hide': 'Приховати',
|
|
99
|
+
'Install': 'Встановити',
|
|
100
|
+
'Install failed: {error}': 'Помилка встановлення: {error}',
|
|
101
|
+
'Installation ID': 'Ідентифікатор встановлення',
|
|
102
|
+
'Installed': 'Встановлено',
|
|
103
|
+
'Language': 'Мова',
|
|
104
|
+
'Live from CLI': 'Наживо з CLI',
|
|
105
|
+
'Load more tools': 'Завантажити більше інструментів',
|
|
106
|
+
'Loading install paths…': 'Завантаження шляхів встановлення…',
|
|
107
|
+
'Loading tools…': 'Завантаження інструментів…',
|
|
108
|
+
'Loading…': 'Завантаження…',
|
|
109
|
+
'Local CLI': 'Локальний CLI',
|
|
110
|
+
'MCP server installed.': 'Сервер MCP встановлено.',
|
|
111
|
+
'MCP server uninstalled.': 'Сервер MCP видалено.',
|
|
112
|
+
'Max tokens (optional)': 'Максимум токенів (необов\'язково)',
|
|
113
|
+
'Media providers': 'Медіапостачальники',
|
|
114
|
+
'Model': 'Модель',
|
|
115
|
+
'Model list comes from this CLI. Default uses the CLI\'s own config.': 'Список моделей надходить із цього CLI. За замовчуванням використовується власна конфігурація CLI.',
|
|
116
|
+
'Most MCP clients only pick up new servers on restart.': 'Більшість клієнтів MCP виявляють нові сервери лише після перезапуску.',
|
|
117
|
+
'Name': 'Назва',
|
|
118
|
+
'Name is required.': 'Назва обов\'язкова.',
|
|
119
|
+
'New skill': 'Нова навичка',
|
|
120
|
+
'No agent CLIs detected.': 'CLI агентів не виявлено.',
|
|
121
|
+
'No connectors match "{query}"': 'Жоден конектор не відповідає запиту «{query}»',
|
|
122
|
+
'No files.': 'Немає файлів.',
|
|
123
|
+
'No media providers configured yet.': 'Медіапостачальників ще не налаштовано.',
|
|
124
|
+
'No skills match these filters.': 'Жодна навичка не відповідає цим фільтрам.',
|
|
125
|
+
'No tools available': 'Немає доступних інструментів',
|
|
126
|
+
'Node.js was not found.': 'Node.js не знайдено.',
|
|
127
|
+
'Not available for this daemon.': 'Недоступно для цього демона.',
|
|
128
|
+
'Not configured': 'Не налаштовано',
|
|
129
|
+
'Not installed': 'Не встановлено',
|
|
130
|
+
'Not sharing': 'Не поширюється',
|
|
131
|
+
'Nothing is shared unless you opt in.': 'Нічого не поширюється, доки ви не увімкнете це самостійно.',
|
|
132
|
+
'Off': 'Вимкнено',
|
|
133
|
+
'On': 'Увімкнено',
|
|
134
|
+
'One-click install': 'Встановлення в один клік',
|
|
135
|
+
'Open details for {name}': 'Відкрити деталі для {name}',
|
|
136
|
+
'Paste your API key': 'Вставте свій ключ API',
|
|
137
|
+
'Pick the CLI that runs your prompts.': 'Виберіть CLI, який виконуватиме ваші запити.',
|
|
138
|
+
'Play a sound when a task finishes.': 'Відтворювати звук після завершення завдання.',
|
|
139
|
+
'Protocols': 'Протоколи',
|
|
140
|
+
'Provider': 'Постачальник',
|
|
141
|
+
'Pull context into the conversation': 'Додати контекст до розмови',
|
|
142
|
+
'Read your project files': 'Читати файли вашого проєкту',
|
|
143
|
+
'Reasoning effort': 'Рівень міркування',
|
|
144
|
+
'Reload': 'Перезавантажити',
|
|
145
|
+
'Reloading…': 'Перезавантаження…',
|
|
146
|
+
'Rescan': 'Повторне сканування',
|
|
147
|
+
'Restart your client after installing.': 'Перезапустіть клієнт після встановлення.',
|
|
148
|
+
'Run an agent installed on this machine': 'Запустити агента, встановленого на цьому комп\'ютері',
|
|
149
|
+
'Runs a code-agent CLI detected by the host.': 'Запускає CLI агента коду, виявлений хостом.',
|
|
150
|
+
'SKILL.md': 'SKILL.md',
|
|
151
|
+
'Save': 'Зберегти',
|
|
152
|
+
'Save as override': 'Зберегти як перевизначення',
|
|
153
|
+
'Save changes': 'Зберегти зміни',
|
|
154
|
+
'Saved ({mask})': 'Збережено ({mask})',
|
|
155
|
+
'Saved.': 'Збережено.',
|
|
156
|
+
'Saving…': 'Збереження…',
|
|
157
|
+
'Scanning for installed agents…': 'Пошук встановлених агентів…',
|
|
158
|
+
'Scanning…': 'Сканування…',
|
|
159
|
+
'Search connectors': 'Пошук конекторів',
|
|
160
|
+
'Search models': 'Пошук моделей',
|
|
161
|
+
'Search skills…': 'Пошук навичок…',
|
|
162
|
+
'See your host application for build instructions.': 'Перегляньте свій хост-додаток для отримання інструкцій зі збирання.',
|
|
163
|
+
'Send test notification': 'Надіслати тестове сповіщення',
|
|
164
|
+
'Set up your preferences before you begin.': 'Налаштуйте свої параметри перед початком роботи.',
|
|
165
|
+
'Settings': 'Налаштування',
|
|
166
|
+
'Settings sections': 'Розділи налаштувань',
|
|
167
|
+
'Share usage': 'Ділитися використанням',
|
|
168
|
+
'Show': 'Показати',
|
|
169
|
+
'Show a system notification when a task finishes.': 'Показувати системне сповіщення після завершення завдання.',
|
|
170
|
+
'Showing built-in defaults. Click Rescan to pull live models from the CLI.': 'Показано вбудовані значення за замовчуванням. Натисніть «Повторне сканування», щоб отримати актуальні моделі з CLI.',
|
|
171
|
+
'Source': 'Джерело',
|
|
172
|
+
'Status': 'Стан',
|
|
173
|
+
'Stored only by this host.': 'Зберігається лише цим хостом.',
|
|
174
|
+
'Success sound': 'Звук успіху',
|
|
175
|
+
'Test': 'Перевірити',
|
|
176
|
+
'Test connection': 'Перевірити з\'єднання',
|
|
177
|
+
'Test notification sent.': 'Тестове сповіщення надіслано.',
|
|
178
|
+
'Test successful': 'Перевірку пройдено',
|
|
179
|
+
'Testing…': 'Перевірка…',
|
|
180
|
+
'This is what a completion notification looks like.': 'Ось як виглядає сповіщення про завершення.',
|
|
181
|
+
'This skill ships with the host. Editing it creates your own copy — the original is unaffected.': 'Ця навичка постачається разом із хостом. Редагування створює вашу власну копію — оригінал залишається без змін.',
|
|
182
|
+
'Tool details unavailable ({count})': 'Деталі інструмента недоступні ({count})',
|
|
183
|
+
'Tools': 'Інструменти',
|
|
184
|
+
'Triggers': 'Тригери',
|
|
185
|
+
'Try a different search term.': 'Спробуйте інший пошуковий запит.',
|
|
186
|
+
'Type': 'Тип',
|
|
187
|
+
'Uninstall': 'Видалити',
|
|
188
|
+
'Unsaved': 'Не збережено',
|
|
189
|
+
'Use default, safe tool permissions': 'Використовувати безпечні дозволи інструментів за замовчуванням',
|
|
190
|
+
'Use detected path': 'Використати визначений шлях',
|
|
191
|
+
'Use your own API credentials': 'Використовуйте власні облікові дані API',
|
|
192
|
+
'Uses {url} by default.': 'За замовчуванням використовує {url}.',
|
|
193
|
+
'Welcome': 'Ласкаво просимо',
|
|
194
|
+
'What does this skill do? When should it be used?': 'Що робить ця навичка? Коли її слід використовувати?',
|
|
195
|
+
'What this server can do': 'Що вміє цей сервер',
|
|
196
|
+
'Working…': 'Виконання…',
|
|
197
|
+
'Your CLIs': 'Ваші CLI',
|
|
198
|
+
'Your editor will ask you to approve the install.': 'Ваш редактор попросить підтвердити встановлення.',
|
|
199
|
+
'e.g. Always respond concisely and avoid unnecessary caveats.': 'напр. Завжди відповідай стисло й уникай зайвих застережень.',
|
|
200
|
+
'e.g. my-fine-tuned-model': 'напр. моя-донавчена-модель',
|
|
201
|
+
'https://api.example.com': 'https://api.example.com',
|
|
202
|
+
'my-skill': 'my-skill',
|
|
203
|
+
'search the web, summarize': 'шукати в інтернеті, підсумовувати',
|
|
204
|
+
'user': 'користувач',
|
|
205
|
+
'↻ Rescan': '↻ Повторне сканування',
|
|
206
|
+
'System': 'Системна',
|
|
207
|
+
'Light': 'Світла',
|
|
208
|
+
'Dark': 'Темна',
|
|
209
|
+
'Claude Code': 'Claude Code',
|
|
210
|
+
'Codex': 'Codex',
|
|
211
|
+
'Cursor': 'Cursor',
|
|
212
|
+
'VS Code': 'VS Code',
|
|
213
|
+
'Antigravity': 'Antigravity',
|
|
214
|
+
'Zed': 'Zed',
|
|
215
|
+
'Windsurf': 'Windsurf',
|
|
216
|
+
'CLI command': 'Команда CLI',
|
|
217
|
+
'TOML config': 'Конфігурація TOML',
|
|
218
|
+
'JSON config': 'Конфігурація JSON',
|
|
219
|
+
'Run this command in your terminal.': 'Виконайте цю команду в терміналі.',
|
|
220
|
+
'Paste this into {path}.': 'Вставте це в {path}.',
|
|
221
|
+
'Paste this into {path}, or use one-click install below.': 'Вставте це в {path} або скористайтеся встановленням в один клік нижче.',
|
|
222
|
+
'Open the command palette ({shortcut}), run "MCP: Add Server", and paste this.': 'Відкрийте палітру команд ({shortcut}), виконайте «MCP: Add Server» і вставте це.',
|
|
223
|
+
'Add this to your MCP server configuration.': 'Додайте це до конфігурації свого сервера MCP.',
|
|
224
|
+
'Open settings ({shortcut}) and paste this into your context servers.': 'Відкрийте налаштування ({shortcut}) і вставте це у свої контекстні сервери.',
|
|
225
|
+
'No tools': 'Немає інструментів',
|
|
226
|
+
'1 tool': '1 інструмент',
|
|
227
|
+
'{count} tools': '{count} інструментів',
|
|
228
|
+
'Available': 'Доступно',
|
|
229
|
+
'Connected': 'Підключено',
|
|
230
|
+
'Disabled': 'Вимкнено',
|
|
231
|
+
'notifications.sound.ding': 'Дзінь',
|
|
232
|
+
'notifications.sound.chime': 'Дзвіночок',
|
|
233
|
+
'notifications.sound.twoToneUp': 'Два тони вгору',
|
|
234
|
+
'notifications.sound.pluck': 'Щипок',
|
|
235
|
+
'notifications.sound.buzz': 'Дзижчання',
|
|
236
|
+
'notifications.sound.twoToneDown': 'Два тони вниз',
|
|
237
|
+
'notifications.sound.thud': 'Глухий удар',
|
|
238
|
+
};
|
|
239
|
+
//# sourceMappingURL=settings-dialog.uk.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"settings-dialog.uk.js","sourceRoot":"","sources":["../../../../src/features/i18n/dictionaries/settings-dialog.uk.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @file Urdu (`ur`) dictionary for the settings-dialog feature set. Mirrors
|
|
3
|
+
* `settings-dialog.en.ts`'s exact key set — see that file's doc comment for the enumeration
|
|
4
|
+
* method and `__tests__/dictionaries.test.tsx` for the parity contract this must satisfy.
|
|
5
|
+
*/
|
|
6
|
+
import type { SettingsDialogDict } from './types.js';
|
|
7
|
+
export declare const SETTINGS_DIALOG_UR: SettingsDialogDict;
|
|
8
|
+
//# sourceMappingURL=settings-dialog.ur.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"settings-dialog.ur.d.ts","sourceRoot":"","sources":["../../../../src/features/i18n/dictionaries/settings-dialog.ur.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAC;AAErD,eAAO,MAAM,kBAAkB,EAAE,kBA6OhC,CAAC"}
|