@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.
Files changed (337) hide show
  1. package/lib/core/components/shadcn/dropdown.d.ts.map +1 -1
  2. package/lib/core/components/shadcn/dropdown.js +6 -2
  3. package/lib/core/components/shadcn/dropdown.js.map +1 -1
  4. package/lib/core/components/shadcn/filters/filterBar.d.ts.map +1 -1
  5. package/lib/core/components/shadcn/filters/filterBar.js +9 -2
  6. package/lib/core/components/shadcn/filters/filterBar.js.map +1 -1
  7. package/lib/core/components/shadcn/modal/ConfirmModal.d.ts +16 -1
  8. package/lib/core/components/shadcn/modal/ConfirmModal.d.ts.map +1 -1
  9. package/lib/core/components/shadcn/modal/ConfirmModal.js +25 -3
  10. package/lib/core/components/shadcn/modal/ConfirmModal.js.map +1 -1
  11. package/lib/core/components/shadcn/modal/dialog.js +1 -1
  12. package/lib/core/components/shadcn/modal/dialog.js.map +1 -1
  13. package/lib/core/components/shadcn/popover.d.ts.map +1 -1
  14. package/lib/core/components/shadcn/popover.js +3 -1
  15. package/lib/core/components/shadcn/popover.js.map +1 -1
  16. package/lib/core/components/shadcn/switch.js +3 -3
  17. package/lib/core/components/shadcn/switch.js.map +1 -1
  18. package/lib/core/components/shadcn/tabs.js +1 -1
  19. package/lib/core/components/shadcn/tabs.js.map +1 -1
  20. package/lib/core/components/shadcn/tooltip.d.ts.map +1 -1
  21. package/lib/core/components/shadcn/tooltip.js +3 -1
  22. package/lib/core/components/shadcn/tooltip.js.map +1 -1
  23. package/lib/env/index.d.ts +0 -19
  24. package/lib/env/index.d.ts.map +1 -1
  25. package/lib/env/index.js +0 -6
  26. package/lib/env/index.js.map +1 -1
  27. package/lib/features/agent/PayloadBuilder.d.ts +4 -0
  28. package/lib/features/agent/PayloadBuilder.d.ts.map +1 -1
  29. package/lib/features/agent/PayloadBuilder.js +16 -0
  30. package/lib/features/agent/PayloadBuilder.js.map +1 -1
  31. package/lib/features/agent/chat/AgentApprovalModeSelector.d.ts +10 -0
  32. package/lib/features/agent/chat/AgentApprovalModeSelector.d.ts.map +1 -0
  33. package/lib/features/agent/chat/AgentApprovalModeSelector.js +50 -0
  34. package/lib/features/agent/chat/AgentApprovalModeSelector.js.map +1 -0
  35. package/lib/features/agent/chat/AgentChatFixtureReplay.d.ts +2 -1
  36. package/lib/features/agent/chat/AgentChatFixtureReplay.d.ts.map +1 -1
  37. package/lib/features/agent/chat/AgentChatFixtureReplay.js +3 -3
  38. package/lib/features/agent/chat/AgentChatFixtureReplay.js.map +1 -1
  39. package/lib/features/agent/chat/AgentRequestInputOverlay.d.ts +5 -2
  40. package/lib/features/agent/chat/AgentRequestInputOverlay.d.ts.map +1 -1
  41. package/lib/features/agent/chat/AgentRequestInputOverlay.js +41 -7
  42. package/lib/features/agent/chat/AgentRequestInputOverlay.js.map +1 -1
  43. package/lib/features/agent/chat/AgentRightPanel.d.ts.map +1 -1
  44. package/lib/features/agent/chat/AgentRightPanel.js +133 -12
  45. package/lib/features/agent/chat/AgentRightPanel.js.map +1 -1
  46. package/lib/features/agent/chat/AnimatedThinkingDots.js +1 -1
  47. package/lib/features/agent/chat/AnimatedThinkingDots.js.map +1 -1
  48. package/lib/features/agent/chat/ArtifactsTab.d.ts.map +1 -1
  49. package/lib/features/agent/chat/ArtifactsTab.js +11 -65
  50. package/lib/features/agent/chat/ArtifactsTab.js.map +1 -1
  51. package/lib/features/agent/chat/AskUserWidget.d.ts +3 -1
  52. package/lib/features/agent/chat/AskUserWidget.d.ts.map +1 -1
  53. package/lib/features/agent/chat/AskUserWidget.js +4 -3
  54. package/lib/features/agent/chat/AskUserWidget.js.map +1 -1
  55. package/lib/features/agent/chat/ModernAgentConversation.d.ts +10 -2
  56. package/lib/features/agent/chat/ModernAgentConversation.d.ts.map +1 -1
  57. package/lib/features/agent/chat/ModernAgentConversation.js +526 -117
  58. package/lib/features/agent/chat/ModernAgentConversation.js.map +1 -1
  59. package/lib/features/agent/chat/ModernAgentOutput/ActiveWorkstreamsSummary.d.ts +8 -0
  60. package/lib/features/agent/chat/ModernAgentOutput/ActiveWorkstreamsSummary.d.ts.map +1 -0
  61. package/lib/features/agent/chat/ModernAgentOutput/ActiveWorkstreamsSummary.js +19 -0
  62. package/lib/features/agent/chat/ModernAgentOutput/ActiveWorkstreamsSummary.js.map +1 -0
  63. package/lib/features/agent/chat/ModernAgentOutput/AllMessagesMixed.d.ts +8 -2
  64. package/lib/features/agent/chat/ModernAgentOutput/AllMessagesMixed.d.ts.map +1 -1
  65. package/lib/features/agent/chat/ModernAgentOutput/AllMessagesMixed.js +551 -92
  66. package/lib/features/agent/chat/ModernAgentOutput/AllMessagesMixed.js.map +1 -1
  67. package/lib/features/agent/chat/ModernAgentOutput/AttachmentPreview.d.ts.map +1 -1
  68. package/lib/features/agent/chat/ModernAgentOutput/AttachmentPreview.js +7 -6
  69. package/lib/features/agent/chat/ModernAgentOutput/AttachmentPreview.js.map +1 -1
  70. package/lib/features/agent/chat/ModernAgentOutput/Header.js +2 -2
  71. package/lib/features/agent/chat/ModernAgentOutput/Header.js.map +1 -1
  72. package/lib/features/agent/chat/ModernAgentOutput/MessageDeliveryStatus.d.ts +8 -0
  73. package/lib/features/agent/chat/ModernAgentOutput/MessageDeliveryStatus.d.ts.map +1 -0
  74. package/lib/features/agent/chat/ModernAgentOutput/MessageDeliveryStatus.js +61 -0
  75. package/lib/features/agent/chat/ModernAgentOutput/MessageDeliveryStatus.js.map +1 -0
  76. package/lib/features/agent/chat/ModernAgentOutput/MessageInput.d.ts +15 -2
  77. package/lib/features/agent/chat/ModernAgentOutput/MessageInput.d.ts.map +1 -1
  78. package/lib/features/agent/chat/ModernAgentOutput/MessageInput.js +28 -38
  79. package/lib/features/agent/chat/ModernAgentOutput/MessageInput.js.map +1 -1
  80. package/lib/features/agent/chat/ModernAgentOutput/MessageItem.d.ts +1 -1
  81. package/lib/features/agent/chat/ModernAgentOutput/MessageItem.d.ts.map +1 -1
  82. package/lib/features/agent/chat/ModernAgentOutput/MessageItem.js +3 -2
  83. package/lib/features/agent/chat/ModernAgentOutput/MessageItem.js.map +1 -1
  84. package/lib/features/agent/chat/ModernAgentOutput/SlideInPanel.js +2 -1
  85. package/lib/features/agent/chat/ModernAgentOutput/SlideInPanel.js.map +1 -1
  86. package/lib/features/agent/chat/ModernAgentOutput/SlidingMessages.js +1 -1
  87. package/lib/features/agent/chat/ModernAgentOutput/SlidingMessages.js.map +1 -1
  88. package/lib/features/agent/chat/ModernAgentOutput/SummaryConversation.d.ts +5 -0
  89. package/lib/features/agent/chat/ModernAgentOutput/SummaryConversation.d.ts.map +1 -1
  90. package/lib/features/agent/chat/ModernAgentOutput/SummaryConversation.js +59 -4
  91. package/lib/features/agent/chat/ModernAgentOutput/SummaryConversation.js.map +1 -1
  92. package/lib/features/agent/chat/ModernAgentOutput/WorkstreamTabs.js +2 -2
  93. package/lib/features/agent/chat/ModernAgentOutput/WorkstreamTabs.js.map +1 -1
  94. package/lib/features/agent/chat/ModernAgentOutput/requestInputMessages.d.ts +9 -0
  95. package/lib/features/agent/chat/ModernAgentOutput/requestInputMessages.d.ts.map +1 -1
  96. package/lib/features/agent/chat/ModernAgentOutput/requestInputMessages.js +180 -0
  97. package/lib/features/agent/chat/ModernAgentOutput/requestInputMessages.js.map +1 -1
  98. package/lib/features/agent/chat/ModernAgentOutput/utils.d.ts +6 -0
  99. package/lib/features/agent/chat/ModernAgentOutput/utils.d.ts.map +1 -1
  100. package/lib/features/agent/chat/ModernAgentOutput/utils.js +92 -2
  101. package/lib/features/agent/chat/ModernAgentOutput/utils.js.map +1 -1
  102. package/lib/features/agent/chat/clipboardFiles.d.ts +15 -0
  103. package/lib/features/agent/chat/clipboardFiles.d.ts.map +1 -0
  104. package/lib/features/agent/chat/clipboardFiles.js +35 -0
  105. package/lib/features/agent/chat/clipboardFiles.js.map +1 -0
  106. package/lib/features/agent/chat/hooks/useAgentStream.d.ts +6 -0
  107. package/lib/features/agent/chat/hooks/useAgentStream.d.ts.map +1 -1
  108. package/lib/features/agent/chat/hooks/useAgentStream.js +218 -37
  109. package/lib/features/agent/chat/hooks/useAgentStream.js.map +1 -1
  110. package/lib/features/agent/chat/hooks/useArtifacts.d.ts +1 -8
  111. package/lib/features/agent/chat/hooks/useArtifacts.d.ts.map +1 -1
  112. package/lib/features/agent/chat/hooks/useArtifacts.js +10 -28
  113. package/lib/features/agent/chat/hooks/useArtifacts.js.map +1 -1
  114. package/lib/features/agent/chat/index.d.ts +2 -1
  115. package/lib/features/agent/chat/index.d.ts.map +1 -1
  116. package/lib/features/agent/chat/index.js +2 -1
  117. package/lib/features/agent/chat/index.js.map +1 -1
  118. package/lib/features/agent/chat/workstreams.d.ts +1 -0
  119. package/lib/features/agent/chat/workstreams.d.ts.map +1 -1
  120. package/lib/features/agent/chat/workstreams.js +28 -0
  121. package/lib/features/agent/chat/workstreams.js.map +1 -1
  122. package/lib/features/facets/AgentRunnerFacetsNav.d.ts +10 -1
  123. package/lib/features/facets/AgentRunnerFacetsNav.d.ts.map +1 -1
  124. package/lib/features/facets/AgentRunnerFacetsNav.js +6 -3
  125. package/lib/features/facets/AgentRunnerFacetsNav.js.map +1 -1
  126. package/lib/features/facets/CollectionsFacetsNav.d.ts +10 -1
  127. package/lib/features/facets/CollectionsFacetsNav.d.ts.map +1 -1
  128. package/lib/features/facets/CollectionsFacetsNav.js +14 -5
  129. package/lib/features/facets/CollectionsFacetsNav.js.map +1 -1
  130. package/lib/features/facets/PromptsFacetsNav.d.ts +10 -1
  131. package/lib/features/facets/PromptsFacetsNav.d.ts.map +1 -1
  132. package/lib/features/facets/PromptsFacetsNav.js +14 -5
  133. package/lib/features/facets/PromptsFacetsNav.js.map +1 -1
  134. package/lib/features/facets/RunsFacetsNav.d.ts +10 -1
  135. package/lib/features/facets/RunsFacetsNav.d.ts.map +1 -1
  136. package/lib/features/facets/RunsFacetsNav.js +14 -5
  137. package/lib/features/facets/RunsFacetsNav.js.map +1 -1
  138. package/lib/features/index.d.ts +0 -1
  139. package/lib/features/index.d.ts.map +1 -1
  140. package/lib/features/index.js +0 -1
  141. package/lib/features/index.js.map +1 -1
  142. package/lib/features/oauth/McpConnectionsButton.d.ts +30 -0
  143. package/lib/features/oauth/McpConnectionsButton.d.ts.map +1 -0
  144. package/lib/features/oauth/McpConnectionsButton.js +70 -0
  145. package/lib/features/oauth/McpConnectionsButton.js.map +1 -0
  146. package/lib/features/oauth/McpConnectionsDialog.d.ts +25 -0
  147. package/lib/features/oauth/McpConnectionsDialog.d.ts.map +1 -0
  148. package/lib/features/oauth/McpConnectionsDialog.js +26 -0
  149. package/lib/features/oauth/McpConnectionsDialog.js.map +1 -0
  150. package/lib/features/oauth/RemoteMcpConnectionButton.d.ts.map +1 -1
  151. package/lib/features/oauth/RemoteMcpConnectionButton.js +14 -6
  152. package/lib/features/oauth/RemoteMcpConnectionButton.js.map +1 -1
  153. package/lib/features/oauth/index.d.ts +3 -0
  154. package/lib/features/oauth/index.d.ts.map +1 -1
  155. package/lib/features/oauth/index.js +3 -0
  156. package/lib/features/oauth/index.js.map +1 -1
  157. package/lib/features/oauth/useMcpConnections.d.ts +44 -0
  158. package/lib/features/oauth/useMcpConnections.d.ts.map +1 -0
  159. package/lib/features/oauth/useMcpConnections.js +168 -0
  160. package/lib/features/oauth/useMcpConnections.js.map +1 -0
  161. package/lib/features/permissions/UserPermissionsProvider.d.ts +4 -6
  162. package/lib/features/permissions/UserPermissionsProvider.d.ts.map +1 -1
  163. package/lib/features/permissions/UserPermissionsProvider.js +40 -42
  164. package/lib/features/permissions/UserPermissionsProvider.js.map +1 -1
  165. package/lib/features/store/objects/DocumentPreviewPanel.d.ts.map +1 -1
  166. package/lib/features/store/objects/DocumentPreviewPanel.js +2 -1
  167. package/lib/features/store/objects/DocumentPreviewPanel.js.map +1 -1
  168. package/lib/features/store/objects/DocumentQuickFilter.d.ts +23 -0
  169. package/lib/features/store/objects/DocumentQuickFilter.d.ts.map +1 -0
  170. package/lib/features/store/objects/DocumentQuickFilter.js +30 -0
  171. package/lib/features/store/objects/DocumentQuickFilter.js.map +1 -0
  172. package/lib/features/store/objects/DocumentSearchResults.d.ts.map +1 -1
  173. package/lib/features/store/objects/DocumentSearchResults.js +17 -1
  174. package/lib/features/store/objects/DocumentSearchResults.js.map +1 -1
  175. package/lib/features/store/objects/components/ContentOverview.d.ts.map +1 -1
  176. package/lib/features/store/objects/components/ContentOverview.js +17 -74
  177. package/lib/features/store/objects/components/ContentOverview.js.map +1 -1
  178. package/lib/features/store/objects/layout/DocumentTableColumn.d.ts +7 -1
  179. package/lib/features/store/objects/layout/DocumentTableColumn.d.ts.map +1 -1
  180. package/lib/features/store/objects/layout/DocumentTableColumn.js +27 -3
  181. package/lib/features/store/objects/layout/DocumentTableColumn.js.map +1 -1
  182. package/lib/features/store/objects/layout/documentLayout.js +1 -1
  183. package/lib/features/store/objects/layout/renderers.d.ts +2 -1
  184. package/lib/features/store/objects/layout/renderers.d.ts.map +1 -1
  185. package/lib/features/store/objects/layout/renderers.js +27 -20
  186. package/lib/features/store/objects/layout/renderers.js.map +1 -1
  187. package/lib/features/store/types/ContentObjectTypesSearch.d.ts.map +1 -1
  188. package/lib/features/store/types/ContentObjectTypesSearch.js +4 -1
  189. package/lib/features/store/types/ContentObjectTypesSearch.js.map +1 -1
  190. package/lib/features/store/types/ContentObjectTypesTable.d.ts +2 -1
  191. package/lib/features/store/types/ContentObjectTypesTable.d.ts.map +1 -1
  192. package/lib/features/store/types/ContentObjectTypesTable.js +8 -3
  193. package/lib/features/store/types/ContentObjectTypesTable.js.map +1 -1
  194. package/lib/i18n/instance.d.ts.map +1 -1
  195. package/lib/i18n/instance.js +1 -0
  196. package/lib/i18n/instance.js.map +1 -1
  197. package/lib/i18n/locales/ar.json +72 -45
  198. package/lib/i18n/locales/de.json +65 -34
  199. package/lib/i18n/locales/en.json +63 -47
  200. package/lib/i18n/locales/es.json +65 -35
  201. package/lib/i18n/locales/fr.json +65 -35
  202. package/lib/i18n/locales/it.json +72 -42
  203. package/lib/i18n/locales/ja.json +72 -41
  204. package/lib/i18n/locales/ko.json +72 -41
  205. package/lib/i18n/locales/pt.json +72 -42
  206. package/lib/i18n/locales/ru.json +72 -43
  207. package/lib/i18n/locales/tr.json +72 -41
  208. package/lib/i18n/locales/zh-TW.json +72 -41
  209. package/lib/i18n/locales/zh.json +72 -41
  210. package/lib/session/UserSession.d.ts +0 -6
  211. package/lib/session/UserSession.d.ts.map +1 -1
  212. package/lib/session/UserSession.js +0 -15
  213. package/lib/session/UserSession.js.map +1 -1
  214. package/lib/session/UserSessionProvider.d.ts.map +1 -1
  215. package/lib/session/UserSessionProvider.js +39 -98
  216. package/lib/session/UserSessionProvider.js.map +1 -1
  217. package/lib/session/auth/composable.d.ts.map +1 -1
  218. package/lib/session/auth/composable.js +3 -33
  219. package/lib/session/auth/composable.js.map +1 -1
  220. package/lib/shell/login/SignInPrimitives.d.ts.map +1 -1
  221. package/lib/shell/login/SignInPrimitives.js +3 -2
  222. package/lib/shell/login/SignInPrimitives.js.map +1 -1
  223. package/lib/vertesia-ui-core.js +1 -1
  224. package/lib/vertesia-ui-core.js.map +1 -1
  225. package/lib/vertesia-ui-env.js +1 -1
  226. package/lib/vertesia-ui-env.js.map +1 -1
  227. package/lib/vertesia-ui-features.js +1 -1
  228. package/lib/vertesia-ui-features.js.map +1 -1
  229. package/lib/vertesia-ui-i18n.js +1 -1
  230. package/lib/vertesia-ui-i18n.js.map +1 -1
  231. package/lib/vertesia-ui-session.js +1 -1
  232. package/lib/vertesia-ui-session.js.map +1 -1
  233. package/lib/vertesia-ui-shell.js +1 -1
  234. package/lib/vertesia-ui-shell.js.map +1 -1
  235. package/lib/vertesia-ui-widgets.js +1 -1
  236. package/lib/vertesia-ui-widgets.js.map +1 -1
  237. package/lib/widgets/schema-editor/editor/Editable.js +1 -1
  238. package/lib/widgets/schema-editor/editor/Editable.js.map +1 -1
  239. package/llms.txt +70 -70
  240. package/package.json +35 -32
  241. package/src/core/components/shadcn/dropdown.tsx +2 -0
  242. package/src/core/components/shadcn/filters/filterBar.tsx +9 -2
  243. package/src/core/components/shadcn/modal/ConfirmModal.tsx +65 -3
  244. package/src/core/components/shadcn/modal/dialog.tsx +1 -1
  245. package/src/core/components/shadcn/popover.tsx +1 -0
  246. package/src/core/components/shadcn/switch.tsx +4 -4
  247. package/src/core/components/shadcn/tabs.tsx +1 -1
  248. package/src/core/components/shadcn/tooltip.tsx +1 -0
  249. package/src/env/index.ts +0 -24
  250. package/src/features/agent/PayloadBuilder.tsx +18 -0
  251. package/src/features/agent/chat/AgentApprovalModeSelector.tsx +130 -0
  252. package/src/features/agent/chat/AgentChatFixtureReplay.test.tsx +22 -2
  253. package/src/features/agent/chat/AgentChatFixtureReplay.tsx +33 -27
  254. package/src/features/agent/chat/AgentRequestInputOverlay.test.tsx +122 -0
  255. package/src/features/agent/chat/AgentRequestInputOverlay.tsx +91 -17
  256. package/src/features/agent/chat/AgentRightPanel.tsx +238 -50
  257. package/src/features/agent/chat/AnimatedThinkingDots.tsx +1 -1
  258. package/src/features/agent/chat/ArtifactsTab.tsx +21 -155
  259. package/src/features/agent/chat/AskUserWidget.tsx +6 -2
  260. package/src/features/agent/chat/ModernAgentConversation.test.tsx +1157 -47
  261. package/src/features/agent/chat/ModernAgentConversation.tsx +703 -136
  262. package/src/features/agent/chat/ModernAgentOutput/ActiveWorkstreamsSummary.tsx +74 -0
  263. package/src/features/agent/chat/ModernAgentOutput/AllMessagesMixed.test.tsx +1420 -126
  264. package/src/features/agent/chat/ModernAgentOutput/AllMessagesMixed.tsx +934 -111
  265. package/src/features/agent/chat/ModernAgentOutput/AttachmentPreview.tsx +31 -40
  266. package/src/features/agent/chat/ModernAgentOutput/Header.tsx +28 -28
  267. package/src/features/agent/chat/ModernAgentOutput/MessageDeliveryStatus.tsx +83 -0
  268. package/src/features/agent/chat/ModernAgentOutput/MessageInput.test.tsx +38 -2
  269. package/src/features/agent/chat/ModernAgentOutput/MessageInput.tsx +121 -98
  270. package/src/features/agent/chat/ModernAgentOutput/MessageItem.tsx +7 -1
  271. package/src/features/agent/chat/ModernAgentOutput/SlideInPanel.tsx +3 -3
  272. package/src/features/agent/chat/ModernAgentOutput/SlidingMessages.tsx +1 -1
  273. package/src/features/agent/chat/ModernAgentOutput/SummaryConversation.ts +82 -2
  274. package/src/features/agent/chat/ModernAgentOutput/WorkstreamTabs.tsx +2 -2
  275. package/src/features/agent/chat/ModernAgentOutput/requestInputMessages.ts +216 -0
  276. package/src/features/agent/chat/ModernAgentOutput/utils.test.ts +149 -0
  277. package/src/features/agent/chat/ModernAgentOutput/utils.ts +103 -2
  278. package/src/features/agent/chat/clipboardFiles.ts +33 -0
  279. package/src/features/agent/chat/hooks/useAgentStream.test.tsx +355 -4
  280. package/src/features/agent/chat/hooks/useAgentStream.ts +270 -43
  281. package/src/features/agent/chat/hooks/useArtifacts.ts +11 -44
  282. package/src/features/agent/chat/index.ts +10 -1
  283. package/src/features/agent/chat/workstreams.ts +42 -0
  284. package/src/features/facets/AgentRunnerFacetsNav.tsx +23 -3
  285. package/src/features/facets/CollectionsFacetsNav.tsx +30 -5
  286. package/src/features/facets/PromptsFacetsNav.tsx +30 -5
  287. package/src/features/facets/RunsFacetsNav.tsx +32 -5
  288. package/src/features/index.ts +0 -1
  289. package/src/features/oauth/McpConnectionsButton.test.tsx +248 -0
  290. package/src/features/oauth/McpConnectionsButton.tsx +269 -0
  291. package/src/features/oauth/McpConnectionsDialog.tsx +142 -0
  292. package/src/features/oauth/RemoteMcpConnectionButton.tsx +37 -14
  293. package/src/features/oauth/index.ts +3 -0
  294. package/src/features/oauth/useMcpConnections.test.ts +94 -0
  295. package/src/features/oauth/useMcpConnections.ts +210 -0
  296. package/src/features/permissions/UserPermissionsProvider.tsx +41 -59
  297. package/src/features/store/objects/DocumentPreviewPanel.tsx +4 -2
  298. package/src/features/store/objects/DocumentQuickFilter.tsx +72 -0
  299. package/src/features/store/objects/DocumentSearchResults.tsx +30 -11
  300. package/src/features/store/objects/components/ContentOverview.tsx +30 -99
  301. package/src/features/store/objects/layout/DocumentTableColumn.tsx +29 -4
  302. package/src/features/store/objects/layout/documentLayout.tsx +1 -1
  303. package/src/features/store/objects/layout/renderers.tsx +80 -20
  304. package/src/features/store/types/ContentObjectTypesSearch.tsx +7 -1
  305. package/src/features/store/types/ContentObjectTypesTable.tsx +34 -4
  306. package/src/i18n/instance.ts +1 -0
  307. package/src/i18n/locales/ar.json +72 -45
  308. package/src/i18n/locales/de.json +65 -34
  309. package/src/i18n/locales/en.json +63 -47
  310. package/src/i18n/locales/es.json +65 -35
  311. package/src/i18n/locales/fr.json +65 -35
  312. package/src/i18n/locales/it.json +72 -42
  313. package/src/i18n/locales/ja.json +72 -41
  314. package/src/i18n/locales/ko.json +72 -41
  315. package/src/i18n/locales/pt.json +72 -42
  316. package/src/i18n/locales/ru.json +72 -43
  317. package/src/i18n/locales/tr.json +72 -41
  318. package/src/i18n/locales/zh-TW.json +72 -41
  319. package/src/i18n/locales/zh.json +72 -41
  320. package/src/i18n/rtl.test.ts +57 -1
  321. package/src/session/UserSession.ts +0 -16
  322. package/src/session/UserSessionProvider.tsx +51 -123
  323. package/src/session/auth/composable.ts +3 -34
  324. package/src/shell/login/SignInPrimitives.tsx +3 -2
  325. package/src/widgets/schema-editor/editor/Editable.tsx +1 -1
  326. package/lib/features/document-viewer/UniversalDocumentViewer.d.ts +0 -73
  327. package/lib/features/document-viewer/UniversalDocumentViewer.d.ts.map +0 -1
  328. package/lib/features/document-viewer/UniversalDocumentViewer.js +0 -415
  329. package/lib/features/document-viewer/UniversalDocumentViewer.js.map +0 -1
  330. package/lib/features/document-viewer/index.d.ts +0 -2
  331. package/lib/features/document-viewer/index.d.ts.map +0 -1
  332. package/lib/features/document-viewer/index.js +0 -2
  333. package/lib/features/document-viewer/index.js.map +0 -1
  334. package/src/features/document-viewer/UniversalDocumentViewer.test.tsx +0 -123
  335. package/src/features/document-viewer/UniversalDocumentViewer.tsx +0 -746
  336. package/src/features/document-viewer/index.ts +0 -1
  337. package/src/session/auth/composable.test.ts +0 -79
