@vertesia/ui 1.4.0-dev.20260615.051508Z → 1.4.0-dev.20260629.130134Z
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/lib/core/components/shadcn/dropdown.d.ts.map +1 -1
- package/lib/core/components/shadcn/dropdown.js +6 -2
- package/lib/core/components/shadcn/dropdown.js.map +1 -1
- package/lib/core/components/shadcn/filters/filterBar.d.ts.map +1 -1
- package/lib/core/components/shadcn/filters/filterBar.js +9 -2
- package/lib/core/components/shadcn/filters/filterBar.js.map +1 -1
- package/lib/core/components/shadcn/modal/ConfirmModal.d.ts +16 -1
- package/lib/core/components/shadcn/modal/ConfirmModal.d.ts.map +1 -1
- package/lib/core/components/shadcn/modal/ConfirmModal.js +25 -3
- package/lib/core/components/shadcn/modal/ConfirmModal.js.map +1 -1
- package/lib/core/components/shadcn/modal/dialog.js +1 -1
- package/lib/core/components/shadcn/modal/dialog.js.map +1 -1
- package/lib/core/components/shadcn/popover.d.ts.map +1 -1
- package/lib/core/components/shadcn/popover.js +3 -1
- package/lib/core/components/shadcn/popover.js.map +1 -1
- package/lib/core/components/shadcn/switch.js +3 -3
- package/lib/core/components/shadcn/switch.js.map +1 -1
- package/lib/core/components/shadcn/tabs.js +1 -1
- package/lib/core/components/shadcn/tabs.js.map +1 -1
- package/lib/core/components/shadcn/tooltip.d.ts.map +1 -1
- package/lib/core/components/shadcn/tooltip.js +3 -1
- package/lib/core/components/shadcn/tooltip.js.map +1 -1
- package/lib/env/index.d.ts +0 -19
- package/lib/env/index.d.ts.map +1 -1
- package/lib/env/index.js +0 -6
- package/lib/env/index.js.map +1 -1
- package/lib/features/agent/PayloadBuilder.d.ts +4 -0
- package/lib/features/agent/PayloadBuilder.d.ts.map +1 -1
- package/lib/features/agent/PayloadBuilder.js +16 -0
- package/lib/features/agent/PayloadBuilder.js.map +1 -1
- package/lib/features/agent/chat/AgentApprovalModeSelector.d.ts +10 -0
- package/lib/features/agent/chat/AgentApprovalModeSelector.d.ts.map +1 -0
- package/lib/features/agent/chat/AgentApprovalModeSelector.js +50 -0
- package/lib/features/agent/chat/AgentApprovalModeSelector.js.map +1 -0
- package/lib/features/agent/chat/AgentChatFixtureReplay.d.ts +2 -1
- package/lib/features/agent/chat/AgentChatFixtureReplay.d.ts.map +1 -1
- package/lib/features/agent/chat/AgentChatFixtureReplay.js +3 -3
- package/lib/features/agent/chat/AgentChatFixtureReplay.js.map +1 -1
- package/lib/features/agent/chat/AgentRequestInputOverlay.d.ts +5 -2
- package/lib/features/agent/chat/AgentRequestInputOverlay.d.ts.map +1 -1
- package/lib/features/agent/chat/AgentRequestInputOverlay.js +41 -7
- package/lib/features/agent/chat/AgentRequestInputOverlay.js.map +1 -1
- package/lib/features/agent/chat/AgentRightPanel.d.ts.map +1 -1
- package/lib/features/agent/chat/AgentRightPanel.js +133 -12
- package/lib/features/agent/chat/AgentRightPanel.js.map +1 -1
- package/lib/features/agent/chat/AnimatedThinkingDots.js +1 -1
- package/lib/features/agent/chat/AnimatedThinkingDots.js.map +1 -1
- package/lib/features/agent/chat/ArtifactsTab.d.ts.map +1 -1
- package/lib/features/agent/chat/ArtifactsTab.js +11 -65
- package/lib/features/agent/chat/ArtifactsTab.js.map +1 -1
- package/lib/features/agent/chat/AskUserWidget.d.ts +3 -1
- package/lib/features/agent/chat/AskUserWidget.d.ts.map +1 -1
- package/lib/features/agent/chat/AskUserWidget.js +4 -3
- package/lib/features/agent/chat/AskUserWidget.js.map +1 -1
- package/lib/features/agent/chat/ModernAgentConversation.d.ts +10 -2
- package/lib/features/agent/chat/ModernAgentConversation.d.ts.map +1 -1
- package/lib/features/agent/chat/ModernAgentConversation.js +526 -117
- package/lib/features/agent/chat/ModernAgentConversation.js.map +1 -1
- package/lib/features/agent/chat/ModernAgentOutput/ActiveWorkstreamsSummary.d.ts +8 -0
- package/lib/features/agent/chat/ModernAgentOutput/ActiveWorkstreamsSummary.d.ts.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/ActiveWorkstreamsSummary.js +19 -0
- package/lib/features/agent/chat/ModernAgentOutput/ActiveWorkstreamsSummary.js.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/AllMessagesMixed.d.ts +8 -2
- package/lib/features/agent/chat/ModernAgentOutput/AllMessagesMixed.d.ts.map +1 -1
- package/lib/features/agent/chat/ModernAgentOutput/AllMessagesMixed.js +551 -92
- package/lib/features/agent/chat/ModernAgentOutput/AllMessagesMixed.js.map +1 -1
- package/lib/features/agent/chat/ModernAgentOutput/AttachmentPreview.d.ts.map +1 -1
- package/lib/features/agent/chat/ModernAgentOutput/AttachmentPreview.js +7 -6
- package/lib/features/agent/chat/ModernAgentOutput/AttachmentPreview.js.map +1 -1
- package/lib/features/agent/chat/ModernAgentOutput/Header.js +2 -2
- package/lib/features/agent/chat/ModernAgentOutput/Header.js.map +1 -1
- package/lib/features/agent/chat/ModernAgentOutput/MessageDeliveryStatus.d.ts +8 -0
- package/lib/features/agent/chat/ModernAgentOutput/MessageDeliveryStatus.d.ts.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/MessageDeliveryStatus.js +61 -0
- package/lib/features/agent/chat/ModernAgentOutput/MessageDeliveryStatus.js.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/MessageInput.d.ts +15 -2
- package/lib/features/agent/chat/ModernAgentOutput/MessageInput.d.ts.map +1 -1
- package/lib/features/agent/chat/ModernAgentOutput/MessageInput.js +28 -38
- package/lib/features/agent/chat/ModernAgentOutput/MessageInput.js.map +1 -1
- package/lib/features/agent/chat/ModernAgentOutput/MessageItem.d.ts +1 -1
- package/lib/features/agent/chat/ModernAgentOutput/MessageItem.d.ts.map +1 -1
- package/lib/features/agent/chat/ModernAgentOutput/MessageItem.js +3 -2
- package/lib/features/agent/chat/ModernAgentOutput/MessageItem.js.map +1 -1
- package/lib/features/agent/chat/ModernAgentOutput/SlideInPanel.js +2 -1
- package/lib/features/agent/chat/ModernAgentOutput/SlideInPanel.js.map +1 -1
- package/lib/features/agent/chat/ModernAgentOutput/SlidingMessages.js +1 -1
- package/lib/features/agent/chat/ModernAgentOutput/SlidingMessages.js.map +1 -1
- package/lib/features/agent/chat/ModernAgentOutput/SummaryConversation.d.ts +5 -0
- package/lib/features/agent/chat/ModernAgentOutput/SummaryConversation.d.ts.map +1 -1
- package/lib/features/agent/chat/ModernAgentOutput/SummaryConversation.js +59 -4
- package/lib/features/agent/chat/ModernAgentOutput/SummaryConversation.js.map +1 -1
- package/lib/features/agent/chat/ModernAgentOutput/WorkstreamTabs.js +2 -2
- package/lib/features/agent/chat/ModernAgentOutput/WorkstreamTabs.js.map +1 -1
- package/lib/features/agent/chat/ModernAgentOutput/requestInputMessages.d.ts +9 -0
- package/lib/features/agent/chat/ModernAgentOutput/requestInputMessages.d.ts.map +1 -1
- package/lib/features/agent/chat/ModernAgentOutput/requestInputMessages.js +180 -0
- package/lib/features/agent/chat/ModernAgentOutput/requestInputMessages.js.map +1 -1
- package/lib/features/agent/chat/ModernAgentOutput/utils.d.ts +6 -0
- package/lib/features/agent/chat/ModernAgentOutput/utils.d.ts.map +1 -1
- package/lib/features/agent/chat/ModernAgentOutput/utils.js +92 -2
- package/lib/features/agent/chat/ModernAgentOutput/utils.js.map +1 -1
- package/lib/features/agent/chat/clipboardFiles.d.ts +15 -0
- package/lib/features/agent/chat/clipboardFiles.d.ts.map +1 -0
- package/lib/features/agent/chat/clipboardFiles.js +35 -0
- package/lib/features/agent/chat/clipboardFiles.js.map +1 -0
- package/lib/features/agent/chat/hooks/useAgentStream.d.ts +6 -0
- package/lib/features/agent/chat/hooks/useAgentStream.d.ts.map +1 -1
- package/lib/features/agent/chat/hooks/useAgentStream.js +218 -37
- package/lib/features/agent/chat/hooks/useAgentStream.js.map +1 -1
- package/lib/features/agent/chat/hooks/useArtifacts.d.ts +1 -8
- package/lib/features/agent/chat/hooks/useArtifacts.d.ts.map +1 -1
- package/lib/features/agent/chat/hooks/useArtifacts.js +10 -28
- package/lib/features/agent/chat/hooks/useArtifacts.js.map +1 -1
- package/lib/features/agent/chat/index.d.ts +2 -1
- package/lib/features/agent/chat/index.d.ts.map +1 -1
- package/lib/features/agent/chat/index.js +2 -1
- package/lib/features/agent/chat/index.js.map +1 -1
- package/lib/features/agent/chat/workstreams.d.ts +1 -0
- package/lib/features/agent/chat/workstreams.d.ts.map +1 -1
- package/lib/features/agent/chat/workstreams.js +28 -0
- package/lib/features/agent/chat/workstreams.js.map +1 -1
- package/lib/features/facets/AgentRunnerFacetsNav.d.ts +10 -1
- package/lib/features/facets/AgentRunnerFacetsNav.d.ts.map +1 -1
- package/lib/features/facets/AgentRunnerFacetsNav.js +6 -3
- package/lib/features/facets/AgentRunnerFacetsNav.js.map +1 -1
- package/lib/features/facets/CollectionsFacetsNav.d.ts +10 -1
- package/lib/features/facets/CollectionsFacetsNav.d.ts.map +1 -1
- package/lib/features/facets/CollectionsFacetsNav.js +14 -5
- package/lib/features/facets/CollectionsFacetsNav.js.map +1 -1
- package/lib/features/facets/PromptsFacetsNav.d.ts +10 -1
- package/lib/features/facets/PromptsFacetsNav.d.ts.map +1 -1
- package/lib/features/facets/PromptsFacetsNav.js +14 -5
- package/lib/features/facets/PromptsFacetsNav.js.map +1 -1
- package/lib/features/facets/RunsFacetsNav.d.ts +10 -1
- package/lib/features/facets/RunsFacetsNav.d.ts.map +1 -1
- package/lib/features/facets/RunsFacetsNav.js +14 -5
- package/lib/features/facets/RunsFacetsNav.js.map +1 -1
- package/lib/features/index.d.ts +0 -1
- package/lib/features/index.d.ts.map +1 -1
- package/lib/features/index.js +0 -1
- package/lib/features/index.js.map +1 -1
- package/lib/features/oauth/McpConnectionsButton.d.ts +30 -0
- package/lib/features/oauth/McpConnectionsButton.d.ts.map +1 -0
- package/lib/features/oauth/McpConnectionsButton.js +70 -0
- package/lib/features/oauth/McpConnectionsButton.js.map +1 -0
- package/lib/features/oauth/McpConnectionsDialog.d.ts +25 -0
- package/lib/features/oauth/McpConnectionsDialog.d.ts.map +1 -0
- package/lib/features/oauth/McpConnectionsDialog.js +26 -0
- package/lib/features/oauth/McpConnectionsDialog.js.map +1 -0
- package/lib/features/oauth/RemoteMcpConnectionButton.d.ts.map +1 -1
- package/lib/features/oauth/RemoteMcpConnectionButton.js +14 -6
- package/lib/features/oauth/RemoteMcpConnectionButton.js.map +1 -1
- package/lib/features/oauth/index.d.ts +3 -0
- package/lib/features/oauth/index.d.ts.map +1 -1
- package/lib/features/oauth/index.js +3 -0
- package/lib/features/oauth/index.js.map +1 -1
- package/lib/features/oauth/useMcpConnections.d.ts +44 -0
- package/lib/features/oauth/useMcpConnections.d.ts.map +1 -0
- package/lib/features/oauth/useMcpConnections.js +168 -0
- package/lib/features/oauth/useMcpConnections.js.map +1 -0
- package/lib/features/permissions/UserPermissionsProvider.d.ts +4 -6
- package/lib/features/permissions/UserPermissionsProvider.d.ts.map +1 -1
- package/lib/features/permissions/UserPermissionsProvider.js +40 -42
- package/lib/features/permissions/UserPermissionsProvider.js.map +1 -1
- package/lib/features/store/objects/DocumentPreviewPanel.d.ts.map +1 -1
- package/lib/features/store/objects/DocumentPreviewPanel.js +2 -1
- package/lib/features/store/objects/DocumentPreviewPanel.js.map +1 -1
- package/lib/features/store/objects/DocumentQuickFilter.d.ts +23 -0
- package/lib/features/store/objects/DocumentQuickFilter.d.ts.map +1 -0
- package/lib/features/store/objects/DocumentQuickFilter.js +30 -0
- package/lib/features/store/objects/DocumentQuickFilter.js.map +1 -0
- package/lib/features/store/objects/DocumentSearchResults.d.ts.map +1 -1
- package/lib/features/store/objects/DocumentSearchResults.js +17 -1
- package/lib/features/store/objects/DocumentSearchResults.js.map +1 -1
- package/lib/features/store/objects/components/ContentOverview.d.ts.map +1 -1
- package/lib/features/store/objects/components/ContentOverview.js +17 -74
- package/lib/features/store/objects/components/ContentOverview.js.map +1 -1
- package/lib/features/store/objects/layout/DocumentTableColumn.d.ts +7 -1
- package/lib/features/store/objects/layout/DocumentTableColumn.d.ts.map +1 -1
- package/lib/features/store/objects/layout/DocumentTableColumn.js +27 -3
- package/lib/features/store/objects/layout/DocumentTableColumn.js.map +1 -1
- package/lib/features/store/objects/layout/documentLayout.js +1 -1
- package/lib/features/store/objects/layout/renderers.d.ts +2 -1
- package/lib/features/store/objects/layout/renderers.d.ts.map +1 -1
- package/lib/features/store/objects/layout/renderers.js +27 -20
- package/lib/features/store/objects/layout/renderers.js.map +1 -1
- package/lib/features/store/types/ContentObjectTypesSearch.d.ts.map +1 -1
- package/lib/features/store/types/ContentObjectTypesSearch.js +4 -1
- package/lib/features/store/types/ContentObjectTypesSearch.js.map +1 -1
- package/lib/features/store/types/ContentObjectTypesTable.d.ts +2 -1
- package/lib/features/store/types/ContentObjectTypesTable.d.ts.map +1 -1
- package/lib/features/store/types/ContentObjectTypesTable.js +8 -3
- package/lib/features/store/types/ContentObjectTypesTable.js.map +1 -1
- package/lib/i18n/instance.d.ts.map +1 -1
- package/lib/i18n/instance.js +1 -0
- package/lib/i18n/instance.js.map +1 -1
- package/lib/i18n/locales/ar.json +72 -45
- package/lib/i18n/locales/de.json +65 -34
- package/lib/i18n/locales/en.json +63 -47
- package/lib/i18n/locales/es.json +65 -35
- package/lib/i18n/locales/fr.json +65 -35
- package/lib/i18n/locales/it.json +72 -42
- package/lib/i18n/locales/ja.json +72 -41
- package/lib/i18n/locales/ko.json +72 -41
- package/lib/i18n/locales/pt.json +72 -42
- package/lib/i18n/locales/ru.json +72 -43
- package/lib/i18n/locales/tr.json +72 -41
- package/lib/i18n/locales/zh-TW.json +72 -41
- package/lib/i18n/locales/zh.json +72 -41
- package/lib/session/UserSession.d.ts +0 -6
- package/lib/session/UserSession.d.ts.map +1 -1
- package/lib/session/UserSession.js +0 -15
- package/lib/session/UserSession.js.map +1 -1
- package/lib/session/UserSessionProvider.d.ts.map +1 -1
- package/lib/session/UserSessionProvider.js +39 -98
- package/lib/session/UserSessionProvider.js.map +1 -1
- package/lib/session/auth/composable.d.ts.map +1 -1
- package/lib/session/auth/composable.js +3 -33
- package/lib/session/auth/composable.js.map +1 -1
- package/lib/shell/login/SignInPrimitives.d.ts.map +1 -1
- package/lib/shell/login/SignInPrimitives.js +3 -2
- package/lib/shell/login/SignInPrimitives.js.map +1 -1
- package/lib/vertesia-ui-core.js +1 -1
- package/lib/vertesia-ui-core.js.map +1 -1
- package/lib/vertesia-ui-env.js +1 -1
- package/lib/vertesia-ui-env.js.map +1 -1
- package/lib/vertesia-ui-features.js +1 -1
- package/lib/vertesia-ui-features.js.map +1 -1
- package/lib/vertesia-ui-i18n.js +1 -1
- package/lib/vertesia-ui-i18n.js.map +1 -1
- package/lib/vertesia-ui-session.js +1 -1
- package/lib/vertesia-ui-session.js.map +1 -1
- package/lib/vertesia-ui-shell.js +1 -1
- package/lib/vertesia-ui-shell.js.map +1 -1
- package/lib/vertesia-ui-widgets.js +1 -1
- package/lib/vertesia-ui-widgets.js.map +1 -1
- package/lib/widgets/schema-editor/editor/Editable.js +1 -1
- package/lib/widgets/schema-editor/editor/Editable.js.map +1 -1
- package/llms.txt +70 -70
- package/package.json +35 -32
- package/src/core/components/shadcn/dropdown.tsx +2 -0
- package/src/core/components/shadcn/filters/filterBar.tsx +9 -2
- package/src/core/components/shadcn/modal/ConfirmModal.tsx +65 -3
- package/src/core/components/shadcn/modal/dialog.tsx +1 -1
- package/src/core/components/shadcn/popover.tsx +1 -0
- package/src/core/components/shadcn/switch.tsx +4 -4
- package/src/core/components/shadcn/tabs.tsx +1 -1
- package/src/core/components/shadcn/tooltip.tsx +1 -0
- package/src/env/index.ts +0 -24
- package/src/features/agent/PayloadBuilder.tsx +18 -0
- package/src/features/agent/chat/AgentApprovalModeSelector.tsx +130 -0
- package/src/features/agent/chat/AgentChatFixtureReplay.test.tsx +22 -2
- package/src/features/agent/chat/AgentChatFixtureReplay.tsx +33 -27
- package/src/features/agent/chat/AgentRequestInputOverlay.test.tsx +122 -0
- package/src/features/agent/chat/AgentRequestInputOverlay.tsx +91 -17
- package/src/features/agent/chat/AgentRightPanel.tsx +238 -50
- package/src/features/agent/chat/AnimatedThinkingDots.tsx +1 -1
- package/src/features/agent/chat/ArtifactsTab.tsx +21 -155
- package/src/features/agent/chat/AskUserWidget.tsx +6 -2
- package/src/features/agent/chat/ModernAgentConversation.test.tsx +1157 -47
- package/src/features/agent/chat/ModernAgentConversation.tsx +703 -136
- package/src/features/agent/chat/ModernAgentOutput/ActiveWorkstreamsSummary.tsx +74 -0
- package/src/features/agent/chat/ModernAgentOutput/AllMessagesMixed.test.tsx +1420 -126
- package/src/features/agent/chat/ModernAgentOutput/AllMessagesMixed.tsx +934 -111
- package/src/features/agent/chat/ModernAgentOutput/AttachmentPreview.tsx +31 -40
- package/src/features/agent/chat/ModernAgentOutput/Header.tsx +28 -28
- package/src/features/agent/chat/ModernAgentOutput/MessageDeliveryStatus.tsx +83 -0
- package/src/features/agent/chat/ModernAgentOutput/MessageInput.test.tsx +38 -2
- package/src/features/agent/chat/ModernAgentOutput/MessageInput.tsx +121 -98
- package/src/features/agent/chat/ModernAgentOutput/MessageItem.tsx +7 -1
- package/src/features/agent/chat/ModernAgentOutput/SlideInPanel.tsx +3 -3
- package/src/features/agent/chat/ModernAgentOutput/SlidingMessages.tsx +1 -1
- package/src/features/agent/chat/ModernAgentOutput/SummaryConversation.ts +82 -2
- package/src/features/agent/chat/ModernAgentOutput/WorkstreamTabs.tsx +2 -2
- package/src/features/agent/chat/ModernAgentOutput/requestInputMessages.ts +216 -0
- package/src/features/agent/chat/ModernAgentOutput/utils.test.ts +149 -0
- package/src/features/agent/chat/ModernAgentOutput/utils.ts +103 -2
- package/src/features/agent/chat/clipboardFiles.ts +33 -0
- package/src/features/agent/chat/hooks/useAgentStream.test.tsx +355 -4
- package/src/features/agent/chat/hooks/useAgentStream.ts +270 -43
- package/src/features/agent/chat/hooks/useArtifacts.ts +11 -44
- package/src/features/agent/chat/index.ts +10 -1
- package/src/features/agent/chat/workstreams.ts +42 -0
- package/src/features/facets/AgentRunnerFacetsNav.tsx +23 -3
- package/src/features/facets/CollectionsFacetsNav.tsx +30 -5
- package/src/features/facets/PromptsFacetsNav.tsx +30 -5
- package/src/features/facets/RunsFacetsNav.tsx +32 -5
- package/src/features/index.ts +0 -1
- package/src/features/oauth/McpConnectionsButton.test.tsx +248 -0
- package/src/features/oauth/McpConnectionsButton.tsx +269 -0
- package/src/features/oauth/McpConnectionsDialog.tsx +142 -0
- package/src/features/oauth/RemoteMcpConnectionButton.tsx +37 -14
- package/src/features/oauth/index.ts +3 -0
- package/src/features/oauth/useMcpConnections.test.ts +94 -0
- package/src/features/oauth/useMcpConnections.ts +210 -0
- package/src/features/permissions/UserPermissionsProvider.tsx +41 -59
- package/src/features/store/objects/DocumentPreviewPanel.tsx +4 -2
- package/src/features/store/objects/DocumentQuickFilter.tsx +72 -0
- package/src/features/store/objects/DocumentSearchResults.tsx +30 -11
- package/src/features/store/objects/components/ContentOverview.tsx +30 -99
- package/src/features/store/objects/layout/DocumentTableColumn.tsx +29 -4
- package/src/features/store/objects/layout/documentLayout.tsx +1 -1
- package/src/features/store/objects/layout/renderers.tsx +80 -20
- package/src/features/store/types/ContentObjectTypesSearch.tsx +7 -1
- package/src/features/store/types/ContentObjectTypesTable.tsx +34 -4
- package/src/i18n/instance.ts +1 -0
- package/src/i18n/locales/ar.json +72 -45
- package/src/i18n/locales/de.json +65 -34
- package/src/i18n/locales/en.json +63 -47
- package/src/i18n/locales/es.json +65 -35
- package/src/i18n/locales/fr.json +65 -35
- package/src/i18n/locales/it.json +72 -42
- package/src/i18n/locales/ja.json +72 -41
- package/src/i18n/locales/ko.json +72 -41
- package/src/i18n/locales/pt.json +72 -42
- package/src/i18n/locales/ru.json +72 -43
- package/src/i18n/locales/tr.json +72 -41
- package/src/i18n/locales/zh-TW.json +72 -41
- package/src/i18n/locales/zh.json +72 -41
- package/src/i18n/rtl.test.ts +57 -1
- package/src/session/UserSession.ts +0 -16
- package/src/session/UserSessionProvider.tsx +51 -123
- package/src/session/auth/composable.ts +3 -34
- package/src/shell/login/SignInPrimitives.tsx +3 -2
- package/src/widgets/schema-editor/editor/Editable.tsx +1 -1
- package/lib/features/document-viewer/UniversalDocumentViewer.d.ts +0 -73
- package/lib/features/document-viewer/UniversalDocumentViewer.d.ts.map +0 -1
- package/lib/features/document-viewer/UniversalDocumentViewer.js +0 -415
- package/lib/features/document-viewer/UniversalDocumentViewer.js.map +0 -1
- package/lib/features/document-viewer/index.d.ts +0 -2
- package/lib/features/document-viewer/index.d.ts.map +0 -1
- package/lib/features/document-viewer/index.js +0 -2
- package/lib/features/document-viewer/index.js.map +0 -1
- package/src/features/document-viewer/UniversalDocumentViewer.test.tsx +0 -123
- package/src/features/document-viewer/UniversalDocumentViewer.tsx +0 -746
- package/src/features/document-viewer/index.ts +0 -1
- package/src/session/auth/composable.test.ts +0 -79
package/src/i18n/locales/de.json
CHANGED
|
@@ -1,18 +1,29 @@
|
|
|
1
1
|
{
|
|
2
2
|
"agent.activeWorkstreams_one": "Agent hat {{count}} aktiven Arbeitsablauf",
|
|
3
3
|
"agent.activeWorkstreams_other": "Agent hat {{count}} aktive Arbeitsabläufe",
|
|
4
|
+
"agent.addAttachment": "Anhang hinzufügen",
|
|
4
5
|
"agent.agentConversation": "Agent-Konversation",
|
|
5
|
-
"agent.agentInterrupted": "Agent unterbrochen",
|
|
6
6
|
"agent.agentPlan": "Agentenplan",
|
|
7
|
-
"agent.agentProcessing": "Agent verarbeitet, Sie können fortfahren, sobald er fertig ist...",
|
|
8
7
|
"agent.agentRunIdCopied": "Agent-Ausführungs-ID kopiert",
|
|
9
8
|
"agent.agentStarted": "Agent gestartet",
|
|
10
|
-
"agent.agentWorking": "Agent arbeitet... (Esc Esc zum Stoppen)",
|
|
11
|
-
"agent.agentWorkingStop": "Agent arbeitet... Drücken Sie zweimal Esc oder klicken Sie auf Stoppen zum Unterbrechen",
|
|
12
9
|
"agent.allMessages": "Alle Nachrichten",
|
|
10
|
+
"agent.approvalMode.ask": "Genehmigung anfragen",
|
|
11
|
+
"agent.approvalMode.askDescription": "Vor ändernden oder destruktiven Aktionen fragen",
|
|
12
|
+
"agent.approvalMode.autoReview": "Für mich genehmigen",
|
|
13
|
+
"agent.approvalMode.autoReviewDescription": "Ändernde Aktionen automatisch prüfen und nur bei Unsicherheit fragen",
|
|
14
|
+
"agent.approvalMode.cancel": "Abbrechen",
|
|
15
|
+
"agent.approvalMode.changeFailed": "Genehmigungsmodus konnte nicht geändert werden",
|
|
16
|
+
"agent.approvalMode.confirmFullControl": "Vollen Zugriff verwenden",
|
|
17
|
+
"agent.approvalMode.confirmFullControlDescription": "Der Agent führt in dieser Unterhaltung ändernde Aktionen ohne Genehmigungsfrage aus.",
|
|
18
|
+
"agent.approvalMode.confirmFullControlTitle": "Zu vollem Zugriff wechseln?",
|
|
19
|
+
"agent.approvalMode.dropdownTitle": "Wie sollen Agent-Aktionen genehmigt werden?",
|
|
20
|
+
"agent.approvalMode.fullControl": "Voller Zugriff",
|
|
21
|
+
"agent.approvalMode.fullControlDescription": "Ändernde Aktionen ohne Genehmigung ausführen",
|
|
22
|
+
"agent.approvalMode.selectorLabel": "Agent-Genehmigungsmodus",
|
|
13
23
|
"agent.artifacts": "Artefakte",
|
|
14
|
-
"agent.
|
|
24
|
+
"agent.backToMainAgent": "Zurück zum Hauptagenten",
|
|
15
25
|
"agent.batch": "Stapel",
|
|
26
|
+
"agent.browserPreview": "Browser-Vorschau",
|
|
16
27
|
"agent.browserScreenshot": "Browser-Screenshot",
|
|
17
28
|
"agent.browserScreenshotPending": "Warten auf Browser-Screenshot",
|
|
18
29
|
"agent.browserUse": "Browser Use",
|
|
@@ -20,11 +31,15 @@
|
|
|
20
31
|
"agent.canceled": "Abgebrochen",
|
|
21
32
|
"agent.canceling": "Wird abgebrochen",
|
|
22
33
|
"agent.cancelWorkflow": "Workflow abbrechen",
|
|
34
|
+
"agent.clickToCompactNow": "Jetzt komprimieren.",
|
|
23
35
|
"agent.clickToEnlarge": "Zum Vergrößern klicken",
|
|
24
36
|
"agent.cloneConversation": "Konversation klonen",
|
|
25
37
|
"agent.close": "Schließen",
|
|
26
38
|
"agent.closeFullscreen": "Vollbild schließen",
|
|
27
39
|
"agent.completed": "Abgeschlossen",
|
|
40
|
+
"agent.contextRemainingUntilCompact": "{{percent}} % Kontext verbleiben bis zur automatischen Komprimierung.",
|
|
41
|
+
"agent.contextTokenUsage": "Kontextgröße: {{used}} / {{limit}} Token",
|
|
42
|
+
"agent.contextUsageCompactLabel": "{{percent}} % Kontext verwendet - zum Komprimieren klicken",
|
|
28
43
|
"agent.conversationCloned": "Konversation geklont",
|
|
29
44
|
"agent.copied": "Kopiert",
|
|
30
45
|
"agent.copiedAllToolCalls": "Alle Tool-Aufrufe in die Zwischenablage kopiert",
|
|
@@ -41,15 +56,12 @@
|
|
|
41
56
|
"agent.dashboard": "Dashboard",
|
|
42
57
|
"agent.details": "Details",
|
|
43
58
|
"agent.document": "Dokument",
|
|
44
|
-
"agent.documentAttachments": "Dokumentanhänge",
|
|
45
|
-
"agent.documentAttachmentsDescription": "Dokumente aus dem Store, die an diese Nachricht angehängt sind. Der Agent kann sie jederzeit per ID abrufen oder erneut anhängen, um den Inhalt direkt einzuschließen.",
|
|
46
59
|
"agent.documents": "Dokumente",
|
|
47
60
|
"agent.download": "Herunterladen",
|
|
48
61
|
"agent.downloadConversation": "Konversation herunterladen",
|
|
49
62
|
"agent.dropFilesToUpload": "Dateien zum Hochladen ablegen",
|
|
50
63
|
"agent.elapsed": "{{seconds}}s vergangen",
|
|
51
64
|
"agent.enlargedView": "Vergrößerte Ansicht",
|
|
52
|
-
"agent.enterToSend": "Enter zum Senden • Umschalt+Enter für neue Zeile",
|
|
53
65
|
"agent.error": "Fehler",
|
|
54
66
|
"agent.errorStarting": "Fehler beim Starten des Workflows",
|
|
55
67
|
"agent.exit": "Beenden",
|
|
@@ -63,14 +75,13 @@
|
|
|
63
75
|
"agent.failed": "Fehlgeschlagen",
|
|
64
76
|
"agent.failedToCancelWorkflow": "Workflow konnte nicht abgebrochen werden",
|
|
65
77
|
"agent.failedToCloneConversation": "Konversation konnte nicht geklont werden",
|
|
78
|
+
"agent.failedToCompactContext": "Kontext konnte nicht komprimiert werden",
|
|
66
79
|
"agent.failedToDownload": "Konversation konnte nicht heruntergeladen werden",
|
|
67
80
|
"agent.failedToInterrupt": "Unterbrechung fehlgeschlagen",
|
|
68
81
|
"agent.failedToLoadDocument": "Dokument konnte nicht geladen werden",
|
|
69
82
|
"agent.failedToSend": "Nachricht konnte nicht gesendet werden",
|
|
70
83
|
"agent.filesProcessing": "Dateien werden noch verarbeitet",
|
|
71
|
-
"agent.
|
|
72
|
-
"agent.filesStagedCount_other": "{{count}} Dateien bereitgestellt - werden beim Start der Konversation hochgeladen",
|
|
73
|
-
"agent.filesUploadedDescription": "Hochgeladene Dateien in dieser Konversation bleiben durchgehend verfügbar. Der Agent kann jederzeit darauf zugreifen.",
|
|
84
|
+
"agent.fileStagedTooltip": "Datei bereitgestellt - wird beim Start der Konversation hochgeladen",
|
|
74
85
|
"agent.fullscreen": "Vollbild",
|
|
75
86
|
"agent.hideDetails": "Details ausblenden",
|
|
76
87
|
"agent.hideSidebar": "Seitenleiste ausblenden",
|
|
@@ -81,10 +92,18 @@
|
|
|
81
92
|
"agent.loadingDocument": "Dokument wird geladen...",
|
|
82
93
|
"agent.main": "Haupt",
|
|
83
94
|
"agent.mainWorkstream": "Haupt-Workstream",
|
|
95
|
+
"agent.mcpConnectedMessage": "Ich habe mich mit {{name}} verbunden.",
|
|
96
|
+
"agent.mcpDeclinedMessage": "Ich möchte mich nicht mit {{name}} verbinden. Fahre ohne diese Verbindung fort.",
|
|
97
|
+
"agent.messageConsumed": "Nachricht verarbeitet",
|
|
98
|
+
"agent.messageFailed": "Nachricht konnte nicht gesendet werden",
|
|
99
|
+
"agent.messageMainAgentWhileViewingWorkstream": "Nachricht an @Hauptagent (Ansicht {{workstream}})...",
|
|
100
|
+
"agent.messageReceived": "Nachricht empfangen",
|
|
101
|
+
"agent.messageSending": "Nachricht wird gesendet",
|
|
84
102
|
"agent.moreActions": "Weitere Aktionen",
|
|
103
|
+
"agent.moreTabs": "Mehr",
|
|
85
104
|
"agent.newerPlan": "Neuerer Plan",
|
|
86
105
|
"agent.no": "Nein",
|
|
87
|
-
"agent.
|
|
106
|
+
"agent.noActiveParallelTasks": "Keine aktiven parallelen Aufgaben",
|
|
88
107
|
"agent.noAgentRunning": "Kein Agent wird derzeit ausgeführt",
|
|
89
108
|
"agent.noArtifactsYet": "Noch keine Artefakte",
|
|
90
109
|
"agent.noContentAvailable": "Kein Inhalt verfügbar",
|
|
@@ -96,11 +115,11 @@
|
|
|
96
115
|
"agent.noPlanAvailable": "Kein Plan verfügbar",
|
|
97
116
|
"agent.noPlanDetected": "Noch kein Plan erkannt",
|
|
98
117
|
"agent.olderPlan": "Älterer Plan",
|
|
99
|
-
"agent.onlySystemArtifacts": "",
|
|
100
118
|
"agent.openDocument": "Dokument öffnen",
|
|
101
119
|
"agent.openInNewTab": "In neuem Tab öffnen",
|
|
102
120
|
"agent.panelRenderError": "{{name}} konnte nicht gerendert werden",
|
|
103
121
|
"agent.panelRenderErrorDescription": "Der restliche Agent Viewer bleibt verfügbar.",
|
|
122
|
+
"agent.parallelWorkDescription": "Parallele Aufgaben laufen neben dieser Unterhaltung.",
|
|
104
123
|
"agent.payload": "Nutzdaten",
|
|
105
124
|
"agent.pdfExportFailed": "PDF-Export fehlgeschlagen",
|
|
106
125
|
"agent.pdfExportReady": "PDF-Export bereit",
|
|
@@ -115,60 +134,59 @@
|
|
|
115
134
|
"agent.ready": "Bereit",
|
|
116
135
|
"agent.refresh": "Aktualisieren",
|
|
117
136
|
"agent.remaining": "{{seconds}}s verbleibend",
|
|
137
|
+
"agent.removeFile": "{{name}} entfernen",
|
|
138
|
+
"agent.removeFileFailed": "Datei konnte nicht entfernt werden",
|
|
118
139
|
"agent.retry": "Erneut versuchen",
|
|
140
|
+
"agent.rewind.exportFixture": "Replay-Fixture exportieren",
|
|
141
|
+
"agent.rewind.fixtureExported": "Replay-Fixture exportiert",
|
|
142
|
+
"agent.rewind.fixtureMeta": "{{messageCount}} Nachrichten · Schleife {{loops}}",
|
|
143
|
+
"agent.rewind.fixtureTitle": "Agent-Chat-Replay",
|
|
144
|
+
"agent.rewind.jumpToLatest": "Zur neuesten Nachricht springen",
|
|
145
|
+
"agent.rewind.jumpToLive": "Zur Live-Ansicht springen",
|
|
146
|
+
"agent.rewind.jumpToStart": "Zur ersten Nachricht springen",
|
|
147
|
+
"agent.rewind.label": "Wiedergabe",
|
|
148
|
+
"agent.rewind.nextMessage": "Nächste Nachricht",
|
|
149
|
+
"agent.rewind.pause": "Pausieren",
|
|
150
|
+
"agent.rewind.positionInput": "Wiedergabeposition",
|
|
151
|
+
"agent.rewind.previousMessage": "Vorherige Nachricht",
|
|
152
|
+
"agent.rewind.resume": "Fortsetzen",
|
|
119
153
|
"agent.runIdCopied": "Ausführungs-ID kopiert",
|
|
120
154
|
"agent.running": "Wird ausgeführt",
|
|
121
155
|
"agent.searchDocuments": "Dokumente suchen",
|
|
122
156
|
"agent.selectInteraction": "Wählen Sie eine Interaktion aus und klicken Sie auf Starten, um einen Agenten zu starten",
|
|
123
|
-
"agent.
|
|
157
|
+
"agent.selectOption": "Option auswählen",
|
|
124
158
|
"agent.send": "Senden",
|
|
159
|
+
"agent.sendTooltip": "Klicken oder Enter zum Senden",
|
|
125
160
|
"agent.showAllMessages": "Alle Nachrichten anzeigen",
|
|
126
161
|
"agent.showDetails": "Details anzeigen",
|
|
127
162
|
"agent.showLess": "Weniger anzeigen",
|
|
128
163
|
"agent.showMore": "Mehr anzeigen",
|
|
129
164
|
"agent.showSidebar": "Seitenleiste anzeigen",
|
|
130
|
-
"agent.showSystemArtifacts": "",
|
|
131
165
|
"agent.staged": "Bereitgestellt",
|
|
132
166
|
"agent.startAgent": "Agent starten",
|
|
133
167
|
"agent.startingAgent": "Agent wird gestartet...",
|
|
134
168
|
"agent.startingAgentUploading": "Agent wird gestartet und Dateien hochgeladen...",
|
|
135
169
|
"agent.startNewConversation": "Neue Konversation starten",
|
|
136
170
|
"agent.stepByStepPlan": "Schritt-für-Schritt-Plan",
|
|
137
|
-
"agent.
|
|
171
|
+
"agent.stopTooltip": "Klicken oder Esc Esc zum Stoppen",
|
|
138
172
|
"agent.submitSelection": "Auswahl senden",
|
|
139
173
|
"agent.submitSelectionCount_one": "Auswahl senden ({{count}})",
|
|
140
174
|
"agent.submitSelectionCount_other": "Auswahl senden ({{count}})",
|
|
141
175
|
"agent.summary": "Zusammenfassung",
|
|
142
|
-
"agent.verbose": "Ausführlich",
|
|
143
176
|
"agent.taskProgress": "Aufgabenfortschritt",
|
|
144
177
|
"agent.tasksCompleted": "{{completed}}/{{total}} abgeschlossen",
|
|
145
178
|
"agent.timeout": "Zeitüberschreitung",
|
|
146
|
-
"agent.rewind.exportFixture": "Replay-Fixture exportieren",
|
|
147
|
-
"agent.rewind.fixtureExported": "Replay-Fixture exportiert",
|
|
148
|
-
"agent.rewind.fixtureMeta": "{{messageCount}} Nachrichten · Schleife {{loops}}",
|
|
149
|
-
"agent.rewind.fixtureTitle": "Agent-Chat-Replay",
|
|
150
|
-
"agent.rewind.jumpToLive": "Zur Live-Ansicht springen",
|
|
151
|
-
"agent.rewind.label": "Wiedergabe",
|
|
152
|
-
"agent.rewind.livePosition": "live {{current}}/{{total}}",
|
|
153
|
-
"agent.rewind.nextMessage": "Nächste Nachricht",
|
|
154
|
-
"agent.rewind.nextUserTurn": "Nächster Benutzerturn",
|
|
155
|
-
"agent.rewind.pause": "Pausieren",
|
|
156
|
-
"agent.rewind.position": "{{current}}/{{total}}",
|
|
157
|
-
"agent.rewind.previousMessage": "Vorherige Nachricht",
|
|
158
|
-
"agent.rewind.previousUserTurn": "Vorheriger Benutzerturn",
|
|
159
|
-
"agent.rewind.resume": "Fortsetzen",
|
|
160
179
|
"agent.toggleRightSidebar": "Rechte Seitenleiste umschalten",
|
|
161
|
-
"agent.typeNewInstructions": "Geben Sie Ihre Nachricht ein, um neue Anweisungen zu geben",
|
|
162
180
|
"agent.typeYourMessage": "Geben Sie Ihre Nachricht ein...",
|
|
163
181
|
"agent.typeYourResponse": "Geben Sie Ihre Antwort ein...",
|
|
164
182
|
"agent.unableToOpenPrint": "Druckvorschau konnte nicht geöffnet werden",
|
|
165
183
|
"agent.unknownError": "Unbekannter Fehler",
|
|
166
184
|
"agent.unknownTime": "Unbekannte Zeit",
|
|
167
185
|
"agent.upload": "Hochladen",
|
|
168
|
-
"agent.uploadedFiles": "Hochgeladene Dateien",
|
|
169
186
|
"agent.uploadFailed": "Upload fehlgeschlagen",
|
|
170
187
|
"agent.uploading": "Wird hochgeladen...",
|
|
171
188
|
"agent.uploads": "Uploads",
|
|
189
|
+
"agent.verbose": "Ausführlich",
|
|
172
190
|
"agent.waitForFiles": "Warten Sie, bis die Dateien fertig verarbeitet sind",
|
|
173
191
|
"agent.waitForFilesProcessing": "Bitte warten Sie, bis alle Dateien verarbeitet sind, bevor Sie senden",
|
|
174
192
|
"agent.waiting": "Warten...",
|
|
@@ -176,9 +194,11 @@
|
|
|
176
194
|
"agent.workflowCancelled": "Workflow abgebrochen",
|
|
177
195
|
"agent.workflowRunIdCopied": "Workflow-Ausführungs-ID kopiert",
|
|
178
196
|
"agent.working": "Arbeitet...",
|
|
197
|
+
"agent.workstreamProgress": "{{percent}}% abgeschlossen",
|
|
179
198
|
"agent.workstreamRenderError": "Workstream konnte nicht gerendert werden",
|
|
180
199
|
"agent.workstreams": "Workstreams",
|
|
181
200
|
"agent.yes": "Ja",
|
|
201
|
+
"agent.youStoppedAfter": "Sie haben nach {{duration}} gestoppt",
|
|
182
202
|
"auth.blocked.body": "{{name}} nutzt Vertesia, aber wir konnten keine Einladung für {{email}} finden. Bitte einen Administrator, dich hinzuzufügen, um loszulegen.",
|
|
183
203
|
"auth.blocked.eyebrow": "Einladung erforderlich",
|
|
184
204
|
"auth.blocked.teamFromDomain": "{{domain}} Gruppe",
|
|
@@ -230,7 +250,6 @@
|
|
|
230
250
|
"filter.filterPlaceholder": "Filtern...",
|
|
231
251
|
"filter.from": "Von:",
|
|
232
252
|
"filter.noAvailableFilters": "Keine verfügbaren Filter",
|
|
233
|
-
"filter.noMatchingFilters": "Keine passenden Filter",
|
|
234
253
|
"filter.noResultsFound": "Keine Ergebnisse gefunden.",
|
|
235
254
|
"filter.selectRange": "Bereich auswählen",
|
|
236
255
|
"filter.to": "Bis:",
|
|
@@ -274,11 +293,23 @@
|
|
|
274
293
|
"login.terminal.projectRequiredDesc": "Bitte wählen Sie ein Projekt aus, um den Client für den Zugriff auf die ComposablePrompts-Server zu autorisieren",
|
|
275
294
|
"login.terminal.selectAccount": "Konto auswählen",
|
|
276
295
|
"login.terminal.selectProject": "Projekt auswählen",
|
|
296
|
+
"mcpConnections.activateAria": "{{name}} für diese Unterhaltung aktivieren",
|
|
297
|
+
"mcpConnections.checkingStatus": "Status wird geprüft",
|
|
298
|
+
"mcpConnections.deactivateAria": "{{name}} für diese Unterhaltung deaktivieren",
|
|
299
|
+
"mcpConnections.disabled": "Deaktiviert",
|
|
300
|
+
"mcpConnections.empty": "Für dieses Projekt sind keine MCP-Server installiert.",
|
|
301
|
+
"mcpConnections.enabled": "Aktiviert",
|
|
302
|
+
"mcpConnections.label": "MCP",
|
|
303
|
+
"mcpConnections.manage": "MCP-Verbindungen verwalten",
|
|
304
|
+
"mcpConnections.settings": "Einstellungen",
|
|
305
|
+
"mcpConnections.subtitle": "Verwalten Sie die für diese Unterhaltung verfügbaren MCP-Server.",
|
|
306
|
+
"mcpConnections.title": "MCP",
|
|
277
307
|
"mcpOAuth.authenticate": "Authentifizieren",
|
|
278
308
|
"mcpOAuth.authenticating": "Authentifizierung läuft...",
|
|
279
309
|
"mcpOAuth.connect": "Verbinden",
|
|
280
310
|
"mcpOAuth.connected": "Verbunden",
|
|
281
311
|
"mcpOAuth.connecting": "Verbindung wird hergestellt...",
|
|
312
|
+
"mcpOAuth.decline": "Ablehnen",
|
|
282
313
|
"mcpOAuth.disconnect": "Trennen",
|
|
283
314
|
"mcpOAuth.notConnected": "Nicht verbunden",
|
|
284
315
|
"misc.copiedToClipboard": "In die Zwischenablage kopiert",
|
package/src/i18n/locales/en.json
CHANGED
|
@@ -1,32 +1,45 @@
|
|
|
1
1
|
{
|
|
2
2
|
"agent.activeWorkstreams_one": "Agent has {{count}} active workstream running",
|
|
3
3
|
"agent.activeWorkstreams_other": "Agent has {{count}} active workstreams running",
|
|
4
|
+
"agent.addAttachment": "Add attachment",
|
|
4
5
|
"agent.agentConversation": "Agent Conversation",
|
|
5
|
-
"agent.agentInterrupted": "Agent Interrupted",
|
|
6
6
|
"agent.agentPlan": "Agent Plan",
|
|
7
|
-
"agent.agentProcessing": "Agent is processing, you can continue once it completes...",
|
|
8
7
|
"agent.agentRunIdCopied": "Agent Run ID copied",
|
|
9
8
|
"agent.agentStarted": "Agent started",
|
|
10
|
-
"agent.agentWorking": "Agent is working... (Esc Esc to stop)",
|
|
11
|
-
"agent.agentWorkingStop": "Agent is working... Press Esc twice or click Stop to interrupt",
|
|
12
|
-
"agent.addAttachment": "Add attachment",
|
|
13
9
|
"agent.allMessages": "All Messages",
|
|
10
|
+
"agent.approvalMode.ask": "Ask for approval",
|
|
11
|
+
"agent.approvalMode.askDescription": "Ask before modifying or destructive actions",
|
|
12
|
+
"agent.approvalMode.autoReview": "Approve for me",
|
|
13
|
+
"agent.approvalMode.autoReviewDescription": "Automatically review modifying actions and ask only when unsafe",
|
|
14
|
+
"agent.approvalMode.cancel": "Cancel",
|
|
15
|
+
"agent.approvalMode.changeFailed": "Failed to change approval mode",
|
|
16
|
+
"agent.approvalMode.confirmFullControl": "Use full control",
|
|
17
|
+
"agent.approvalMode.confirmFullControlDescription": "The agent will run modifying actions without asking for approval in this conversation.",
|
|
18
|
+
"agent.approvalMode.confirmFullControlTitle": "Switch to full control?",
|
|
19
|
+
"agent.approvalMode.dropdownTitle": "How should agent actions be approved?",
|
|
20
|
+
"agent.approvalMode.fullControl": "Full control",
|
|
21
|
+
"agent.approvalMode.fullControlDescription": "Run modifying actions without approval",
|
|
22
|
+
"agent.approvalMode.selectorLabel": "Agent approval mode",
|
|
14
23
|
"agent.artifacts": "Artifacts",
|
|
15
|
-
"agent.
|
|
24
|
+
"agent.backToMainAgent": "Back to main agent",
|
|
16
25
|
"agent.batch": "Batch",
|
|
26
|
+
"agent.browserPreview": "Browser preview",
|
|
17
27
|
"agent.browserScreenshot": "Browser screenshot",
|
|
18
28
|
"agent.browserScreenshotPending": "Waiting for browser screenshot",
|
|
19
|
-
"agent.browserPreview": "Browser preview",
|
|
20
29
|
"agent.browserUse": "Browser Use",
|
|
21
30
|
"agent.browserWidgetRenderError": "Browser widget could not be rendered",
|
|
22
31
|
"agent.canceled": "Canceled",
|
|
23
32
|
"agent.canceling": "Canceling",
|
|
24
33
|
"agent.cancelWorkflow": "Cancel Workflow",
|
|
34
|
+
"agent.clickToCompactNow": "Click to compact now.",
|
|
25
35
|
"agent.clickToEnlarge": "Click to enlarge",
|
|
26
36
|
"agent.cloneConversation": "Clone Conversation",
|
|
27
37
|
"agent.close": "Close",
|
|
28
38
|
"agent.closeFullscreen": "Close fullscreen",
|
|
29
39
|
"agent.completed": "Completed",
|
|
40
|
+
"agent.contextRemainingUntilCompact": "{{percent}}% of context remaining until auto-compact.",
|
|
41
|
+
"agent.contextTokenUsage": "Context size: {{used}} / {{limit}} tokens",
|
|
42
|
+
"agent.contextUsageCompactLabel": "{{percent}}% context used - click to compact",
|
|
30
43
|
"agent.conversationCloned": "Conversation cloned",
|
|
31
44
|
"agent.copied": "Copied",
|
|
32
45
|
"agent.copiedAllToolCalls": "Copied all tool calls to clipboard",
|
|
@@ -43,15 +56,12 @@
|
|
|
43
56
|
"agent.dashboard": "Dashboard",
|
|
44
57
|
"agent.details": "Details",
|
|
45
58
|
"agent.document": "Document",
|
|
46
|
-
"agent.documentAttachments": "Document Attachments",
|
|
47
|
-
"agent.documentAttachmentsDescription": "Documents from the store attached to this message. The agent can re-fetch them by ID anytime, or re-attach to include content directly.",
|
|
48
59
|
"agent.documents": "Documents",
|
|
49
60
|
"agent.download": "Download",
|
|
50
61
|
"agent.downloadConversation": "Download Conversation",
|
|
51
62
|
"agent.dropFilesToUpload": "Drop files to upload",
|
|
52
63
|
"agent.elapsed": "{{seconds}}s elapsed",
|
|
53
64
|
"agent.enlargedView": "Enlarged view",
|
|
54
|
-
"agent.enterToSend": "Enter to send • Shift+Enter for new line",
|
|
55
65
|
"agent.error": "Error",
|
|
56
66
|
"agent.errorStarting": "Error starting workflow",
|
|
57
67
|
"agent.exit": "Exit",
|
|
@@ -65,14 +75,13 @@
|
|
|
65
75
|
"agent.failed": "Failed",
|
|
66
76
|
"agent.failedToCancelWorkflow": "Failed to cancel workflow",
|
|
67
77
|
"agent.failedToCloneConversation": "Failed to clone conversation",
|
|
78
|
+
"agent.failedToCompactContext": "Failed to compact context",
|
|
68
79
|
"agent.failedToDownload": "Failed to download conversation",
|
|
69
80
|
"agent.failedToInterrupt": "Failed to Interrupt",
|
|
70
81
|
"agent.failedToLoadDocument": "Failed to load document",
|
|
71
82
|
"agent.failedToSend": "Failed to Send Message",
|
|
72
83
|
"agent.filesProcessing": "Files Still Processing",
|
|
73
|
-
"agent.
|
|
74
|
-
"agent.filesStagedCount_other": "{{count}} files staged - will upload when conversation starts",
|
|
75
|
-
"agent.filesUploadedDescription": "Files uploaded to this conversation remain available throughout. The agent can access them anytime.",
|
|
84
|
+
"agent.fileStagedTooltip": "File staged and will upload when conversation starts",
|
|
76
85
|
"agent.fullscreen": "Fullscreen",
|
|
77
86
|
"agent.hideDetails": "Hide details",
|
|
78
87
|
"agent.hideSidebar": "Hide Sidebar",
|
|
@@ -83,10 +92,17 @@
|
|
|
83
92
|
"agent.loadingDocument": "Loading document...",
|
|
84
93
|
"agent.main": "Main",
|
|
85
94
|
"agent.mainWorkstream": "Main Workstream",
|
|
95
|
+
"agent.mcpConnectedMessage": "I've connected to {{name}}.",
|
|
96
|
+
"agent.mcpDeclinedMessage": "I don't want to connect to {{name}}. Continue without it.",
|
|
97
|
+
"agent.messageConsumed": "Message consumed",
|
|
98
|
+
"agent.messageFailed": "Message failed to send",
|
|
99
|
+
"agent.messageMainAgentWhileViewingWorkstream": "Message @Main Agent (viewing {{workstream}})...",
|
|
100
|
+
"agent.messageReceived": "Message received",
|
|
101
|
+
"agent.messageSending": "Sending message",
|
|
86
102
|
"agent.moreActions": "More actions",
|
|
103
|
+
"agent.moreTabs": "More",
|
|
87
104
|
"agent.newerPlan": "Next revision",
|
|
88
105
|
"agent.no": "No",
|
|
89
|
-
"agent.noActiveWorkstreams": "No active workstreams",
|
|
90
106
|
"agent.noActiveParallelTasks": "No active parallel tasks",
|
|
91
107
|
"agent.noAgentRunning": "No agent currently running",
|
|
92
108
|
"agent.noArtifactsYet": "No artifacts yet",
|
|
@@ -99,13 +115,12 @@
|
|
|
99
115
|
"agent.noPlanAvailable": "No plan",
|
|
100
116
|
"agent.noPlanDetected": "No plan has been detected yet",
|
|
101
117
|
"agent.olderPlan": "Previous revision",
|
|
102
|
-
"agent.onlySystemArtifacts": "Only system files in this run. Enable \"System files\" to view them.",
|
|
103
118
|
"agent.openDocument": "Open document",
|
|
104
119
|
"agent.openInNewTab": "Open in new tab",
|
|
105
120
|
"agent.panelRenderError": "{{name}} could not be rendered",
|
|
106
121
|
"agent.panelRenderErrorDescription": "The rest of the agent viewer is still available.",
|
|
107
|
-
"agent.payload": "Payload",
|
|
108
122
|
"agent.parallelWorkDescription": "Parallel tasks running alongside this conversation.",
|
|
123
|
+
"agent.payload": "Payload",
|
|
109
124
|
"agent.pdfExportFailed": "PDF export failed",
|
|
110
125
|
"agent.pdfExportReady": "PDF export ready",
|
|
111
126
|
"agent.pending": "Pending",
|
|
@@ -119,65 +134,59 @@
|
|
|
119
134
|
"agent.ready": "Ready",
|
|
120
135
|
"agent.refresh": "Refresh",
|
|
121
136
|
"agent.remaining": "{{seconds}}s remaining",
|
|
137
|
+
"agent.removeFile": "Remove {{name}}",
|
|
138
|
+
"agent.removeFileFailed": "Failed to remove file",
|
|
122
139
|
"agent.retry": "Retry",
|
|
140
|
+
"agent.rewind.exportFixture": "Download Messages",
|
|
141
|
+
"agent.rewind.fixtureExported": "Messages JSON downloaded",
|
|
142
|
+
"agent.rewind.fixtureMeta": "{{messageCount}} messages · loop {{loops}}",
|
|
143
|
+
"agent.rewind.fixtureTitle": "Agent chat replay",
|
|
144
|
+
"agent.rewind.jumpToLatest": "Jump to latest message",
|
|
145
|
+
"agent.rewind.jumpToLive": "Jump to live",
|
|
146
|
+
"agent.rewind.jumpToStart": "Jump to first message",
|
|
147
|
+
"agent.rewind.label": "Rewind",
|
|
148
|
+
"agent.rewind.nextMessage": "Next message",
|
|
149
|
+
"agent.rewind.pause": "Pause",
|
|
150
|
+
"agent.rewind.positionInput": "Playback position",
|
|
151
|
+
"agent.rewind.previousMessage": "Previous message",
|
|
152
|
+
"agent.rewind.resume": "Resume",
|
|
123
153
|
"agent.runIdCopied": "Run ID copied",
|
|
124
154
|
"agent.running": "Running",
|
|
125
155
|
"agent.searchDocuments": "Attach Documents",
|
|
126
156
|
"agent.selectInteraction": "Select an interaction and click Start to start an agent",
|
|
127
|
-
"agent.
|
|
157
|
+
"agent.selectOption": "Select Option",
|
|
128
158
|
"agent.send": "Send",
|
|
159
|
+
"agent.sendTooltip": "Click or Enter to send",
|
|
129
160
|
"agent.showAllMessages": "Show all messages",
|
|
130
161
|
"agent.showDetails": "Show details",
|
|
131
162
|
"agent.showLess": "Show less",
|
|
132
163
|
"agent.showMore": "Show more",
|
|
133
164
|
"agent.showSidebar": "Show Sidebar",
|
|
134
|
-
"agent.showSystemArtifacts": "System files",
|
|
135
165
|
"agent.staged": "Staged",
|
|
136
166
|
"agent.startAgent": "Start Agent",
|
|
137
167
|
"agent.startingAgent": "Starting agent...",
|
|
138
168
|
"agent.startingAgentUploading": "Starting agent and uploading files...",
|
|
139
169
|
"agent.startNewConversation": "Start New Conversation",
|
|
140
170
|
"agent.stepByStepPlan": "Step-by-Step Plan",
|
|
141
|
-
"agent.
|
|
171
|
+
"agent.stopTooltip": "Click or Esc Esc to stop",
|
|
142
172
|
"agent.submitSelection": "Submit Selection",
|
|
143
173
|
"agent.submitSelectionCount_one": "Submit Selection ({{count}})",
|
|
144
174
|
"agent.submitSelectionCount_other": "Submit Selection ({{count}})",
|
|
145
175
|
"agent.summary": "Summary",
|
|
146
|
-
"agent.verbose": "Verbose",
|
|
147
176
|
"agent.taskProgress": "Task Progress",
|
|
148
177
|
"agent.tasksCompleted": "{{completed}}/{{total}} completed",
|
|
149
178
|
"agent.timeout": "Timed out",
|
|
150
|
-
"agent.rewind.exportFixture": "Download Messages",
|
|
151
|
-
"agent.rewind.fixtureExported": "Messages JSON downloaded",
|
|
152
|
-
"agent.rewind.fixtureMeta": "{{messageCount}} messages · loop {{loops}}",
|
|
153
|
-
"agent.rewind.fixtureTitle": "Agent chat replay",
|
|
154
|
-
"agent.rewind.jumpToLatest": "Jump to latest message",
|
|
155
|
-
"agent.rewind.jumpToLive": "Jump to live",
|
|
156
|
-
"agent.rewind.jumpToStart": "Jump to first message",
|
|
157
|
-
"agent.rewind.label": "Rewind",
|
|
158
|
-
"agent.rewind.livePosition": "live {{current}}/{{total}}",
|
|
159
|
-
"agent.rewind.nextMessage": "Next message",
|
|
160
|
-
"agent.rewind.nextUserTurn": "Next user turn",
|
|
161
|
-
"agent.rewind.pause": "Pause",
|
|
162
|
-
"agent.rewind.position": "{{current}}/{{total}}",
|
|
163
|
-
"agent.rewind.positionInput": "Playback position",
|
|
164
|
-
"agent.rewind.previousMessage": "Previous message",
|
|
165
|
-
"agent.rewind.previousUserTurn": "Previous user turn",
|
|
166
|
-
"agent.rewind.resume": "Resume",
|
|
167
179
|
"agent.toggleRightSidebar": "Toggle right sidebar",
|
|
168
|
-
"agent.typeNewInstructions": "Type your message to give new instructions",
|
|
169
180
|
"agent.typeYourMessage": "Type your message...",
|
|
170
181
|
"agent.typeYourResponse": "Type your response...",
|
|
171
182
|
"agent.unableToOpenPrint": "Unable to open print preview",
|
|
172
183
|
"agent.unknownError": "Unknown error",
|
|
173
184
|
"agent.unknownTime": "Unknown time",
|
|
174
185
|
"agent.upload": "Upload",
|
|
175
|
-
"agent.uploadedFiles": "Uploaded Files",
|
|
176
186
|
"agent.uploadFailed": "Upload Failed",
|
|
177
187
|
"agent.uploading": "Uploading...",
|
|
178
188
|
"agent.uploads": "Uploads",
|
|
179
|
-
"agent.
|
|
180
|
-
"agent.removeFileFailed": "Failed to remove file",
|
|
189
|
+
"agent.verbose": "Verbose",
|
|
181
190
|
"agent.waitForFiles": "Wait for files to finish processing",
|
|
182
191
|
"agent.waitForFilesProcessing": "Please wait for all files to finish processing before sending",
|
|
183
192
|
"agent.waiting": "Waiting...",
|
|
@@ -187,13 +196,9 @@
|
|
|
187
196
|
"agent.working": "Working...",
|
|
188
197
|
"agent.workstreamProgress": "{{percent}}% complete",
|
|
189
198
|
"agent.workstreamRenderError": "Workstream could not be rendered",
|
|
190
|
-
"agent.workstreamStatusAwaitingInstruction": "is awaiting instruction",
|
|
191
|
-
"agent.workstreamStatusCanceled": "is canceled",
|
|
192
|
-
"agent.workstreamStatusCanceling": "is canceling",
|
|
193
|
-
"agent.workstreamStatusCompleted": "is completed",
|
|
194
|
-
"agent.workstreamStatusRunning": "is running",
|
|
195
199
|
"agent.workstreams": "Workstreams",
|
|
196
200
|
"agent.yes": "Yes",
|
|
201
|
+
"agent.youStoppedAfter": "You stopped after {{duration}}",
|
|
197
202
|
"auth.blocked.body": "{{name}} uses Vertesia, but we couldn't find an invite for {{email}}. Ask an admin to add you to get started.",
|
|
198
203
|
"auth.blocked.eyebrow": "Invite Required",
|
|
199
204
|
"auth.blocked.teamFromDomain": "{{domain}} Team",
|
|
@@ -245,7 +250,6 @@
|
|
|
245
250
|
"filter.filterPlaceholder": "Filter...",
|
|
246
251
|
"filter.from": "From:",
|
|
247
252
|
"filter.noAvailableFilters": "No available filters",
|
|
248
|
-
"filter.noMatchingFilters": "No matching filters",
|
|
249
253
|
"filter.noResultsFound": "No results found.",
|
|
250
254
|
"filter.selectRange": "Select range",
|
|
251
255
|
"filter.to": "To:",
|
|
@@ -289,11 +293,23 @@
|
|
|
289
293
|
"login.terminal.projectRequiredDesc": "Please select a project to authorize the client to access the ComposablePrompts servers",
|
|
290
294
|
"login.terminal.selectAccount": "Select Account",
|
|
291
295
|
"login.terminal.selectProject": "Select Project",
|
|
296
|
+
"mcpConnections.activateAria": "Activate {{name}} for this conversation",
|
|
297
|
+
"mcpConnections.checkingStatus": "Checking status",
|
|
298
|
+
"mcpConnections.deactivateAria": "Deactivate {{name}} for this conversation",
|
|
299
|
+
"mcpConnections.disabled": "Disabled",
|
|
300
|
+
"mcpConnections.empty": "No MCP servers are installed for this project.",
|
|
301
|
+
"mcpConnections.enabled": "Enabled",
|
|
302
|
+
"mcpConnections.label": "MCP",
|
|
303
|
+
"mcpConnections.manage": "Manage MCP connections",
|
|
304
|
+
"mcpConnections.settings": "Settings",
|
|
305
|
+
"mcpConnections.subtitle": "Manage the MCP servers available to this conversation.",
|
|
306
|
+
"mcpConnections.title": "MCP",
|
|
292
307
|
"mcpOAuth.authenticate": "Authenticate",
|
|
293
308
|
"mcpOAuth.authenticating": "Authenticating...",
|
|
294
309
|
"mcpOAuth.connect": "Connect",
|
|
295
310
|
"mcpOAuth.connected": "Connected",
|
|
296
311
|
"mcpOAuth.connecting": "Connecting...",
|
|
312
|
+
"mcpOAuth.decline": "Decline",
|
|
297
313
|
"mcpOAuth.disconnect": "Disconnect",
|
|
298
314
|
"mcpOAuth.notConnected": "Not connected",
|
|
299
315
|
"misc.copiedToClipboard": "Copied to clipboard",
|