@vertesia/ui 1.4.0-dev.20260615.042549Z → 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/lib/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",
|
package/lib/i18n/locales/es.json
CHANGED
|
@@ -2,18 +2,29 @@
|
|
|
2
2
|
"agent.activeWorkstreams_one": "El agente tiene {{count}} flujo de trabajo activo en ejecución",
|
|
3
3
|
"agent.activeWorkstreams_many": "El agente tiene {{count}} flujos de trabajo activos en ejecución",
|
|
4
4
|
"agent.activeWorkstreams_other": "El agente tiene {{count}} flujos de trabajo activos en ejecución",
|
|
5
|
+
"agent.addAttachment": "Añadir adjunto",
|
|
5
6
|
"agent.agentConversation": "Conversación con el agente",
|
|
6
|
-
"agent.agentInterrupted": "Agente interrumpido",
|
|
7
7
|
"agent.agentPlan": "Plan del agente",
|
|
8
|
-
"agent.agentProcessing": "El agente está procesando, podrás continuar una vez que termine...",
|
|
9
8
|
"agent.agentRunIdCopied": "ID de ejecución del agente copiado",
|
|
10
9
|
"agent.agentStarted": "Agente iniciado",
|
|
11
|
-
"agent.agentWorking": "El agente está trabajando... (Esc Esc para detener)",
|
|
12
|
-
"agent.agentWorkingStop": "El agente está trabajando... Presiona Esc dos veces o haz clic en Detener para interrumpir",
|
|
13
10
|
"agent.allMessages": "Todos los mensajes",
|
|
11
|
+
"agent.approvalMode.ask": "Pedir aprobación",
|
|
12
|
+
"agent.approvalMode.askDescription": "Pedir antes de acciones de modificación o destructivas",
|
|
13
|
+
"agent.approvalMode.autoReview": "Aprobar por mí",
|
|
14
|
+
"agent.approvalMode.autoReviewDescription": "Revisar automáticamente las acciones de modificación y preguntar solo si no son seguras",
|
|
15
|
+
"agent.approvalMode.cancel": "Cancelar",
|
|
16
|
+
"agent.approvalMode.changeFailed": "No se pudo cambiar el modo de aprobación",
|
|
17
|
+
"agent.approvalMode.confirmFullControl": "Usar control total",
|
|
18
|
+
"agent.approvalMode.confirmFullControlDescription": "El agente ejecutará acciones de modificación sin pedir aprobación en esta conversación.",
|
|
19
|
+
"agent.approvalMode.confirmFullControlTitle": "¿Cambiar a control total?",
|
|
20
|
+
"agent.approvalMode.dropdownTitle": "¿Cómo deben aprobarse las acciones del agente?",
|
|
21
|
+
"agent.approvalMode.fullControl": "Control total",
|
|
22
|
+
"agent.approvalMode.fullControlDescription": "Ejecutar acciones de modificación sin aprobación",
|
|
23
|
+
"agent.approvalMode.selectorLabel": "Modo de aprobación del agente",
|
|
14
24
|
"agent.artifacts": "Artefactos",
|
|
15
|
-
"agent.
|
|
25
|
+
"agent.backToMainAgent": "Volver al agente principal",
|
|
16
26
|
"agent.batch": "Lote",
|
|
27
|
+
"agent.browserPreview": "Vista previa del navegador",
|
|
17
28
|
"agent.browserScreenshot": "Captura del navegador",
|
|
18
29
|
"agent.browserScreenshotPending": "Esperando captura del navegador",
|
|
19
30
|
"agent.browserUse": "Browser Use",
|
|
@@ -21,11 +32,15 @@
|
|
|
21
32
|
"agent.canceled": "Cancelado",
|
|
22
33
|
"agent.canceling": "Cancelando",
|
|
23
34
|
"agent.cancelWorkflow": "Cancelar flujo de trabajo",
|
|
35
|
+
"agent.clickToCompactNow": "Haz clic para compactar ahora.",
|
|
24
36
|
"agent.clickToEnlarge": "Clic para ampliar",
|
|
25
37
|
"agent.cloneConversation": "Clonar conversación",
|
|
26
38
|
"agent.close": "Cerrar",
|
|
27
39
|
"agent.closeFullscreen": "Cerrar pantalla completa",
|
|
28
40
|
"agent.completed": "Completado",
|
|
41
|
+
"agent.contextRemainingUntilCompact": "Queda {{percent}} % de contexto antes del compactado automático.",
|
|
42
|
+
"agent.contextTokenUsage": "Tamaño del contexto: {{used}} / {{limit}} tokens",
|
|
43
|
+
"agent.contextUsageCompactLabel": "{{percent}} % de contexto usado - haz clic para compactar",
|
|
29
44
|
"agent.conversationCloned": "Conversación clonada",
|
|
30
45
|
"agent.copied": "Copiado",
|
|
31
46
|
"agent.copiedAllToolCalls": "Todas las llamadas de herramientas copiadas al portapapeles",
|
|
@@ -42,15 +57,12 @@
|
|
|
42
57
|
"agent.dashboard": "Panel de control",
|
|
43
58
|
"agent.details": "Detalles",
|
|
44
59
|
"agent.document": "Documento",
|
|
45
|
-
"agent.documentAttachments": "Archivos adjuntos",
|
|
46
|
-
"agent.documentAttachmentsDescription": "Documentos de la tienda adjuntos a este mensaje. El agente puede recuperarlos por ID en cualquier momento, o volver a adjuntarlos para incluir el contenido directamente.",
|
|
47
60
|
"agent.documents": "Documentos",
|
|
48
61
|
"agent.download": "Descargar",
|
|
49
62
|
"agent.downloadConversation": "Descargar conversación",
|
|
50
63
|
"agent.dropFilesToUpload": "Suelta archivos para subir",
|
|
51
64
|
"agent.elapsed": "{{seconds}}s transcurridos",
|
|
52
65
|
"agent.enlargedView": "Vista ampliada",
|
|
53
|
-
"agent.enterToSend": "Enter para enviar • Shift+Enter para nueva línea",
|
|
54
66
|
"agent.error": "Error",
|
|
55
67
|
"agent.errorStarting": "Error al iniciar el flujo de trabajo",
|
|
56
68
|
"agent.exit": "Salir",
|
|
@@ -64,15 +76,13 @@
|
|
|
64
76
|
"agent.failed": "Fallido",
|
|
65
77
|
"agent.failedToCancelWorkflow": "Error al cancelar el flujo de trabajo",
|
|
66
78
|
"agent.failedToCloneConversation": "Error al clonar la conversación",
|
|
79
|
+
"agent.failedToCompactContext": "No se pudo compactar el contexto",
|
|
67
80
|
"agent.failedToDownload": "Error al descargar la conversación",
|
|
68
81
|
"agent.failedToInterrupt": "Error al interrumpir",
|
|
69
82
|
"agent.failedToLoadDocument": "Error al cargar el documento",
|
|
70
83
|
"agent.failedToSend": "Error al enviar el mensaje",
|
|
71
84
|
"agent.filesProcessing": "Archivos aún en procesamiento",
|
|
72
|
-
"agent.
|
|
73
|
-
"agent.filesStagedCount_many": "{{count}} archivos preparados - se subirán cuando la conversación comience",
|
|
74
|
-
"agent.filesStagedCount_other": "{{count}} archivos preparados - se subirán cuando la conversación comience",
|
|
75
|
-
"agent.filesUploadedDescription": "Los archivos subidos a esta conversación permanecen disponibles en todo momento. El agente puede acceder a ellos en cualquier momento.",
|
|
85
|
+
"agent.fileStagedTooltip": "Archivo preparado - se subirá cuando la conversación comience",
|
|
76
86
|
"agent.fullscreen": "Pantalla completa",
|
|
77
87
|
"agent.hideDetails": "Ocultar detalles",
|
|
78
88
|
"agent.hideSidebar": "Ocultar panel",
|
|
@@ -83,10 +93,18 @@
|
|
|
83
93
|
"agent.loadingDocument": "Cargando documento...",
|
|
84
94
|
"agent.main": "Principal",
|
|
85
95
|
"agent.mainWorkstream": "Flujo principal",
|
|
96
|
+
"agent.mcpConnectedMessage": "Me he conectado a {{name}}.",
|
|
97
|
+
"agent.mcpDeclinedMessage": "No quiero conectarme a {{name}}. Continúa sin esta conexión.",
|
|
98
|
+
"agent.messageConsumed": "Mensaje consumido",
|
|
99
|
+
"agent.messageFailed": "No se pudo enviar el mensaje",
|
|
100
|
+
"agent.messageMainAgentWhileViewingWorkstream": "Mensaje a @Agente principal (viendo {{workstream}})...",
|
|
101
|
+
"agent.messageReceived": "Mensaje recibido",
|
|
102
|
+
"agent.messageSending": "Enviando mensaje",
|
|
86
103
|
"agent.moreActions": "Más acciones",
|
|
104
|
+
"agent.moreTabs": "Más",
|
|
87
105
|
"agent.newerPlan": "Plan más reciente",
|
|
88
106
|
"agent.no": "No",
|
|
89
|
-
"agent.
|
|
107
|
+
"agent.noActiveParallelTasks": "No hay tareas paralelas activas",
|
|
90
108
|
"agent.noAgentRunning": "Ningún agente en ejecución actualmente",
|
|
91
109
|
"agent.noArtifactsYet": "Sin artefactos aún",
|
|
92
110
|
"agent.noContentAvailable": "No hay contenido disponible",
|
|
@@ -98,11 +116,11 @@
|
|
|
98
116
|
"agent.noPlanAvailable": "Sin plan disponible",
|
|
99
117
|
"agent.noPlanDetected": "Aún no se ha detectado ningún plan",
|
|
100
118
|
"agent.olderPlan": "Plan anterior",
|
|
101
|
-
"agent.onlySystemArtifacts": "",
|
|
102
119
|
"agent.openDocument": "Abrir documento",
|
|
103
120
|
"agent.openInNewTab": "Abrir en nueva pestaña",
|
|
104
121
|
"agent.panelRenderError": "No se pudo renderizar {{name}}",
|
|
105
122
|
"agent.panelRenderErrorDescription": "El resto del visor del agente sigue disponible.",
|
|
123
|
+
"agent.parallelWorkDescription": "Tareas paralelas ejecutándose junto a esta conversación.",
|
|
106
124
|
"agent.payload": "Payload",
|
|
107
125
|
"agent.pdfExportFailed": "Error en la exportación PDF",
|
|
108
126
|
"agent.pdfExportReady": "Exportación PDF lista",
|
|
@@ -117,61 +135,60 @@
|
|
|
117
135
|
"agent.ready": "Listo",
|
|
118
136
|
"agent.refresh": "Actualizar",
|
|
119
137
|
"agent.remaining": "{{seconds}}s restantes",
|
|
138
|
+
"agent.removeFile": "Eliminar {{name}}",
|
|
139
|
+
"agent.removeFileFailed": "No se pudo eliminar el archivo",
|
|
120
140
|
"agent.retry": "Reintentar",
|
|
141
|
+
"agent.rewind.exportFixture": "Exportar fixture de reproducción",
|
|
142
|
+
"agent.rewind.fixtureExported": "Fixture de reproducción exportada",
|
|
143
|
+
"agent.rewind.fixtureMeta": "{{messageCount}} mensajes · bucle {{loops}}",
|
|
144
|
+
"agent.rewind.fixtureTitle": "Reproducción del chat del agente",
|
|
145
|
+
"agent.rewind.jumpToLatest": "Ir al mensaje más reciente",
|
|
146
|
+
"agent.rewind.jumpToLive": "Ir a en vivo",
|
|
147
|
+
"agent.rewind.jumpToStart": "Ir al primer mensaje",
|
|
148
|
+
"agent.rewind.label": "Reproducción",
|
|
149
|
+
"agent.rewind.nextMessage": "Mensaje siguiente",
|
|
150
|
+
"agent.rewind.pause": "Pausar",
|
|
151
|
+
"agent.rewind.positionInput": "Posición de reproducción",
|
|
152
|
+
"agent.rewind.previousMessage": "Mensaje anterior",
|
|
153
|
+
"agent.rewind.resume": "Reanudar",
|
|
121
154
|
"agent.runIdCopied": "ID de ejecución copiado",
|
|
122
155
|
"agent.running": "En ejecución",
|
|
123
156
|
"agent.searchDocuments": "Buscar documentos",
|
|
124
157
|
"agent.selectInteraction": "Selecciona una interacción y haz clic en Iniciar para iniciar un agente",
|
|
125
|
-
"agent.
|
|
158
|
+
"agent.selectOption": "Seleccionar opción",
|
|
126
159
|
"agent.send": "Enviar",
|
|
160
|
+
"agent.sendTooltip": "Hacer clic o Enter para enviar",
|
|
127
161
|
"agent.showAllMessages": "Mostrar todos los mensajes",
|
|
128
162
|
"agent.showDetails": "Mostrar detalles",
|
|
129
163
|
"agent.showLess": "Mostrar menos",
|
|
130
164
|
"agent.showMore": "Mostrar más",
|
|
131
165
|
"agent.showSidebar": "Mostrar panel",
|
|
132
|
-
"agent.showSystemArtifacts": "",
|
|
133
166
|
"agent.staged": "Preparado",
|
|
134
167
|
"agent.startAgent": "Iniciar agente",
|
|
135
168
|
"agent.startingAgent": "Iniciando agente...",
|
|
136
169
|
"agent.startingAgentUploading": "Iniciando agente y subiendo archivos...",
|
|
137
170
|
"agent.startNewConversation": "Iniciar nueva conversación",
|
|
138
171
|
"agent.stepByStepPlan": "Plan paso a paso",
|
|
139
|
-
"agent.
|
|
172
|
+
"agent.stopTooltip": "Hacer clic o Esc Esc para detener",
|
|
140
173
|
"agent.submitSelection": "Enviar selección",
|
|
141
174
|
"agent.submitSelectionCount_one": "Enviar selección ({{count}})",
|
|
142
175
|
"agent.submitSelectionCount_many": "Enviar selección ({{count}})",
|
|
143
176
|
"agent.submitSelectionCount_other": "Enviar selección ({{count}})",
|
|
144
177
|
"agent.summary": "Resumen",
|
|
145
|
-
"agent.verbose": "Completo",
|
|
146
178
|
"agent.taskProgress": "Progreso de tareas",
|
|
147
179
|
"agent.tasksCompleted": "{{completed}}/{{total}} completadas",
|
|
148
180
|
"agent.timeout": "Tiempo agotado",
|
|
149
|
-
"agent.rewind.exportFixture": "Exportar fixture de reproducción",
|
|
150
|
-
"agent.rewind.fixtureExported": "Fixture de reproducción exportada",
|
|
151
|
-
"agent.rewind.fixtureMeta": "{{messageCount}} mensajes · bucle {{loops}}",
|
|
152
|
-
"agent.rewind.fixtureTitle": "Reproducción del chat del agente",
|
|
153
|
-
"agent.rewind.jumpToLive": "Ir a en vivo",
|
|
154
|
-
"agent.rewind.label": "Reproducción",
|
|
155
|
-
"agent.rewind.livePosition": "en vivo {{current}}/{{total}}",
|
|
156
|
-
"agent.rewind.nextMessage": "Mensaje siguiente",
|
|
157
|
-
"agent.rewind.nextUserTurn": "Turno de usuario siguiente",
|
|
158
|
-
"agent.rewind.pause": "Pausar",
|
|
159
|
-
"agent.rewind.position": "{{current}}/{{total}}",
|
|
160
|
-
"agent.rewind.previousMessage": "Mensaje anterior",
|
|
161
|
-
"agent.rewind.previousUserTurn": "Turno de usuario anterior",
|
|
162
|
-
"agent.rewind.resume": "Reanudar",
|
|
163
181
|
"agent.toggleRightSidebar": "Alternar panel lateral",
|
|
164
|
-
"agent.typeNewInstructions": "Escribe tu mensaje para dar nuevas instrucciones",
|
|
165
182
|
"agent.typeYourMessage": "Escribe tu mensaje...",
|
|
166
183
|
"agent.typeYourResponse": "Escribe tu respuesta...",
|
|
167
184
|
"agent.unableToOpenPrint": "No se pudo abrir la vista previa de impresión",
|
|
168
185
|
"agent.unknownError": "Error desconocido",
|
|
169
186
|
"agent.unknownTime": "Hora desconocida",
|
|
170
187
|
"agent.upload": "Subir",
|
|
171
|
-
"agent.uploadedFiles": "Archivos subidos",
|
|
172
188
|
"agent.uploadFailed": "Error al subir",
|
|
173
189
|
"agent.uploading": "Subiendo...",
|
|
174
190
|
"agent.uploads": "Subidas",
|
|
191
|
+
"agent.verbose": "Completo",
|
|
175
192
|
"agent.waitForFiles": "Espera a que los archivos terminen de procesarse",
|
|
176
193
|
"agent.waitForFilesProcessing": "Por favor, espera a que todos los archivos terminen de procesarse antes de enviar",
|
|
177
194
|
"agent.waiting": "Esperando...",
|
|
@@ -179,9 +196,11 @@
|
|
|
179
196
|
"agent.workflowCancelled": "Flujo de trabajo cancelado",
|
|
180
197
|
"agent.workflowRunIdCopied": "ID de ejecución del flujo de trabajo copiado",
|
|
181
198
|
"agent.working": "Trabajando...",
|
|
199
|
+
"agent.workstreamProgress": "{{percent}}% completado",
|
|
182
200
|
"agent.workstreamRenderError": "No se pudo renderizar el flujo de trabajo",
|
|
183
201
|
"agent.workstreams": "Flujos de trabajo",
|
|
184
202
|
"agent.yes": "Sí",
|
|
203
|
+
"agent.youStoppedAfter": "Detuviste después de {{duration}}",
|
|
185
204
|
"auth.blocked.body": "{{name}} usa Vertesia, pero no encontramos una invitación para {{email}}. Pide a un administrador que te agregue para comenzar.",
|
|
186
205
|
"auth.blocked.eyebrow": "Invitación requerida",
|
|
187
206
|
"auth.blocked.teamFromDomain": "Grupo {{domain}}",
|
|
@@ -233,7 +252,6 @@
|
|
|
233
252
|
"filter.filterPlaceholder": "Filtrar...",
|
|
234
253
|
"filter.from": "Desde:",
|
|
235
254
|
"filter.noAvailableFilters": "No hay filtros disponibles",
|
|
236
|
-
"filter.noMatchingFilters": "No hay filtros coincidentes",
|
|
237
255
|
"filter.noResultsFound": "No se encontraron resultados.",
|
|
238
256
|
"filter.selectRange": "Seleccionar rango",
|
|
239
257
|
"filter.to": "Hasta:",
|
|
@@ -277,11 +295,23 @@
|
|
|
277
295
|
"login.terminal.projectRequiredDesc": "Por favor, selecciona un proyecto para autorizar al cliente a acceder a los servidores ComposablePrompts",
|
|
278
296
|
"login.terminal.selectAccount": "Seleccionar cuenta",
|
|
279
297
|
"login.terminal.selectProject": "Seleccionar proyecto",
|
|
298
|
+
"mcpConnections.activateAria": "Activar {{name}} para esta conversación",
|
|
299
|
+
"mcpConnections.checkingStatus": "Comprobando estado",
|
|
300
|
+
"mcpConnections.deactivateAria": "Desactivar {{name}} para esta conversación",
|
|
301
|
+
"mcpConnections.disabled": "Desactivado",
|
|
302
|
+
"mcpConnections.empty": "No hay servidores MCP instalados para este proyecto.",
|
|
303
|
+
"mcpConnections.enabled": "Activado",
|
|
304
|
+
"mcpConnections.label": "MCP",
|
|
305
|
+
"mcpConnections.manage": "Gestionar conexiones MCP",
|
|
306
|
+
"mcpConnections.settings": "Configuración",
|
|
307
|
+
"mcpConnections.subtitle": "Gestiona los servidores MCP disponibles para esta conversación.",
|
|
308
|
+
"mcpConnections.title": "MCP",
|
|
280
309
|
"mcpOAuth.authenticate": "Autenticar",
|
|
281
310
|
"mcpOAuth.authenticating": "Autenticando...",
|
|
282
311
|
"mcpOAuth.connect": "Conectar",
|
|
283
312
|
"mcpOAuth.connected": "Conectado",
|
|
284
313
|
"mcpOAuth.connecting": "Conectando...",
|
|
314
|
+
"mcpOAuth.decline": "Rechazar",
|
|
285
315
|
"mcpOAuth.disconnect": "Desconectar",
|
|
286
316
|
"mcpOAuth.notConnected": "No conectado",
|
|
287
317
|
"misc.copiedToClipboard": "Copiado al portapapeles",
|