@flanksource/clicky-ui 0.3.29 → 0.3.31
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/dist/ai.cjs +48 -3
- package/dist/ai.cjs.map +1 -1
- package/dist/ai.js +46 -1
- package/dist/ai.js.map +1 -1
- package/dist/comments/CommentCard.cjs +110 -262
- package/dist/comments/CommentCard.cjs.map +1 -1
- package/dist/comments/CommentCard.d.ts +3 -1
- package/dist/comments/CommentCard.d.ts.map +1 -1
- package/dist/comments/CommentCard.js +105 -257
- package/dist/comments/CommentCard.js.map +1 -1
- package/dist/comments/CommentCardParts.cjs +95 -0
- package/dist/comments/CommentCardParts.cjs.map +1 -0
- package/dist/comments/CommentCardParts.d.ts +17 -0
- package/dist/comments/CommentCardParts.d.ts.map +1 -0
- package/dist/comments/CommentCardParts.js +95 -0
- package/dist/comments/CommentCardParts.js.map +1 -0
- package/dist/comments/CommentSidePanel.cjs +14 -7
- package/dist/comments/CommentSidePanel.cjs.map +1 -1
- package/dist/comments/CommentSidePanel.d.ts +3 -1
- package/dist/comments/CommentSidePanel.d.ts.map +1 -1
- package/dist/comments/CommentSidePanel.js +14 -7
- package/dist/comments/CommentSidePanel.js.map +1 -1
- package/dist/comments/CommentThread.cjs +2 -0
- package/dist/comments/CommentThread.cjs.map +1 -1
- package/dist/comments/CommentThread.d.ts +2 -1
- package/dist/comments/CommentThread.d.ts.map +1 -1
- package/dist/comments/CommentThread.js +2 -0
- package/dist/comments/CommentThread.js.map +1 -1
- package/dist/comments/CommentThreadList.cjs +50 -34
- package/dist/comments/CommentThreadList.cjs.map +1 -1
- package/dist/comments/CommentThreadList.d.ts +3 -1
- package/dist/comments/CommentThreadList.d.ts.map +1 -1
- package/dist/comments/CommentThreadList.js +50 -34
- package/dist/comments/CommentThreadList.js.map +1 -1
- package/dist/components/ComboboxMenu.cjs +4 -1
- package/dist/components/ComboboxMenu.cjs.map +1 -1
- package/dist/components/ComboboxMenu.d.ts.map +1 -1
- package/dist/components/ComboboxMenu.js +5 -2
- package/dist/components/ComboboxMenu.js.map +1 -1
- package/dist/components/ComboboxTags.cjs +5 -1
- package/dist/components/ComboboxTags.cjs.map +1 -1
- package/dist/components/ComboboxTags.d.ts.map +1 -1
- package/dist/components/ComboboxTags.js +6 -2
- package/dist/components/ComboboxTags.js.map +1 -1
- package/dist/components/ConnectionLoggingPolicy.cjs +24 -35
- package/dist/components/ConnectionLoggingPolicy.cjs.map +1 -1
- package/dist/components/ConnectionLoggingPolicy.d.ts.map +1 -1
- package/dist/components/ConnectionLoggingPolicy.js +24 -35
- package/dist/components/ConnectionLoggingPolicy.js.map +1 -1
- package/dist/components/DateField.d.ts +1 -1
- package/dist/components/DatePicker.d.ts +1 -1
- package/dist/components/DateTimePicker.d.ts +1 -1
- package/dist/components/MultiSelect.cjs.map +1 -1
- package/dist/components/MultiSelect.d.ts +7 -0
- package/dist/components/MultiSelect.d.ts.map +1 -1
- package/dist/components/MultiSelect.js.map +1 -1
- package/dist/components/filter-bar-multi.cjs +10 -1
- package/dist/components/filter-bar-multi.cjs.map +1 -1
- package/dist/components/filter-bar-multi.d.ts.map +1 -1
- package/dist/components/filter-bar-multi.js +11 -2
- package/dist/components/filter-bar-multi.js.map +1 -1
- package/dist/components/mdx-editor-callout-model.d.ts +1 -1
- package/dist/data/MarkdownEditor.model.d.ts +1 -1
- package/dist/data/ai/ChatWindow.catalogs.cjs +11 -5
- package/dist/data/ai/ChatWindow.catalogs.cjs.map +1 -1
- package/dist/data/ai/ChatWindow.catalogs.d.ts +2 -1
- package/dist/data/ai/ChatWindow.catalogs.d.ts.map +1 -1
- package/dist/data/ai/ChatWindow.catalogs.js +11 -5
- package/dist/data/ai/ChatWindow.catalogs.js.map +1 -1
- package/dist/data/ai/ChatWindow.cjs +1 -0
- package/dist/data/ai/ChatWindow.cjs.map +1 -1
- package/dist/data/ai/ChatWindow.d.ts.map +1 -1
- package/dist/data/ai/ChatWindow.js +1 -0
- package/dist/data/ai/ChatWindow.js.map +1 -1
- package/dist/data/ai/PromptRunEditor/VariablesField.cjs +79 -0
- package/dist/data/ai/PromptRunEditor/VariablesField.cjs.map +1 -0
- package/dist/data/ai/PromptRunEditor/VariablesField.d.ts +8 -0
- package/dist/data/ai/PromptRunEditor/VariablesField.d.ts.map +1 -0
- package/dist/data/ai/PromptRunEditor/VariablesField.js +79 -0
- package/dist/data/ai/PromptRunEditor/VariablesField.js.map +1 -0
- package/dist/data/ai/PromptRunEditor/index.cjs +61 -69
- package/dist/data/ai/PromptRunEditor/index.cjs.map +1 -1
- package/dist/data/ai/PromptRunEditor/index.d.ts +11 -1
- package/dist/data/ai/PromptRunEditor/index.d.ts.map +1 -1
- package/dist/data/ai/PromptRunEditor/index.js +61 -69
- package/dist/data/ai/PromptRunEditor/index.js.map +1 -1
- package/dist/data/ai/PromptRunEditor/model.cjs.map +1 -1
- package/dist/data/ai/PromptRunEditor/model.d.ts +2 -0
- package/dist/data/ai/PromptRunEditor/model.d.ts.map +1 -1
- package/dist/data/ai/PromptRunEditor/model.js.map +1 -1
- package/dist/data/ai/SessionViewer.model.cjs +23 -8
- package/dist/data/ai/SessionViewer.model.cjs.map +1 -1
- package/dist/data/ai/SessionViewer.model.d.ts +8 -0
- package/dist/data/ai/SessionViewer.model.d.ts.map +1 -1
- package/dist/data/ai/SessionViewer.model.js +23 -8
- package/dist/data/ai/SessionViewer.model.js.map +1 -1
- package/dist/data/ai/SessionViewer.rows.cjs +9 -1
- package/dist/data/ai/SessionViewer.rows.cjs.map +1 -1
- package/dist/data/ai/SessionViewer.rows.js +9 -1
- package/dist/data/ai/SessionViewer.rows.js.map +1 -1
- package/dist/data/ai/SpecRuntimeEditor/ModelSection.cjs +4 -3
- package/dist/data/ai/SpecRuntimeEditor/ModelSection.cjs.map +1 -1
- package/dist/data/ai/SpecRuntimeEditor/ModelSection.d.ts.map +1 -1
- package/dist/data/ai/SpecRuntimeEditor/ModelSection.js +2 -1
- package/dist/data/ai/SpecRuntimeEditor/ModelSection.js.map +1 -1
- package/dist/data/ai/SpecRuntimeEditor/PermissionModeField.cjs +2 -2
- package/dist/data/ai/SpecRuntimeEditor/PermissionModeField.cjs.map +1 -1
- package/dist/data/ai/SpecRuntimeEditor/PermissionModeField.js +1 -1
- package/dist/data/ai/SpecRuntimeEditor/VerifySection.cjs +24 -2
- package/dist/data/ai/SpecRuntimeEditor/VerifySection.cjs.map +1 -1
- package/dist/data/ai/SpecRuntimeEditor/VerifySection.d.ts.map +1 -1
- package/dist/data/ai/SpecRuntimeEditor/VerifySection.js +25 -3
- package/dist/data/ai/SpecRuntimeEditor/VerifySection.js.map +1 -1
- package/dist/data/ai/SpecRuntimeEditor/index.cjs +4 -3
- package/dist/data/ai/SpecRuntimeEditor/index.cjs.map +1 -1
- package/dist/data/ai/SpecRuntimeEditor/index.d.ts.map +1 -1
- package/dist/data/ai/SpecRuntimeEditor/index.js +2 -1
- package/dist/data/ai/SpecRuntimeEditor/index.js.map +1 -1
- package/dist/data/ai/SpecRuntimeEditor/summaries.cjs.map +1 -1
- package/dist/data/ai/SpecRuntimeEditor/summaries.d.ts.map +1 -1
- package/dist/data/ai/SpecRuntimeEditor/summaries.js.map +1 -1
- package/dist/data/ai/SpecRuntimeEditor.model.cjs +4 -0
- package/dist/data/ai/SpecRuntimeEditor.model.cjs.map +1 -1
- package/dist/data/ai/SpecRuntimeEditor.model.d.ts +4 -0
- package/dist/data/ai/SpecRuntimeEditor.model.d.ts.map +1 -1
- package/dist/data/ai/SpecRuntimeEditor.model.js +4 -0
- package/dist/data/ai/SpecRuntimeEditor.model.js.map +1 -1
- package/dist/data/ai/index.d.ts +3 -2
- package/dist/data/ai/index.d.ts.map +1 -1
- package/dist/data/ai/runtime-profile.cjs.map +1 -1
- package/dist/data/ai/runtime-profile.d.ts +9 -7
- package/dist/data/ai/runtime-profile.d.ts.map +1 -1
- package/dist/data/ai/runtime-profile.js.map +1 -1
- package/dist/data/ai/runtime-profiles/OrderedPresetSelect.cjs +111 -0
- package/dist/data/ai/runtime-profiles/OrderedPresetSelect.cjs.map +1 -0
- package/dist/data/ai/runtime-profiles/OrderedPresetSelect.d.ts +7 -0
- package/dist/data/ai/runtime-profiles/OrderedPresetSelect.d.ts.map +1 -0
- package/dist/data/ai/runtime-profiles/OrderedPresetSelect.js +111 -0
- package/dist/data/ai/runtime-profiles/OrderedPresetSelect.js.map +1 -0
- package/dist/data/ai/runtime-profiles/PermissionStrategiesEditor.cjs +313 -0
- package/dist/data/ai/runtime-profiles/PermissionStrategiesEditor.cjs.map +1 -0
- package/dist/data/ai/runtime-profiles/PermissionStrategiesEditor.d.ts +8 -0
- package/dist/data/ai/runtime-profiles/PermissionStrategiesEditor.d.ts.map +1 -0
- package/dist/data/ai/runtime-profiles/PermissionStrategiesEditor.js +313 -0
- package/dist/data/ai/runtime-profiles/PermissionStrategiesEditor.js.map +1 -0
- package/dist/data/ai/runtime-profiles/PermissionStrategyConditionRow.cjs +98 -0
- package/dist/data/ai/runtime-profiles/PermissionStrategyConditionRow.cjs.map +1 -0
- package/dist/data/ai/runtime-profiles/PermissionStrategyConditionRow.d.ts +11 -0
- package/dist/data/ai/runtime-profiles/PermissionStrategyConditionRow.d.ts.map +1 -0
- package/dist/data/ai/runtime-profiles/PermissionStrategyConditionRow.js +98 -0
- package/dist/data/ai/runtime-profiles/PermissionStrategyConditionRow.js.map +1 -0
- package/dist/data/ai/runtime-profiles/PresetSpecEditor.cjs +35 -0
- package/dist/data/ai/runtime-profiles/PresetSpecEditor.cjs.map +1 -0
- package/dist/data/ai/runtime-profiles/PresetSpecEditor.d.ts +11 -0
- package/dist/data/ai/runtime-profiles/PresetSpecEditor.d.ts.map +1 -0
- package/dist/data/ai/runtime-profiles/PresetSpecEditor.js +35 -0
- package/dist/data/ai/runtime-profiles/PresetSpecEditor.js.map +1 -0
- package/dist/data/ai/runtime-profiles/PresetWorkspace.cjs +179 -0
- package/dist/data/ai/runtime-profiles/PresetWorkspace.cjs.map +1 -0
- package/dist/data/ai/runtime-profiles/PresetWorkspace.d.ts +22 -0
- package/dist/data/ai/runtime-profiles/PresetWorkspace.d.ts.map +1 -0
- package/dist/data/ai/runtime-profiles/PresetWorkspace.js +179 -0
- package/dist/data/ai/runtime-profiles/PresetWorkspace.js.map +1 -0
- package/dist/data/ai/runtime-profiles/ProfileSpecEditor.cjs +57 -0
- package/dist/data/ai/runtime-profiles/ProfileSpecEditor.cjs.map +1 -0
- package/dist/data/ai/runtime-profiles/ProfileSpecEditor.d.ts +18 -0
- package/dist/data/ai/runtime-profiles/ProfileSpecEditor.d.ts.map +1 -0
- package/dist/data/ai/runtime-profiles/ProfileSpecEditor.js +57 -0
- package/dist/data/ai/runtime-profiles/ProfileSpecEditor.js.map +1 -0
- package/dist/data/ai/runtime-profiles/ProfileWorkspace.cjs +135 -0
- package/dist/data/ai/runtime-profiles/ProfileWorkspace.cjs.map +1 -0
- package/dist/data/ai/runtime-profiles/ProfileWorkspace.d.ts +23 -0
- package/dist/data/ai/runtime-profiles/ProfileWorkspace.d.ts.map +1 -0
- package/dist/data/ai/runtime-profiles/ProfileWorkspace.js +135 -0
- package/dist/data/ai/runtime-profiles/ProfileWorkspace.js.map +1 -0
- package/dist/data/ai/runtime-profiles/ResolutionInspector.cjs +85 -0
- package/dist/data/ai/runtime-profiles/ResolutionInspector.cjs.map +1 -0
- package/dist/data/ai/runtime-profiles/ResolutionInspector.d.ts +7 -0
- package/dist/data/ai/runtime-profiles/ResolutionInspector.d.ts.map +1 -0
- package/dist/data/ai/runtime-profiles/ResolutionInspector.js +85 -0
- package/dist/data/ai/runtime-profiles/ResolutionInspector.js.map +1 -0
- package/dist/data/ai/runtime-profiles/ResolutionTrace.cjs +42 -0
- package/dist/data/ai/runtime-profiles/ResolutionTrace.cjs.map +1 -0
- package/dist/data/ai/runtime-profiles/ResolutionTrace.d.ts +6 -0
- package/dist/data/ai/runtime-profiles/ResolutionTrace.d.ts.map +1 -0
- package/dist/data/ai/runtime-profiles/ResolutionTrace.js +42 -0
- package/dist/data/ai/runtime-profiles/ResolutionTrace.js.map +1 -0
- package/dist/data/ai/runtime-profiles/RuntimeLibraryList.cjs +93 -0
- package/dist/data/ai/runtime-profiles/RuntimeLibraryList.cjs.map +1 -0
- package/dist/data/ai/runtime-profiles/RuntimeLibraryList.d.ts +18 -0
- package/dist/data/ai/runtime-profiles/RuntimeLibraryList.d.ts.map +1 -0
- package/dist/data/ai/runtime-profiles/RuntimeLibraryList.js +93 -0
- package/dist/data/ai/runtime-profiles/RuntimeLibraryList.js.map +1 -0
- package/dist/data/ai/runtime-profiles/RuntimePersistenceBar.cjs +44 -0
- package/dist/data/ai/runtime-profiles/RuntimePersistenceBar.cjs.map +1 -0
- package/dist/data/ai/runtime-profiles/RuntimePersistenceBar.d.ts +6 -0
- package/dist/data/ai/runtime-profiles/RuntimePersistenceBar.d.ts.map +1 -0
- package/dist/data/ai/runtime-profiles/RuntimePersistenceBar.js +44 -0
- package/dist/data/ai/runtime-profiles/RuntimePersistenceBar.js.map +1 -0
- package/dist/data/ai/runtime-profiles/RuntimeProfilePicker.cjs +198 -0
- package/dist/data/ai/runtime-profiles/RuntimeProfilePicker.cjs.map +1 -0
- package/dist/data/ai/runtime-profiles/RuntimeProfilePicker.d.ts +12 -0
- package/dist/data/ai/runtime-profiles/RuntimeProfilePicker.d.ts.map +1 -0
- package/dist/data/ai/runtime-profiles/RuntimeProfilePicker.js +198 -0
- package/dist/data/ai/runtime-profiles/RuntimeProfilePicker.js.map +1 -0
- package/dist/data/ai/runtime-profiles/RuntimeProfilePicker.model.cjs +97 -0
- package/dist/data/ai/runtime-profiles/RuntimeProfilePicker.model.cjs.map +1 -0
- package/dist/data/ai/runtime-profiles/RuntimeProfilePicker.model.d.ts +26 -0
- package/dist/data/ai/runtime-profiles/RuntimeProfilePicker.model.d.ts.map +1 -0
- package/dist/data/ai/runtime-profiles/RuntimeProfilePicker.model.js +97 -0
- package/dist/data/ai/runtime-profiles/RuntimeProfilePicker.model.js.map +1 -0
- package/dist/data/ai/runtime-profiles/RuntimeProfilesWorkspace.cjs +143 -0
- package/dist/data/ai/runtime-profiles/RuntimeProfilesWorkspace.cjs.map +1 -0
- package/dist/data/ai/runtime-profiles/RuntimeProfilesWorkspace.d.ts +25 -0
- package/dist/data/ai/runtime-profiles/RuntimeProfilesWorkspace.d.ts.map +1 -0
- package/dist/data/ai/runtime-profiles/RuntimeProfilesWorkspace.js +143 -0
- package/dist/data/ai/runtime-profiles/RuntimeProfilesWorkspace.js.map +1 -0
- package/dist/data/ai/runtime-profiles/RuntimeStatusNotice.cjs +41 -0
- package/dist/data/ai/runtime-profiles/RuntimeStatusNotice.cjs.map +1 -0
- package/dist/data/ai/runtime-profiles/RuntimeStatusNotice.d.ts +8 -0
- package/dist/data/ai/runtime-profiles/RuntimeStatusNotice.d.ts.map +1 -0
- package/dist/data/ai/runtime-profiles/RuntimeStatusNotice.js +41 -0
- package/dist/data/ai/runtime-profiles/RuntimeStatusNotice.js.map +1 -0
- package/dist/data/ai/runtime-profiles/index.d.ts +20 -0
- package/dist/data/ai/runtime-profiles/index.d.ts.map +1 -0
- package/dist/data/ai/runtime-profiles/types.d.ts +50 -0
- package/dist/data/ai/runtime-profiles/types.d.ts.map +1 -0
- package/dist/data/ai/runtime-profiles/use-permission-catalog.cjs +37 -0
- package/dist/data/ai/runtime-profiles/use-permission-catalog.cjs.map +1 -0
- package/dist/data/ai/runtime-profiles/use-permission-catalog.d.ts +5 -0
- package/dist/data/ai/runtime-profiles/use-permission-catalog.d.ts.map +1 -0
- package/dist/data/ai/runtime-profiles/use-permission-catalog.js +37 -0
- package/dist/data/ai/runtime-profiles/use-permission-catalog.js.map +1 -0
- package/dist/data/ai/runtime-profiles/use-resolution.cjs +43 -0
- package/dist/data/ai/runtime-profiles/use-resolution.cjs.map +1 -0
- package/dist/data/ai/runtime-profiles/use-resolution.d.ts +4 -0
- package/dist/data/ai/runtime-profiles/use-resolution.d.ts.map +1 -0
- package/dist/data/ai/runtime-profiles/use-resolution.js +43 -0
- package/dist/data/ai/runtime-profiles/use-resolution.js.map +1 -0
- package/dist/data/ai/runtime-profiles/use-runtime-families.cjs +38 -0
- package/dist/data/ai/runtime-profiles/use-runtime-families.cjs.map +1 -0
- package/dist/data/ai/runtime-profiles/use-runtime-families.d.ts +3 -0
- package/dist/data/ai/runtime-profiles/use-runtime-families.d.ts.map +1 -0
- package/dist/data/ai/runtime-profiles/use-runtime-families.js +38 -0
- package/dist/data/ai/runtime-profiles/use-runtime-families.js.map +1 -0
- package/dist/data/ai/runtime-profiles/use-runtime-profile-picker.cjs +107 -0
- package/dist/data/ai/runtime-profiles/use-runtime-profile-picker.cjs.map +1 -0
- package/dist/data/ai/runtime-profiles/use-runtime-profile-picker.d.ts +35 -0
- package/dist/data/ai/runtime-profiles/use-runtime-profile-picker.d.ts.map +1 -0
- package/dist/data/ai/runtime-profiles/use-runtime-profile-picker.js +107 -0
- package/dist/data/ai/runtime-profiles/use-runtime-profile-picker.js.map +1 -0
- package/dist/data/ai/use-session-scroll.cjs.map +1 -1
- package/dist/data/ai/use-session-scroll.d.ts +2 -2
- package/dist/data/ai/use-session-scroll.d.ts.map +1 -1
- package/dist/data/ai/use-session-scroll.js.map +1 -1
- package/dist/data/badge-variants.d.ts +1 -1
- package/dist/data/runtime/RuntimeBar.cjs +3 -2
- package/dist/data/runtime/RuntimeBar.cjs.map +1 -1
- package/dist/data/runtime/RuntimeBar.d.ts.map +1 -1
- package/dist/data/runtime/RuntimeBar.js +3 -2
- package/dist/data/runtime/RuntimeBar.js.map +1 -1
- package/dist/data/runtime/runtime-field-support.cjs +3 -3
- package/dist/data/runtime/runtime-field-support.cjs.map +1 -1
- package/dist/data/runtime/runtime-field-support.js +1 -1
- package/dist/data/runtime/runtime-mode.cjs +14 -47
- package/dist/data/runtime/runtime-mode.cjs.map +1 -1
- package/dist/data/runtime/runtime-mode.d.ts +5 -7
- package/dist/data/runtime/runtime-mode.d.ts.map +1 -1
- package/dist/data/runtime/runtime-mode.js +7 -39
- package/dist/data/runtime/runtime-mode.js.map +1 -1
- package/dist/data/test-runner/TestRunner.cjs +6 -4
- package/dist/data/test-runner/TestRunner.cjs.map +1 -1
- package/dist/data/test-runner/TestRunner.d.ts +10 -1
- package/dist/data/test-runner/TestRunner.d.ts.map +1 -1
- package/dist/data/test-runner/TestRunner.js +6 -4
- package/dist/data/test-runner/TestRunner.js.map +1 -1
- package/dist/data/verification/VerificationResults.cjs +99 -0
- package/dist/data/verification/VerificationResults.cjs.map +1 -0
- package/dist/data/verification/VerificationResults.d.ts +27 -0
- package/dist/data/verification/VerificationResults.d.ts.map +1 -0
- package/dist/data/verification/VerificationResults.js +99 -0
- package/dist/data/verification/VerificationResults.js.map +1 -0
- package/dist/data/verification/adapterViews.cjs +116 -0
- package/dist/data/verification/adapterViews.cjs.map +1 -0
- package/dist/data/verification/adapterViews.d.ts +13 -0
- package/dist/data/verification/adapterViews.d.ts.map +1 -0
- package/dist/data/verification/adapterViews.js +116 -0
- package/dist/data/verification/adapterViews.js.map +1 -0
- package/dist/data/verification/adapters.cjs +26 -0
- package/dist/data/verification/adapters.cjs.map +1 -0
- package/dist/data/verification/adapters.d.ts +6 -0
- package/dist/data/verification/adapters.d.ts.map +1 -0
- package/dist/data/verification/adapters.js +26 -0
- package/dist/data/verification/adapters.js.map +1 -0
- package/dist/data/verification/index.d.ts +5 -0
- package/dist/data/verification/index.d.ts.map +1 -0
- package/dist/data/verification/verify-report.cjs +58 -0
- package/dist/data/verification/verify-report.cjs.map +1 -0
- package/dist/data/verification/verify-report.d.ts +96 -0
- package/dist/data/verification/verify-report.d.ts.map +1 -0
- package/dist/data/verification/verify-report.js +58 -0
- package/dist/data/verification/verify-report.js.map +1 -0
- package/dist/data/verification/verifyReportTests.cjs +83 -0
- package/dist/data/verification/verifyReportTests.cjs.map +1 -0
- package/dist/data/verification/verifyReportTests.d.ts +13 -0
- package/dist/data/verification/verifyReportTests.d.ts.map +1 -0
- package/dist/data/verification/verifyReportTests.js +83 -0
- package/dist/data/verification/verifyReportTests.js.map +1 -0
- package/dist/data/version-info.cjs +3 -3
- package/dist/data/version-info.js +3 -3
- package/dist/data.cjs +10 -0
- package/dist/data.cjs.map +1 -1
- package/dist/data.d.ts +1 -0
- package/dist/data.d.ts.map +1 -1
- package/dist/data.js +10 -0
- package/dist/data.js.map +1 -1
- package/dist/index.cjs +62 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +62 -0
- package/dist/index.js.map +1 -1
- package/dist/lib/permission-strategies.cjs +155 -0
- package/dist/lib/permission-strategies.cjs.map +1 -0
- package/dist/lib/permission-strategies.d.ts +35 -0
- package/dist/lib/permission-strategies.d.ts.map +1 -0
- package/dist/lib/permission-strategies.js +155 -0
- package/dist/lib/permission-strategies.js.map +1 -0
- package/dist/lib/runtime-family.cjs +51 -0
- package/dist/lib/runtime-family.cjs.map +1 -0
- package/dist/lib/runtime-family.d.ts +25 -0
- package/dist/lib/runtime-family.d.ts.map +1 -0
- package/dist/lib/runtime-family.js +51 -0
- package/dist/lib/runtime-family.js.map +1 -0
- package/dist/lib/runtime-profile-model.cjs +129 -0
- package/dist/lib/runtime-profile-model.cjs.map +1 -0
- package/dist/lib/runtime-profile-model.d.ts +30 -0
- package/dist/lib/runtime-profile-model.d.ts.map +1 -0
- package/dist/lib/runtime-profile-model.js +129 -0
- package/dist/lib/runtime-profile-model.js.map +1 -0
- package/dist/styles.css +1 -1
- package/dist/utils.cjs +52 -0
- package/dist/utils.cjs.map +1 -1
- package/dist/utils.d.ts +5 -0
- package/dist/utils.d.ts.map +1 -1
- package/dist/utils.js +53 -1
- package/dist/utils.js.map +1 -1
- package/package.json +1 -1
package/dist/ai.cjs
CHANGED
|
@@ -15,6 +15,12 @@ const ChatWindowManager = require("./data/ai/ChatWindowManager.cjs");
|
|
|
15
15
|
const ToolPreferencesList = require("./data/ai/ToolPreferencesList.cjs");
|
|
16
16
|
const ContextBadges = require("./data/ai/ContextBadges.cjs");
|
|
17
17
|
const ContextMeter = require("./data/chat/ContextMeter.cjs");
|
|
18
|
+
const OrderedPresetSelect = require("./data/ai/runtime-profiles/OrderedPresetSelect.cjs");
|
|
19
|
+
const PermissionStrategiesEditor = require("./data/ai/runtime-profiles/PermissionStrategiesEditor.cjs");
|
|
20
|
+
const PresetSpecEditor = require("./data/ai/runtime-profiles/PresetSpecEditor.cjs");
|
|
21
|
+
const PresetWorkspace = require("./data/ai/runtime-profiles/PresetWorkspace.cjs");
|
|
22
|
+
const ProfileSpecEditor = require("./data/ai/runtime-profiles/ProfileSpecEditor.cjs");
|
|
23
|
+
const ProfileWorkspace = require("./data/ai/runtime-profiles/ProfileWorkspace.cjs");
|
|
18
24
|
const PromptCatalogTable = require("./data/ai/PromptCatalog/PromptCatalogTable.cjs");
|
|
19
25
|
const PromptLayerStrip = require("./data/ai/PromptCatalog/PromptLayerStrip.cjs");
|
|
20
26
|
const PromptPage = require("./data/ai/PromptCatalog/PromptPage.cjs");
|
|
@@ -25,12 +31,19 @@ const PromptSourceBadge = require("./data/ai/PromptCatalog/PromptSourceBadge.cjs
|
|
|
25
31
|
const PromptSourceRepair = require("./data/ai/PromptPicker/PromptSourceRepair.cjs");
|
|
26
32
|
const ProviderStatusPanel = require("./data/runtime/ProviderStatusPanel.cjs");
|
|
27
33
|
const runtimeProfile = require("./data/ai/runtime-profile.cjs");
|
|
34
|
+
const ResolutionInspector = require("./data/ai/runtime-profiles/ResolutionInspector.cjs");
|
|
35
|
+
const ResolutionTrace = require("./data/ai/runtime-profiles/ResolutionTrace.cjs");
|
|
28
36
|
const RuntimeBar = require("./data/runtime/RuntimeBar.cjs");
|
|
37
|
+
const RuntimeLibraryList = require("./data/ai/runtime-profiles/RuntimeLibraryList.cjs");
|
|
29
38
|
const RuntimeModePicker = require("./data/ai/RuntimeModePicker.cjs");
|
|
39
|
+
const RuntimeProfilePicker = require("./data/ai/runtime-profiles/RuntimeProfilePicker.cjs");
|
|
40
|
+
const RuntimeProfilesWorkspace = require("./data/ai/runtime-profiles/RuntimeProfilesWorkspace.cjs");
|
|
41
|
+
const RuntimeStatusNotice = require("./data/ai/runtime-profiles/RuntimeStatusNotice.cjs");
|
|
30
42
|
const sessionTones = require("./data/ai/session-tones.cjs");
|
|
31
43
|
const SpecRuntimeEditor_model = require("./data/ai/SpecRuntimeEditor.model.cjs");
|
|
32
44
|
const SpecRuntimeEditor_sandboxModel = require("./data/ai/SpecRuntimeEditor.sandbox-model.cjs");
|
|
33
45
|
const runtimeMode = require("./data/runtime/runtime-mode.cjs");
|
|
46
|
+
const runtimeFamily = require("./lib/runtime-family.cjs");
|
|
34
47
|
const SandboxConnectionsSection = require("./data/ai/SandboxConnectionsSection.cjs");
|
|
35
48
|
const SandboxCreateWizard = require("./data/ai/SandboxCreateWizard.cjs");
|
|
36
49
|
const ToolSchemaBrowser = require("./data/ai/ToolSchemaBrowser.cjs");
|
|
@@ -42,6 +55,7 @@ const index$2 = require("./data/ai/SpecRuntimeEditor/index.cjs");
|
|
|
42
55
|
const ThreadPicker = require("./data/ai/ThreadPicker.cjs");
|
|
43
56
|
const ToolPreferences = require("./data/ai/ToolPreferences.cjs");
|
|
44
57
|
const toolPolicy = require("./data/chat/tool-policy.cjs");
|
|
58
|
+
const runtimeProfileModel = require("./lib/runtime-profile-model.cjs");
|
|
45
59
|
const SandboxCreateWizard_model = require("./data/ai/SandboxCreateWizard.model.cjs");
|
|
46
60
|
const promptPageModel = require("./data/ai/PromptCatalog/prompt-page-model.cjs");
|
|
47
61
|
const promptCatalogModel = require("./data/ai/PromptCatalog/prompt-catalog-model.cjs");
|
|
@@ -55,6 +69,10 @@ const context = require("./data/ai/context.cjs");
|
|
|
55
69
|
const chatWindowContext = require("./data/ai/chat-window-context.cjs");
|
|
56
70
|
const promptRuntime = require("./data/ai/PromptPicker/prompt-runtime.cjs");
|
|
57
71
|
const SessionViewer_input = require("./data/ai/SessionViewer.input.cjs");
|
|
72
|
+
const useRuntimeFamilies = require("./data/ai/runtime-profiles/use-runtime-families.cjs");
|
|
73
|
+
const usePermissionCatalog = require("./data/ai/runtime-profiles/use-permission-catalog.cjs");
|
|
74
|
+
const useRuntimeProfilePicker = require("./data/ai/runtime-profiles/use-runtime-profile-picker.cjs");
|
|
75
|
+
const useResolution = require("./data/ai/runtime-profiles/use-resolution.cjs");
|
|
58
76
|
exports.AGENT_RUNTIME_ICONS = agentActionIcons.AGENT_RUNTIME_ICONS;
|
|
59
77
|
exports.APPROVAL_ICONS = agentActionIcons.APPROVAL_ICONS;
|
|
60
78
|
exports.EFFORT_ICONS = agentActionIcons.EFFORT_ICONS;
|
|
@@ -86,6 +104,12 @@ exports.CompactToolPreferencesList = ToolPreferencesList.CompactToolPreferencesL
|
|
|
86
104
|
exports.ContextBadges = ContextBadges.ContextBadges;
|
|
87
105
|
exports.ContextBadgesReadonly = ContextBadges.ContextBadgesReadonly;
|
|
88
106
|
exports.ContextMeter = ContextMeter.ContextMeter;
|
|
107
|
+
exports.OrderedPresetSelect = OrderedPresetSelect.OrderedPresetSelect;
|
|
108
|
+
exports.PermissionStrategiesEditor = PermissionStrategiesEditor.PermissionStrategiesEditor;
|
|
109
|
+
exports.PresetSpecEditor = PresetSpecEditor.PresetSpecEditor;
|
|
110
|
+
exports.PresetWorkspace = PresetWorkspace.PresetWorkspace;
|
|
111
|
+
exports.ProfileSpecEditor = ProfileSpecEditor.ProfileSpecEditor;
|
|
112
|
+
exports.ProfileWorkspace = ProfileWorkspace.ProfileWorkspace;
|
|
89
113
|
exports.PromptCatalogTable = PromptCatalogTable.PromptCatalogTable;
|
|
90
114
|
exports.PromptLayerStrip = PromptLayerStrip.PromptLayerStrip;
|
|
91
115
|
exports.PromptPage = PromptPage.PromptPage;
|
|
@@ -99,8 +123,14 @@ exports.ProviderStatusPanel = ProviderStatusPanel.ProviderStatusPanel;
|
|
|
99
123
|
exports.RUNTIME_PROFILE_SCOPES = runtimeProfile.RUNTIME_PROFILE_SCOPES;
|
|
100
124
|
exports.assertRuntimePresetSpec = runtimeProfile.assertRuntimePresetSpec;
|
|
101
125
|
exports.projectRuntimePresetSpec = runtimeProfile.projectRuntimePresetSpec;
|
|
126
|
+
exports.ResolutionInspector = ResolutionInspector.ResolutionInspector;
|
|
127
|
+
exports.ResolutionTrace = ResolutionTrace.ResolutionTrace;
|
|
102
128
|
exports.RuntimeBar = RuntimeBar.RuntimeBar;
|
|
129
|
+
exports.RuntimeLibraryList = RuntimeLibraryList.RuntimeLibraryList;
|
|
103
130
|
exports.RuntimeModePicker = RuntimeModePicker.RuntimeModePicker;
|
|
131
|
+
exports.RuntimeProfilePicker = RuntimeProfilePicker.RuntimeProfilePicker;
|
|
132
|
+
exports.RuntimeProfilesWorkspace = RuntimeProfilesWorkspace.RuntimeProfilesWorkspace;
|
|
133
|
+
exports.RuntimeStatusNotice = RuntimeStatusNotice.RuntimeStatusNotice;
|
|
104
134
|
exports.SESSION_TONES = sessionTones.SESSION_TONES;
|
|
105
135
|
exports.sessionTone = sessionTones.sessionTone;
|
|
106
136
|
exports.SPEC_CHECKOUT_MODES = SpecRuntimeEditor_model.SPEC_CHECKOUT_MODES;
|
|
@@ -121,21 +151,22 @@ exports.normalizeResourcePolicies = SpecRuntimeEditor_model.normalizeResourcePol
|
|
|
121
151
|
exports.normalizeToolPolicies = SpecRuntimeEditor_model.normalizeToolPolicies;
|
|
122
152
|
exports.SPEC_PERMISSION_MODES = SpecRuntimeEditor_sandboxModel.SPEC_PERMISSION_MODES;
|
|
123
153
|
exports.SPEC_RUNTIME_FAMILIES = runtimeMode.SPEC_RUNTIME_FAMILIES;
|
|
124
|
-
exports.SPEC_RUNTIME_MODES = runtimeMode.SPEC_RUNTIME_MODES;
|
|
125
154
|
exports.familiesFromRuntimeCatalog = runtimeMode.familiesFromRuntimeCatalog;
|
|
126
155
|
exports.familyById = runtimeMode.familyById;
|
|
127
156
|
exports.familyForMode = runtimeMode.familyForMode;
|
|
128
157
|
exports.labelForMode = runtimeMode.labelForMode;
|
|
129
158
|
exports.modeForFamily = runtimeMode.modeForFamily;
|
|
130
|
-
exports.modeOptionFor = runtimeMode.modeOptionFor;
|
|
131
159
|
exports.modelBelongsToFamily = runtimeMode.modelBelongsToFamily;
|
|
132
160
|
exports.modelsForFamily = runtimeMode.modelsForFamily;
|
|
133
161
|
exports.runtimeModeError = runtimeMode.runtimeModeError;
|
|
134
|
-
exports.runtimeModeFromModel = runtimeMode.runtimeModeFromModel;
|
|
135
162
|
exports.runtimeModeOptions = runtimeMode.runtimeModeOptions;
|
|
136
163
|
exports.runtimeModelError = runtimeMode.runtimeModelError;
|
|
137
164
|
exports.selectionForMode = runtimeMode.selectionForMode;
|
|
138
165
|
exports.selectionForRuntime = runtimeMode.selectionForRuntime;
|
|
166
|
+
exports.SPEC_RUNTIME_MODES = runtimeFamily.SPEC_RUNTIME_MODES;
|
|
167
|
+
exports.familyForModel = runtimeFamily.familyForModel;
|
|
168
|
+
exports.modeOptionFor = runtimeFamily.modeOptionFor;
|
|
169
|
+
exports.runtimeModeFromModel = runtimeFamily.runtimeModeFromModel;
|
|
139
170
|
exports.SandboxConnectionsSection = SandboxConnectionsSection.SandboxConnectionsSection;
|
|
140
171
|
exports.SandboxCreateWizard = SandboxCreateWizard.SandboxCreateWizard;
|
|
141
172
|
exports.SchemaBrowser = ToolSchemaBrowser.ToolSchemaBrowser;
|
|
@@ -152,6 +183,16 @@ exports.matchesTool = toolPolicy.matchesTool;
|
|
|
152
183
|
exports.normalizeToolPolicyRules = toolPolicy.normalizeToolPolicyRules;
|
|
153
184
|
exports.resolveToolPolicy = toolPolicy.resolveToolPolicy;
|
|
154
185
|
exports.toolPolicyFromPreferences = toolPolicy.toolPolicyFromPreferences;
|
|
186
|
+
exports.authoredRuntimeSpec = runtimeProfileModel.authoredRuntimeSpec;
|
|
187
|
+
exports.duplicateName = runtimeProfileModel.duplicateName;
|
|
188
|
+
exports.mergeRuntimeSpec = runtimeProfileModel.mergeRuntimeSpec;
|
|
189
|
+
exports.nextNewName = runtimeProfileModel.nextNewName;
|
|
190
|
+
exports.permissionTarget = runtimeProfileModel.permissionTarget;
|
|
191
|
+
exports.presetForRef = runtimeProfileModel.presetForRef;
|
|
192
|
+
exports.presetsOf = runtimeProfileModel.presetsOf;
|
|
193
|
+
exports.referencedBy = runtimeProfileModel.referencedBy;
|
|
194
|
+
exports.reorderProfilePresets = runtimeProfileModel.reorderProfilePresets;
|
|
195
|
+
exports.uniqueName = runtimeProfileModel.uniqueName;
|
|
155
196
|
exports.buildSandboxCreateInput = SandboxCreateWizard_model.buildSandboxCreateInput;
|
|
156
197
|
exports.emptySandboxCreateDraft = SandboxCreateWizard_model.emptySandboxCreateDraft;
|
|
157
198
|
exports.toggleSandboxCredential = SandboxCreateWizard_model.toggleSandboxCredential;
|
|
@@ -199,4 +240,8 @@ exports.questionsFromToolInput = SessionViewer_input.questionsFromToolInput;
|
|
|
199
240
|
exports.summarizeToolInput = SessionViewer_input.summarizeToolInput;
|
|
200
241
|
exports.toolDiff = SessionViewer_input.toolDiff;
|
|
201
242
|
exports.toolInputParams = SessionViewer_input.toolInputParams;
|
|
243
|
+
exports.useRuntimeFamilies = useRuntimeFamilies.useRuntimeFamilies;
|
|
244
|
+
exports.useRuntimePermissionCatalog = usePermissionCatalog.useRuntimePermissionCatalog;
|
|
245
|
+
exports.useRuntimeProfilePicker = useRuntimeProfilePicker.useRuntimeProfilePicker;
|
|
246
|
+
exports.useRuntimeProfileResolution = useResolution.useRuntimeProfileResolution;
|
|
202
247
|
//# sourceMappingURL=ai.cjs.map
|
package/dist/ai.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ai.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ai.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/dist/ai.js
CHANGED
|
@@ -13,6 +13,12 @@ import { ChatWindowManagerProvider } from "./data/ai/ChatWindowManager.js";
|
|
|
13
13
|
import { CompactToolPreferencesList } from "./data/ai/ToolPreferencesList.js";
|
|
14
14
|
import { ContextBadges, ContextBadgesReadonly } from "./data/ai/ContextBadges.js";
|
|
15
15
|
import { ContextMeter } from "./data/chat/ContextMeter.js";
|
|
16
|
+
import { OrderedPresetSelect } from "./data/ai/runtime-profiles/OrderedPresetSelect.js";
|
|
17
|
+
import { PermissionStrategiesEditor } from "./data/ai/runtime-profiles/PermissionStrategiesEditor.js";
|
|
18
|
+
import { PresetSpecEditor } from "./data/ai/runtime-profiles/PresetSpecEditor.js";
|
|
19
|
+
import { PresetWorkspace } from "./data/ai/runtime-profiles/PresetWorkspace.js";
|
|
20
|
+
import { ProfileSpecEditor } from "./data/ai/runtime-profiles/ProfileSpecEditor.js";
|
|
21
|
+
import { ProfileWorkspace } from "./data/ai/runtime-profiles/ProfileWorkspace.js";
|
|
16
22
|
import { PromptCatalogTable } from "./data/ai/PromptCatalog/PromptCatalogTable.js";
|
|
17
23
|
import { PromptLayerStrip } from "./data/ai/PromptCatalog/PromptLayerStrip.js";
|
|
18
24
|
import { PromptPage } from "./data/ai/PromptCatalog/PromptPage.js";
|
|
@@ -23,12 +29,19 @@ import { PromptSourceBadge } from "./data/ai/PromptCatalog/PromptSourceBadge.js"
|
|
|
23
29
|
import { PromptSourceRepair } from "./data/ai/PromptPicker/PromptSourceRepair.js";
|
|
24
30
|
import { ProviderStatusPanel } from "./data/runtime/ProviderStatusPanel.js";
|
|
25
31
|
import { RUNTIME_PROFILE_SCOPES, assertRuntimePresetSpec, projectRuntimePresetSpec } from "./data/ai/runtime-profile.js";
|
|
32
|
+
import { ResolutionInspector } from "./data/ai/runtime-profiles/ResolutionInspector.js";
|
|
33
|
+
import { ResolutionTrace } from "./data/ai/runtime-profiles/ResolutionTrace.js";
|
|
26
34
|
import { RuntimeBar } from "./data/runtime/RuntimeBar.js";
|
|
35
|
+
import { RuntimeLibraryList } from "./data/ai/runtime-profiles/RuntimeLibraryList.js";
|
|
27
36
|
import { RuntimeModePicker } from "./data/ai/RuntimeModePicker.js";
|
|
37
|
+
import { RuntimeProfilePicker } from "./data/ai/runtime-profiles/RuntimeProfilePicker.js";
|
|
38
|
+
import { RuntimeProfilesWorkspace } from "./data/ai/runtime-profiles/RuntimeProfilesWorkspace.js";
|
|
39
|
+
import { RuntimeStatusNotice } from "./data/ai/runtime-profiles/RuntimeStatusNotice.js";
|
|
28
40
|
import { SESSION_TONES, sessionTone } from "./data/ai/session-tones.js";
|
|
29
41
|
import { SPEC_CHECKOUT_MODES, SPEC_CLONE_MODES, SPEC_COMMIT_CONDITIONS, SPEC_COMMIT_GATES, SPEC_COMMIT_MODES, SPEC_COMMIT_PHASES, SPEC_COMMIT_STAGES, SPEC_SCHEMA_STRICTNESS, SPEC_STASH_MODES, SPEC_VERIFY_SCOPES, SPEC_WORKTREE_MODES, buildAISpecRuntimePayload, compactAISpecRuntime, normalizeMCPPermissions, normalizeResourcePolicies, normalizeToolPolicies } from "./data/ai/SpecRuntimeEditor.model.js";
|
|
30
42
|
import { SPEC_PERMISSION_MODES } from "./data/ai/SpecRuntimeEditor.sandbox-model.js";
|
|
31
|
-
import { SPEC_RUNTIME_FAMILIES,
|
|
43
|
+
import { SPEC_RUNTIME_FAMILIES, familiesFromRuntimeCatalog, familyById, familyForMode, labelForMode, modeForFamily, modelBelongsToFamily, modelsForFamily, runtimeModeError, runtimeModeOptions, runtimeModelError, selectionForMode, selectionForRuntime } from "./data/runtime/runtime-mode.js";
|
|
44
|
+
import { SPEC_RUNTIME_MODES, familyForModel, modeOptionFor, runtimeModeFromModel } from "./lib/runtime-family.js";
|
|
32
45
|
import { SandboxConnectionsSection } from "./data/ai/SandboxConnectionsSection.js";
|
|
33
46
|
import { SandboxCreateWizard } from "./data/ai/SandboxCreateWizard.js";
|
|
34
47
|
import { ToolSchemaBrowser, ToolSchemaBrowser as ToolSchemaBrowser2 } from "./data/ai/ToolSchemaBrowser.js";
|
|
@@ -40,6 +53,7 @@ import { SpecRuntimeEditor } from "./data/ai/SpecRuntimeEditor/index.js";
|
|
|
40
53
|
import { ThreadPicker } from "./data/ai/ThreadPicker.js";
|
|
41
54
|
import { ToolPreferences } from "./data/ai/ToolPreferences.js";
|
|
42
55
|
import { appendToolPolicy, matchesTool, normalizeToolPolicyRules, resolveToolPolicy, toolPolicyFromPreferences } from "./data/chat/tool-policy.js";
|
|
56
|
+
import { authoredRuntimeSpec, duplicateName, mergeRuntimeSpec, nextNewName, permissionTarget, presetForRef, presetsOf, referencedBy, reorderProfilePresets, uniqueName } from "./lib/runtime-profile-model.js";
|
|
43
57
|
import { buildSandboxCreateInput, emptySandboxCreateDraft, toggleSandboxCredential } from "./data/ai/SandboxCreateWizard.model.js";
|
|
44
58
|
import { buildSavePayload, defaultFilePath, draftFor, draftRaw, isConflictError, isDraftDirty } from "./data/ai/PromptCatalog/prompt-page-model.js";
|
|
45
59
|
import { catalogFilterOptions, defaultEditLayer, effectiveLayer, entryMatches, layerLabel, layersAbove, previewText, provenanceSummary, runtimeSummary, sourceLabel, sourceTone } from "./data/ai/PromptCatalog/prompt-catalog-model.js";
|
|
@@ -53,6 +67,10 @@ import { makeContextId, parseContextPrefix, serializeContext } from "./data/ai/c
|
|
|
53
67
|
import { nextPromptId, useChatWindowManager } from "./data/ai/chat-window-context.js";
|
|
54
68
|
import { promptPreviewText, promptRuntimeValueToPayload, specToPromptRuntimeValue } from "./data/ai/PromptPicker/prompt-runtime.js";
|
|
55
69
|
import { questionsFromToolInput, summarizeToolInput, toolDiff, toolInputParams } from "./data/ai/SessionViewer.input.js";
|
|
70
|
+
import { useRuntimeFamilies } from "./data/ai/runtime-profiles/use-runtime-families.js";
|
|
71
|
+
import { useRuntimePermissionCatalog } from "./data/ai/runtime-profiles/use-permission-catalog.js";
|
|
72
|
+
import { useRuntimeProfilePicker } from "./data/ai/runtime-profiles/use-runtime-profile-picker.js";
|
|
73
|
+
import { useRuntimeProfileResolution } from "./data/ai/runtime-profiles/use-resolution.js";
|
|
56
74
|
export {
|
|
57
75
|
AGENT_RUNTIME_ICONS,
|
|
58
76
|
APPROVAL_ICONS,
|
|
@@ -76,7 +94,13 @@ export {
|
|
|
76
94
|
ContextMeter,
|
|
77
95
|
EFFORT_ICONS,
|
|
78
96
|
EXAMPLE_SESSIONS,
|
|
97
|
+
OrderedPresetSelect,
|
|
79
98
|
PERMISSION_MODE_ICONS,
|
|
99
|
+
PermissionStrategiesEditor,
|
|
100
|
+
PresetSpecEditor,
|
|
101
|
+
PresetWorkspace,
|
|
102
|
+
ProfileSpecEditor,
|
|
103
|
+
ProfileWorkspace,
|
|
80
104
|
PromptCatalogTable,
|
|
81
105
|
PromptLayerStrip,
|
|
82
106
|
PromptPage,
|
|
@@ -87,8 +111,14 @@ export {
|
|
|
87
111
|
PromptSourceRepair,
|
|
88
112
|
ProviderStatusPanel,
|
|
89
113
|
RUNTIME_PROFILE_SCOPES,
|
|
114
|
+
ResolutionInspector,
|
|
115
|
+
ResolutionTrace,
|
|
90
116
|
RuntimeBar,
|
|
117
|
+
RuntimeLibraryList,
|
|
91
118
|
RuntimeModePicker,
|
|
119
|
+
RuntimeProfilePicker,
|
|
120
|
+
RuntimeProfilesWorkspace,
|
|
121
|
+
RuntimeStatusNotice,
|
|
92
122
|
SESSION_TONES,
|
|
93
123
|
SPEC_CHECKOUT_MODES,
|
|
94
124
|
SPEC_CLONE_MODES,
|
|
@@ -119,6 +149,7 @@ export {
|
|
|
119
149
|
WORKFLOW_PHASES,
|
|
120
150
|
appendToolPolicy,
|
|
121
151
|
assertRuntimePresetSpec,
|
|
152
|
+
authoredRuntimeSpec,
|
|
122
153
|
buildAISpecRuntimePayload,
|
|
123
154
|
buildSandboxCreateInput,
|
|
124
155
|
buildSavePayload,
|
|
@@ -133,6 +164,7 @@ export {
|
|
|
133
164
|
defaultFilePath,
|
|
134
165
|
draftFor,
|
|
135
166
|
draftRaw,
|
|
167
|
+
duplicateName,
|
|
136
168
|
effectiveLayer,
|
|
137
169
|
effectiveToolPolicies,
|
|
138
170
|
effortIcon,
|
|
@@ -143,6 +175,7 @@ export {
|
|
|
143
175
|
familiesFromRuntimeCatalog,
|
|
144
176
|
familyById,
|
|
145
177
|
familyForMode,
|
|
178
|
+
familyForModel,
|
|
146
179
|
formatCost,
|
|
147
180
|
getSessionAction,
|
|
148
181
|
getSessionMetadata,
|
|
@@ -155,10 +188,12 @@ export {
|
|
|
155
188
|
layersAbove,
|
|
156
189
|
makeContextId,
|
|
157
190
|
matchesTool,
|
|
191
|
+
mergeRuntimeSpec,
|
|
158
192
|
modeForFamily,
|
|
159
193
|
modeOptionFor,
|
|
160
194
|
modelBelongsToFamily,
|
|
161
195
|
modelsForFamily,
|
|
196
|
+
nextNewName,
|
|
162
197
|
nextPromptId,
|
|
163
198
|
normalizeMCPPermissions,
|
|
164
199
|
normalizeMessages,
|
|
@@ -168,6 +203,9 @@ export {
|
|
|
168
203
|
normalizeToolPolicy,
|
|
169
204
|
normalizeToolPolicyRules,
|
|
170
205
|
parseContextPrefix,
|
|
206
|
+
permissionTarget,
|
|
207
|
+
presetForRef,
|
|
208
|
+
presetsOf,
|
|
171
209
|
previewText,
|
|
172
210
|
projectRuntimePresetSpec,
|
|
173
211
|
promptPreviewText,
|
|
@@ -175,6 +213,8 @@ export {
|
|
|
175
213
|
provenanceSummary,
|
|
176
214
|
questionsFromToolInput,
|
|
177
215
|
reconcileModelCapabilities,
|
|
216
|
+
referencedBy,
|
|
217
|
+
reorderProfilePresets,
|
|
178
218
|
resolveToolPolicy,
|
|
179
219
|
runtimeModeError,
|
|
180
220
|
runtimeModeFromModel,
|
|
@@ -196,7 +236,12 @@ export {
|
|
|
196
236
|
toolDiff,
|
|
197
237
|
toolInputParams,
|
|
198
238
|
toolPolicyFromPreferences,
|
|
239
|
+
uniqueName,
|
|
199
240
|
useChatWindowManager,
|
|
241
|
+
useRuntimeFamilies,
|
|
242
|
+
useRuntimePermissionCatalog,
|
|
243
|
+
useRuntimeProfilePicker,
|
|
244
|
+
useRuntimeProfileResolution,
|
|
200
245
|
withUserRule
|
|
201
246
|
};
|
|
202
247
|
//# sourceMappingURL=ai.js.map
|
package/dist/ai.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ai.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ai.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|