@@ -1,30 +1,45 @@
1
1
  {
2
2
  "agent.activeWorkstreams_one": "エージェントは{{count}}つのアクティブなワークストリームを実行中",
3
3
  "agent.activeWorkstreams_other": "エージェントは{{count}}つのアクティブなワークストリームを実行中",
4
+ "agent.addAttachment": "添付ファイルを追加",
4
5
  "agent.agentConversation": "エージェント会話",
5
- "agent.agentInterrupted": "エージェントが中断されました",
6
6
  "agent.agentPlan": "エージェントプラン",
7
- "agent.agentProcessing": "エージェントが処理中です。完了後に続行できます...",
8
7
  "agent.agentRunIdCopied": "エージェント実行IDをコピーしました",
9
8
  "agent.agentStarted": "エージェントが開始しました",
10
- "agent.agentWorking": "エージェントが作業中... (Esc Escで停止)",
11
- "agent.agentWorkingStop": "エージェントが作業中... Escを2回押すか停止をクリックして中断",
12
9
  "agent.allMessages": "すべてのメッセージ",
10
+ "agent.approvalMode.ask": "承認を求める",
11
+ "agent.approvalMode.askDescription": "変更または破壊的な操作の前に確認する",
12
+ "agent.approvalMode.autoReview": "自動で承認",
13
+ "agent.approvalMode.autoReviewDescription": "変更操作を自動で確認し、安全でない場合のみ尋ねる",
14
+ "agent.approvalMode.cancel": "キャンセル",
15
+ "agent.approvalMode.changeFailed": "承認モードを変更できませんでした",
16
+ "agent.approvalMode.confirmFullControl": "フルコントロールを使用",
17
+ "agent.approvalMode.confirmFullControlDescription": "この会話では、エージェントが変更操作を承認なしで実行します。",
18
+ "agent.approvalMode.confirmFullControlTitle": "フルコントロールに切り替えますか?",
19
+ "agent.approvalMode.dropdownTitle": "エージェントの操作をどのように承認しますか?",
20
+ "agent.approvalMode.fullControl": "フルコントロール",
21
+ "agent.approvalMode.fullControlDescription": "変更操作を承認なしで実行",
22
+ "agent.approvalMode.selectorLabel": "エージェント承認モード",
13
23
  "agent.artifacts": "アーティファクト",
14
- "agent.askAnything": "何でも聞いてください... (ファイルをドロップまたは貼り付け)",
24
+ "agent.backToMainAgent": "メインエージェントに戻る",
15
25
  "agent.batch": "バッチ",
16
- "agent.browserScreenshot": "",
17
- "agent.browserScreenshotPending": "",
18
- "agent.browserUse": "",
19
- "agent.browserWidgetRenderError": "",
26
+ "agent.browserPreview": "ブラウザプレビュー",
27
+ "agent.browserScreenshot": "ブラウザのスクリーンショット",
28
+ "agent.browserScreenshotPending": "ブラウザのスクリーンショットを待機中",
29
+ "agent.browserUse": "ブラウザ使用",
30
+ "agent.browserWidgetRenderError": "ブラウザウィジェットを表示できませんでした",
20
31
  "agent.canceled": "キャンセル済み",
21
32
  "agent.canceling": "キャンセル中",
22
33
  "agent.cancelWorkflow": "ワークフローをキャンセル",
34
+ "agent.clickToCompactNow": "クリックして今すぐ圧縮。",
23
35
  "agent.clickToEnlarge": "クリックして拡大",
24
36
  "agent.cloneConversation": "会話を複製",
25
37
  "agent.close": "閉じる",
26
38
  "agent.closeFullscreen": "フルスクリーンを閉じる",
27
39
  "agent.completed": "完了",
40
+ "agent.contextRemainingUntilCompact": "自動圧縮まで残りコンテキスト {{percent}}%。",
41
+ "agent.contextTokenUsage": "コンテキストサイズ: {{used}} / {{limit}} トークン",
42
+ "agent.contextUsageCompactLabel": "コンテキスト使用率 {{percent}}% - クリックして圧縮",
28
43
  "agent.conversationCloned": "会話が複製されました",
29
44
  "agent.copied": "コピー済み",
30
45
  "agent.copiedAllToolCalls": "すべてのツール呼び出しをクリップボードにコピーしました",
@@ -41,15 +56,12 @@
41
56
  "agent.dashboard": "ダッシュボード",
42
57
  "agent.details": "詳細",
43
58
  "agent.document": "ドキュメント",
44
- "agent.documentAttachments": "添付ドキュメント",
45
- "agent.documentAttachmentsDescription": "ストアからのドキュメントがこのメッセージに添付されています。エージェントはいつでもIDで再取得したり、再添付してコンテンツを直接含めることができます。",
46
59
  "agent.documents": "ドキュメント",
47
60
  "agent.download": "ダウンロード",
48
61
  "agent.downloadConversation": "会話をダウンロード",
49
62
  "agent.dropFilesToUpload": "ファイルをドロップしてアップロード",
50
63
  "agent.elapsed": "{{seconds}}秒経過",
51
64
  "agent.enlargedView": "拡大表示",
52
- "agent.enterToSend": "Enterで送信 / Shift+Enterで改行",
53
65
  "agent.error": "エラー",
54
66
  "agent.errorStarting": "ワークフローの開始エラー",
55
67
  "agent.exit": "終了",
@@ -63,14 +75,13 @@
63
75
  "agent.failed": "失敗",
64
76
  "agent.failedToCancelWorkflow": "ワークフローのキャンセルに失敗しました",
65
77
  "agent.failedToCloneConversation": "会話の複製に失敗しました",
78
+ "agent.failedToCompactContext": "コンテキストの圧縮に失敗しました",
66
79
  "agent.failedToDownload": "会話のダウンロードに失敗しました",
67
80
  "agent.failedToInterrupt": "中断に失敗しました",
68
81
  "agent.failedToLoadDocument": "ドキュメントの読み込みに失敗しました",
69
82
  "agent.failedToSend": "メッセージの送信に失敗しました",
70
83
  "agent.filesProcessing": "ファイルを処理中",
71
- "agent.filesStagedCount_one": "{{count}}個のファイルがステージ済み - 会話開始時にアップロードされます",
72
- "agent.filesStagedCount_other": "{{count}}個のファイルがステージ済み - 会話開始時にアップロードされます",
73
- "agent.filesUploadedDescription": "この会話にアップロードされたファイルは常に利用可能です。エージェントはいつでもアクセスできます。",
84
+ "agent.fileStagedTooltip": "ファイルがステージ済み - 会話開始時にアップロードされます",
74
85
  "agent.fullscreen": "フルスクリーン",
75
86
  "agent.hideDetails": "詳細を非表示",
76
87
  "agent.hideSidebar": "サイドバーを非表示",
@@ -81,10 +92,18 @@
81
92
  "agent.loadingDocument": "ドキュメントを読み込み中...",
82
93
  "agent.main": "メイン",
83
94
  "agent.mainWorkstream": "メインワークストリーム",
95
+ "agent.mcpConnectedMessage": "{{name}} に接続しました。",
96
+ "agent.mcpDeclinedMessage": "{{name}} には接続したくありません。この接続なしで続行してください。",
97
+ "agent.messageConsumed": "メッセージを処理済み",
98
+ "agent.messageFailed": "メッセージの送信に失敗しました",
99
+ "agent.messageMainAgentWhileViewingWorkstream": "@メインエージェントにメッセージ({{workstream}}を表示中)...",
100
+ "agent.messageReceived": "メッセージを受信しました",
101
+ "agent.messageSending": "メッセージを送信中",
84
102
  "agent.moreActions": "その他のアクション",
103
+ "agent.moreTabs": "その他",
85
104
  "agent.newerPlan": "新しいプラン",
86
105
  "agent.no": "いいえ",
87
- "agent.noActiveWorkstreams": "アクティブなワークストリームなし",
106
+ "agent.noActiveParallelTasks": "実行中の並列タスクはありません",
88
107
  "agent.noAgentRunning": "現在実行中のエージェントはありません",
89
108
  "agent.noArtifactsYet": "アーティファクトはまだありません",
90
109
  "agent.noContentAvailable": "利用可能なコンテンツがありません",
@@ -96,11 +115,11 @@
96
115
  "agent.noPlanAvailable": "利用可能なプランなし",
97
116
  "agent.noPlanDetected": "まだプランが検出されていません",
98
117
  "agent.olderPlan": "古いプラン",
99
- "agent.onlySystemArtifacts": "",
100
118
  "agent.openDocument": "ドキュメントを開く",
101
119
  "agent.openInNewTab": "新しいタブで開く",
102
- "agent.panelRenderError": "",
103
- "agent.panelRenderErrorDescription": "",
120
+ "agent.panelRenderError": "{{name}} を表示できませんでした",
121
+ "agent.panelRenderErrorDescription": "エージェントビューアの残りの部分は引き続き利用できます。",
122
+ "agent.parallelWorkDescription": "この会話と並行して実行中のタスクです。",
104
123
  "agent.payload": "ペイロード",
105
124
  "agent.pdfExportFailed": "PDFエクスポートに失敗しました",
106
125
  "agent.pdfExportReady": "PDFエクスポートの準備ができました",
@@ -115,60 +134,59 @@
115
134
  "agent.ready": "準備完了",
116
135
  "agent.refresh": "更新",
117
136
  "agent.remaining": "残り{{seconds}}秒",
137
+ "agent.removeFile": "{{name}} を削除",
138
+ "agent.removeFileFailed": "ファイルを削除できませんでした",
118
139
  "agent.retry": "再試行",
140
+ "agent.rewind.exportFixture": "リプレイフィクスチャをエクスポート",
141
+ "agent.rewind.fixtureExported": "リプレイフィクスチャをエクスポートしました",
142
+ "agent.rewind.fixtureMeta": "{{messageCount}} 件のメッセージ · ループ {{loops}}",
143
+ "agent.rewind.fixtureTitle": "エージェントチャットのリプレイ",
144
+ "agent.rewind.jumpToLatest": "最新のメッセージへ移動",
145
+ "agent.rewind.jumpToLive": "ライブへ移動",
146
+ "agent.rewind.jumpToStart": "最初のメッセージへ移動",
147
+ "agent.rewind.label": "再生",
148
+ "agent.rewind.nextMessage": "次のメッセージ",
149
+ "agent.rewind.pause": "一時停止",
150
+ "agent.rewind.positionInput": "再生位置",
151
+ "agent.rewind.previousMessage": "前のメッセージ",
152
+ "agent.rewind.resume": "再開",
119
153
  "agent.runIdCopied": "実行 ID をコピーしました",
120
154
  "agent.running": "実行中",
121
155
  "agent.searchDocuments": "ドキュメントを検索",
122
156
  "agent.selectInteraction": "インタラクションを選択して開始をクリックしてエージェントを起動",
123
- "agent.selectRightPanelSection": "右パネルのセクションを選択",
157
+ "agent.selectOption": "オプションを選択",
124
158
  "agent.send": "送信",
159
+ "agent.sendTooltip": "クリックまたはEnterで送信",
125
160
  "agent.showAllMessages": "すべてのメッセージを表示",
126
161
  "agent.showDetails": "詳細を表示",
127
162
  "agent.showLess": "表示を減らす",
128
163
  "agent.showMore": "さらに表示",
129
164
  "agent.showSidebar": "サイドバーを表示",
130
- "agent.showSystemArtifacts": "",
131
165
  "agent.staged": "ステージ済み",
132
166
  "agent.startAgent": "エージェントを開始",
133
167
  "agent.startingAgent": "エージェントを起動中...",
134
168
  "agent.startingAgentUploading": "エージェントを起動してファイルをアップロード中...",
135
169
  "agent.startNewConversation": "新しい会話を開始",
136
170
  "agent.stepByStepPlan": "ステップバイステッププラン",
137
- "agent.stopAgent": "エージェントを停止",
171
+ "agent.stopTooltip": "クリックまたはEsc Escで停止",
138
172
  "agent.submitSelection": "選択を送信",
139
173
  "agent.submitSelectionCount_one": "選択を送信({{count}})",
140
174
  "agent.submitSelectionCount_other": "選択を送信({{count}})",
141
175
  "agent.summary": "概要",
142
- "agent.verbose": "詳細表示",
143
176
  "agent.taskProgress": "タスクの進捗",
144
177
  "agent.tasksCompleted": "{{completed}}/{{total}} 完了",
145
178
  "agent.timeout": "タイムアウト",
146
- "agent.rewind.exportFixture": "リプレイフィクスチャをエクスポート",
147
- "agent.rewind.fixtureExported": "リプレイフィクスチャをエクスポートしました",
148
- "agent.rewind.fixtureMeta": "{{messageCount}} 件のメッセージ · ループ {{loops}}",
149
- "agent.rewind.fixtureTitle": "エージェントチャットのリプレイ",
150
- "agent.rewind.jumpToLive": "ライブへ移動",
151
- "agent.rewind.label": "再生",
152
- "agent.rewind.livePosition": "ライブ {{current}}/{{total}}",
153
- "agent.rewind.nextMessage": "次のメッセージ",
154
- "agent.rewind.nextUserTurn": "次のユーザーターン",
155
- "agent.rewind.pause": "一時停止",
156
- "agent.rewind.position": "{{current}}/{{total}}",
157
- "agent.rewind.previousMessage": "前のメッセージ",
158
- "agent.rewind.previousUserTurn": "前のユーザーターン",
159
- "agent.rewind.resume": "再開",
160
179
  "agent.toggleRightSidebar": "右サイドバーの切り替え",
161
- "agent.typeNewInstructions": "新しい指示を入力してください",
162
180
  "agent.typeYourMessage": "メッセージを入力...",
163
181
  "agent.typeYourResponse": "回答を入力...",
164
182
  "agent.unableToOpenPrint": "印刷プレビューを開けません",
165
183
  "agent.unknownError": "不明なエラー",
166
184
  "agent.unknownTime": "不明な時刻",
167
185
  "agent.upload": "アップロード",
168
- "agent.uploadedFiles": "アップロードされたファイル",
169
186
  "agent.uploadFailed": "アップロード失敗",
170
187
  "agent.uploading": "アップロード中...",
171
188
  "agent.uploads": "アップロード",
189
+ "agent.verbose": "詳細表示",
172
190
  "agent.waitForFiles": "ファイルの処理完了を待ってください",
173
191
  "agent.waitForFilesProcessing": "送信前にすべてのファイルの処理が完了するまでお待ちください",
174
192
  "agent.waiting": "待機中...",
@@ -176,9 +194,11 @@
176
194
  "agent.workflowCancelled": "ワークフローがキャンセルされました",
177
195
  "agent.workflowRunIdCopied": "ワークフロー実行IDをコピーしました",
178
196
  "agent.working": "作業中...",
179
- "agent.workstreamRenderError": "",
197
+ "agent.workstreamProgress": "{{percent}}% 完了",
198
+ "agent.workstreamRenderError": "ワークストリームを表示できませんでした",
180
199
  "agent.workstreams": "ワークストリーム",
181
200
  "agent.yes": "はい",
201
+ "agent.youStoppedAfter": "{{duration}}後に停止しました",
182
202
  "auth.blocked.body": "{{name}} は Vertesia を利用していますが、{{email}} 宛の招待が見つかりませんでした。管理者に追加を依頼してください。",
183
203
  "auth.blocked.eyebrow": "招待が必要です",
184
204
  "auth.blocked.teamFromDomain": "{{domain}} グループ",
@@ -230,7 +250,6 @@
230
250
  "filter.filterPlaceholder": "フィルター...",
231
251
  "filter.from": "開始:",
232
252
  "filter.noAvailableFilters": "利用可能なフィルターがありません",
233
- "filter.noMatchingFilters": "一致するフィルターがありません",
234
253
  "filter.noResultsFound": "結果が見つかりません。",
235
254
  "filter.selectRange": "範囲を選択",
236
255
  "filter.to": "終了:",
@@ -274,11 +293,23 @@
274
293
  "login.terminal.projectRequiredDesc": "ComposablePromptsサーバーへのアクセスをクライアントに許可するプロジェクトを選択してください",
275
294
  "login.terminal.selectAccount": "アカウントを選択",
276
295
  "login.terminal.selectProject": "プロジェクトを選択",
296
+ "mcpConnections.activateAria": "この会話で {{name}} を有効にする",
297
+ "mcpConnections.checkingStatus": "状態を確認中",
298
+ "mcpConnections.deactivateAria": "この会話で {{name}} を無効にする",
299
+ "mcpConnections.disabled": "無効",
300
+ "mcpConnections.empty": "このプロジェクトには MCP サーバーがインストールされていません。",
301
+ "mcpConnections.enabled": "有効",
302
+ "mcpConnections.label": "MCP",
303
+ "mcpConnections.manage": "MCP 接続を管理",
304
+ "mcpConnections.settings": "設定",
305
+ "mcpConnections.subtitle": "この会話で利用できる MCP サーバーを管理します。",
306
+ "mcpConnections.title": "MCP",
277
307
  "mcpOAuth.authenticate": "認証",
278
308
  "mcpOAuth.authenticating": "認証中...",
279
309
  "mcpOAuth.connect": "接続",
280
310
  "mcpOAuth.connected": "接続済み",
281
311
  "mcpOAuth.connecting": "接続中...",
312
+ "mcpOAuth.decline": "拒否",
282
313
  "mcpOAuth.disconnect": "切断",
283
314
  "mcpOAuth.notConnected": "未接続",
284
315
  "misc.copiedToClipboard": "クリップボードにコピーしました",
@@ -1,30 +1,45 @@
1
1
  {
2
2
  "agent.activeWorkstreams_one": "에이전트가 {{count}}개의 활성 워크스트림을 실행 중",
3
3
  "agent.activeWorkstreams_other": "에이전트가 {{count}}개의 활성 워크스트림을 실행 중",
4
+ "agent.addAttachment": "첨부 파일 추가",
4
5
  "agent.agentConversation": "에이전트 대화",
5
- "agent.agentInterrupted": "에이전트가 중단되었습니다",
6
6
  "agent.agentPlan": "에이전트 계획",
7
- "agent.agentProcessing": "에이전트가 처리 중입니다. 완료되면 계속할 수 있습니다...",
8
7
  "agent.agentRunIdCopied": "에이전트 실행 ID가 복사되었습니다",
9
8
  "agent.agentStarted": "에이전트가 시작되었습니다",
10
- "agent.agentWorking": "에이전트가 작업 중... (Esc Esc로 중지)",
11
- "agent.agentWorkingStop": "에이전트가 작업 중... Esc를 두 번 누르거나 중지를 클릭하여 중단",
12
9
  "agent.allMessages": "모든 메시지",
10
+ "agent.approvalMode.ask": "승인 요청",
11
+ "agent.approvalMode.askDescription": "수정 또는 파괴적인 작업 전에 묻기",
12
+ "agent.approvalMode.autoReview": "대신 승인",
13
+ "agent.approvalMode.autoReviewDescription": "수정 작업을 자동으로 검토하고 안전하지 않을 때만 묻기",
14
+ "agent.approvalMode.cancel": "취소",
15
+ "agent.approvalMode.changeFailed": "승인 모드를 변경하지 못했습니다",
16
+ "agent.approvalMode.confirmFullControl": "전체 제어 사용",
17
+ "agent.approvalMode.confirmFullControlDescription": "이 대화에서 에이전트가 승인 요청 없이 수정 작업을 실행합니다.",
18
+ "agent.approvalMode.confirmFullControlTitle": "전체 제어로 전환할까요?",
19
+ "agent.approvalMode.dropdownTitle": "에이전트 작업을 어떻게 승인할까요?",
20
+ "agent.approvalMode.fullControl": "전체 제어",
21
+ "agent.approvalMode.fullControlDescription": "승인 없이 수정 작업 실행",
22
+ "agent.approvalMode.selectorLabel": "에이전트 승인 모드",
13
23
  "agent.artifacts": "아티팩트",
14
- "agent.askAnything": "무엇이든 물어보세요... (파일 드롭 또는 붙여넣기)",
24
+ "agent.backToMainAgent": "기본 에이전트로 돌아가기",
15
25
  "agent.batch": "배치",
16
- "agent.browserScreenshot": "",
17
- "agent.browserScreenshotPending": "",
18
- "agent.browserUse": "",
19
- "agent.browserWidgetRenderError": "",
26
+ "agent.browserPreview": "브라우저 미리보기",
27
+ "agent.browserScreenshot": "브라우저 스크린샷",
28
+ "agent.browserScreenshotPending": "브라우저 스크린샷 대기 중",
29
+ "agent.browserUse": "브라우저 사용",
30
+ "agent.browserWidgetRenderError": "브라우저 위젯을 렌더링할 수 없습니다",
20
31
  "agent.canceled": "취소됨",
21
32
  "agent.canceling": "취소 중",
22
33
  "agent.cancelWorkflow": "워크플로 취소",
34
+ "agent.clickToCompactNow": "지금 압축하려면 클릭하세요.",
23
35
  "agent.clickToEnlarge": "클릭하여 확대",
24
36
  "agent.cloneConversation": "대화 복제",
25
37
  "agent.close": "닫기",
26
38
  "agent.closeFullscreen": "전체 화면 닫기",
27
39
  "agent.completed": "완료",
40
+ "agent.contextRemainingUntilCompact": "자동 압축까지 컨텍스트 {{percent}}% 남음.",
41
+ "agent.contextTokenUsage": "컨텍스트 크기: {{used}} / {{limit}} 토큰",
42
+ "agent.contextUsageCompactLabel": "컨텍스트 {{percent}}% 사용됨 - 클릭하여 압축",
28
43
  "agent.conversationCloned": "대화가 복제되었습니다",
29
44
  "agent.copied": "복사됨",
30
45
  "agent.copiedAllToolCalls": "모든 도구 호출이 클립보드에 복사되었습니다",
@@ -41,15 +56,12 @@
41
56
  "agent.dashboard": "대시보드",
42
57
  "agent.details": "세부정보",
43
58
  "agent.document": "문서",
44
- "agent.documentAttachments": "문서 첨부파일",
45
- "agent.documentAttachmentsDescription": "이 메시지에 첨부된 스토어의 문서입니다. 에이전트는 언제든지 ID로 다시 가져오거나 다시 첨부하여 콘텐츠를 직접 포함할 수 있습니다.",
46
59
  "agent.documents": "문서",
47
60
  "agent.download": "다운로드",
48
61
  "agent.downloadConversation": "대화 다운로드",
49
62
  "agent.dropFilesToUpload": "파일을 끌어다 놓아 업로드",
50
63
  "agent.elapsed": "{{seconds}}초 경과",
51
64
  "agent.enlargedView": "확대 보기",
52
- "agent.enterToSend": "Enter로 전송 / Shift+Enter로 줄 바꿈",
53
65
  "agent.error": "오류",
54
66
  "agent.errorStarting": "워크플로 시작 오류",
55
67
  "agent.exit": "종료",
@@ -63,14 +75,13 @@
63
75
  "agent.failed": "실패",
64
76
  "agent.failedToCancelWorkflow": "워크플로 취소 실패",
65
77
  "agent.failedToCloneConversation": "대화 복제 실패",
78
+ "agent.failedToCompactContext": "컨텍스트 압축 실패",
66
79
  "agent.failedToDownload": "대화 다운로드에 실패했습니다",
67
80
  "agent.failedToInterrupt": "중단에 실패했습니다",
68
81
  "agent.failedToLoadDocument": "문서 로드 실패",
69
82
  "agent.failedToSend": "메시지 전송에 실패했습니다",
70
83
  "agent.filesProcessing": "파일 처리 중",
71
- "agent.filesStagedCount_one": "{{count}}개의 파일이 준비됨 - 대화 시작 시 업로드됩니다",
72
- "agent.filesStagedCount_other": "{{count}}개의 파일이 준비됨 - 대화 시작 시 업로드됩니다",
73
- "agent.filesUploadedDescription": "이 대화에 업로드된 파일은 계속 사용할 수 있습니다. 에이전트는 언제든지 액세스할 수 있습니다.",
84
+ "agent.fileStagedTooltip": "파일이 준비됨 - 대화 시작 시 업로드됩니다",
74
85
  "agent.fullscreen": "전체 화면",
75
86
  "agent.hideDetails": "세부정보 숨기기",
76
87
  "agent.hideSidebar": "사이드바 숨기기",
@@ -81,10 +92,18 @@
81
92
  "agent.loadingDocument": "문서 로드 중...",
82
93
  "agent.main": "메인",
83
94
  "agent.mainWorkstream": "메인 워크스트림",
95
+ "agent.mcpConnectedMessage": "{{name}}에 연결했습니다.",
96
+ "agent.mcpDeclinedMessage": "{{name}}에 연결하고 싶지 않습니다. 이 연결 없이 계속하세요.",
97
+ "agent.messageConsumed": "메시지가 처리됨",
98
+ "agent.messageFailed": "메시지 전송 실패",
99
+ "agent.messageMainAgentWhileViewingWorkstream": "@기본 에이전트에게 메시지 ({{workstream}} 보는 중)...",
100
+ "agent.messageReceived": "메시지 수신됨",
101
+ "agent.messageSending": "메시지 전송 중",
84
102
  "agent.moreActions": "추가 작업",
103
+ "agent.moreTabs": "더 보기",
85
104
  "agent.newerPlan": "최신 계획",
86
105
  "agent.no": "아니오",
87
- "agent.noActiveWorkstreams": "활성 워크스트림 없음",
106
+ "agent.noActiveParallelTasks": "활성 병렬 작업이 없습니다",
88
107
  "agent.noAgentRunning": "현재 실행 중인 에이전트가 없습니다",
89
108
  "agent.noArtifactsYet": "아직 아티팩트 없음",
90
109
  "agent.noContentAvailable": "사용 가능한 콘텐츠 없음",
@@ -96,11 +115,11 @@
96
115
  "agent.noPlanAvailable": "사용 가능한 계획 없음",
97
116
  "agent.noPlanDetected": "아직 계획이 감지되지 않았습니다",
98
117
  "agent.olderPlan": "이전 계획",
99
- "agent.onlySystemArtifacts": "",
100
118
  "agent.openDocument": "문서 열기",
101
119
  "agent.openInNewTab": "새 탭에서 열기",
102
- "agent.panelRenderError": "",
103
- "agent.panelRenderErrorDescription": "",
120
+ "agent.panelRenderError": "{{name}}을(를) 렌더링할 수 없습니다",
121
+ "agent.panelRenderErrorDescription": "에이전트 뷰어의 나머지 부분은 계속 사용할 수 있습니다.",
122
+ "agent.parallelWorkDescription": "이 대화와 함께 병렬 작업이 실행 중입니다.",
104
123
  "agent.payload": "페이로드",
105
124
  "agent.pdfExportFailed": "PDF 내보내기 실패",
106
125
  "agent.pdfExportReady": "PDF 내보내기 준비 완료",
@@ -115,60 +134,59 @@
115
134
  "agent.ready": "준비 완료",
116
135
  "agent.refresh": "새로고침",
117
136
  "agent.remaining": "{{seconds}}초 남음",
137
+ "agent.removeFile": "{{name}} 제거",
138
+ "agent.removeFileFailed": "파일을 제거하지 못했습니다",
118
139
  "agent.retry": "재시도",
140
+ "agent.rewind.exportFixture": "리플레이 픽스처 내보내기",
141
+ "agent.rewind.fixtureExported": "리플레이 픽스처를 내보냈습니다",
142
+ "agent.rewind.fixtureMeta": "{{messageCount}}개 메시지 · 반복 {{loops}}",
143
+ "agent.rewind.fixtureTitle": "에이전트 채팅 리플레이",
144
+ "agent.rewind.jumpToLatest": "최신 메시지로 이동",
145
+ "agent.rewind.jumpToLive": "라이브로 이동",
146
+ "agent.rewind.jumpToStart": "첫 메시지로 이동",
147
+ "agent.rewind.label": "재생",
148
+ "agent.rewind.nextMessage": "다음 메시지",
149
+ "agent.rewind.pause": "일시 중지",
150
+ "agent.rewind.positionInput": "재생 위치",
151
+ "agent.rewind.previousMessage": "이전 메시지",
152
+ "agent.rewind.resume": "재개",
119
153
  "agent.runIdCopied": "실행 ID가 복사되었습니다",
120
154
  "agent.running": "실행 중",
121
155
  "agent.searchDocuments": "문서 검색",
122
156
  "agent.selectInteraction": "인터랙션을 선택하고 시작을 클릭하여 에이전트를 시작하세요",
123
- "agent.selectRightPanelSection": "오른쪽 패널 섹션 선택",
157
+ "agent.selectOption": "옵션 선택",
124
158
  "agent.send": "보내기",
159
+ "agent.sendTooltip": "클릭하거나 Enter로 전송",
125
160
  "agent.showAllMessages": "모든 메시지 표시",
126
161
  "agent.showDetails": "세부정보 표시",
127
162
  "agent.showLess": "덜 보기",
128
163
  "agent.showMore": "더 보기",
129
164
  "agent.showSidebar": "사이드바 표시",
130
- "agent.showSystemArtifacts": "",
131
165
  "agent.staged": "준비됨",
132
166
  "agent.startAgent": "에이전트 시작",
133
167
  "agent.startingAgent": "에이전트 시작 중...",
134
168
  "agent.startingAgentUploading": "에이전트 시작 및 파일 업로드 중...",
135
169
  "agent.startNewConversation": "새 대화 시작",
136
170
  "agent.stepByStepPlan": "단계별 계획",
137
- "agent.stopAgent": "에이전트 중지",
171
+ "agent.stopTooltip": "클릭하거나 Esc Esc로 중지",
138
172
  "agent.submitSelection": "선택 제출",
139
173
  "agent.submitSelectionCount_one": "선택 제출({{count}})",
140
174
  "agent.submitSelectionCount_other": "선택 제출({{count}})",
141
175
  "agent.summary": "요약",
142
- "agent.verbose": "자세히",
143
176
  "agent.taskProgress": "작업 진행률",
144
177
  "agent.tasksCompleted": "{{completed}}/{{total}} 완료",
145
178
  "agent.timeout": "시간 초과",
146
- "agent.rewind.exportFixture": "리플레이 픽스처 내보내기",
147
- "agent.rewind.fixtureExported": "리플레이 픽스처를 내보냈습니다",
148
- "agent.rewind.fixtureMeta": "{{messageCount}}개 메시지 · 반복 {{loops}}",
149
- "agent.rewind.fixtureTitle": "에이전트 채팅 리플레이",
150
- "agent.rewind.jumpToLive": "라이브로 이동",
151
- "agent.rewind.label": "재생",
152
- "agent.rewind.livePosition": "라이브 {{current}}/{{total}}",
153
- "agent.rewind.nextMessage": "다음 메시지",
154
- "agent.rewind.nextUserTurn": "다음 사용자 턴",
155
- "agent.rewind.pause": "일시 중지",
156
- "agent.rewind.position": "{{current}}/{{total}}",
157
- "agent.rewind.previousMessage": "이전 메시지",
158
- "agent.rewind.previousUserTurn": "이전 사용자 턴",
159
- "agent.rewind.resume": "재개",
160
179
  "agent.toggleRightSidebar": "오른쪽 사이드바 전환",
161
- "agent.typeNewInstructions": "새로운 지시사항을 입력하세요",
162
180
  "agent.typeYourMessage": "메시지를 입력하세요...",
163
181
  "agent.typeYourResponse": "응답을 입력하세요...",
164
182
  "agent.unableToOpenPrint": "인쇄 미리보기를 열 수 없습니다",
165
183
  "agent.unknownError": "알 수 없는 오류",
166
184
  "agent.unknownTime": "알 수 없는 시간",
167
185
  "agent.upload": "업로드",
168
- "agent.uploadedFiles": "업로드된 파일",
169
186
  "agent.uploadFailed": "업로드 실패",
170
187
  "agent.uploading": "업로드 중...",
171
188
  "agent.uploads": "업로드",
189
+ "agent.verbose": "자세히",
172
190
  "agent.waitForFiles": "파일 처리가 완료될 때까지 기다려 주세요",
173
191
  "agent.waitForFilesProcessing": "전송 전에 모든 파일 처리가 완료될 때까지 기다려 주세요",
174
192
  "agent.waiting": "대기 중...",
@@ -176,9 +194,11 @@
176
194
  "agent.workflowCancelled": "워크플로가 취소되었습니다",
177
195
  "agent.workflowRunIdCopied": "워크플로우 실행 ID가 복사되었습니다",
178
196
  "agent.working": "작업 중...",
179
- "agent.workstreamRenderError": "",
197
+ "agent.workstreamProgress": "{{percent}}% 완료",
198
+ "agent.workstreamRenderError": "워크스트림을 렌더링할 수 없습니다",
180
199
  "agent.workstreams": "워크스트림",
181
200
  "agent.yes": "예",
201
+ "agent.youStoppedAfter": "{{duration}} 후 중지했습니다",
182
202
  "auth.blocked.body": "{{name}} 은 Vertesia 를 사용하지만 {{email}} 에 대한 초대를 찾을 수 없습니다. 시작하려면 관리자에게 추가를 요청하세요.",
183
203
  "auth.blocked.eyebrow": "초대 필요",
184
204
  "auth.blocked.teamFromDomain": "{{domain}} 그룹",
@@ -230,7 +250,6 @@
230
250
  "filter.filterPlaceholder": "필터...",
231
251
  "filter.from": "시작:",
232
252
  "filter.noAvailableFilters": "사용 가능한 필터가 없습니다",
233
- "filter.noMatchingFilters": "일치하는 필터가 없습니다",
234
253
  "filter.noResultsFound": "결과를 찾을 수 없습니다.",
235
254
  "filter.selectRange": "범위 선택",
236
255
  "filter.to": "끝:",
@@ -274,11 +293,23 @@
274
293
  "login.terminal.projectRequiredDesc": "ComposablePrompts 서버에 대한 클라이언트 접근을 허가할 프로젝트를 선택해 주세요",
275
294
  "login.terminal.selectAccount": "계정 선택",
276
295
  "login.terminal.selectProject": "프로젝트 선택",
296
+ "mcpConnections.activateAria": "이 대화에 {{name}} 활성화",
297
+ "mcpConnections.checkingStatus": "상태 확인 중",
298
+ "mcpConnections.deactivateAria": "이 대화에서 {{name}} 비활성화",
299
+ "mcpConnections.disabled": "사용 중지됨",
300
+ "mcpConnections.empty": "이 프로젝트에 설치된 MCP 서버가 없습니다.",
301
+ "mcpConnections.enabled": "사용 설정됨",
302
+ "mcpConnections.label": "MCP",
303
+ "mcpConnections.manage": "MCP 연결 관리",
304
+ "mcpConnections.settings": "설정",
305
+ "mcpConnections.subtitle": "이 대화에서 사용할 수 있는 MCP 서버를 관리합니다.",
306
+ "mcpConnections.title": "MCP",
277
307
  "mcpOAuth.authenticate": "인증",
278
308
  "mcpOAuth.authenticating": "인증 중...",
279
309
  "mcpOAuth.connect": "연결",
280
310
  "mcpOAuth.connected": "연결됨",
281
311
  "mcpOAuth.connecting": "연결 중...",
312
+ "mcpOAuth.decline": "거절",
282
313
  "mcpOAuth.disconnect": "연결 해제",
283
314
  "mcpOAuth.notConnected": "연결되지 않음",
284
315
  "misc.copiedToClipboard": "클립보드에 복사되었습니다",