@lobehub/lobehub 2.0.0-next.95 → 2.0.0-next.97

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 (267) hide show
  1. package/CHANGELOG.md +58 -0
  2. package/apps/desktop/src/preload/index.ts +2 -2
  3. package/apps/desktop/src/preload/invoke.ts +1 -1
  4. package/apps/desktop/src/preload/routeInterceptor.ts +41 -41
  5. package/changelog/v1.json +18 -0
  6. package/locales/ar/common.json +21 -0
  7. package/locales/ar/hotkey.json +4 -0
  8. package/locales/ar/models.json +6 -0
  9. package/locales/bg-BG/common.json +21 -0
  10. package/locales/bg-BG/hotkey.json +4 -0
  11. package/locales/bg-BG/models.json +6 -0
  12. package/locales/de-DE/common.json +21 -0
  13. package/locales/de-DE/hotkey.json +4 -0
  14. package/locales/de-DE/models.json +6 -0
  15. package/locales/en-US/common.json +21 -0
  16. package/locales/en-US/hotkey.json +4 -0
  17. package/locales/en-US/models.json +6 -0
  18. package/locales/es-ES/common.json +21 -0
  19. package/locales/es-ES/hotkey.json +4 -0
  20. package/locales/es-ES/models.json +6 -0
  21. package/locales/fa-IR/common.json +21 -0
  22. package/locales/fa-IR/hotkey.json +4 -0
  23. package/locales/fa-IR/models.json +6 -0
  24. package/locales/fr-FR/common.json +21 -0
  25. package/locales/fr-FR/hotkey.json +4 -0
  26. package/locales/fr-FR/models.json +6 -0
  27. package/locales/it-IT/common.json +21 -0
  28. package/locales/it-IT/hotkey.json +4 -0
  29. package/locales/it-IT/models.json +6 -0
  30. package/locales/ja-JP/common.json +21 -0
  31. package/locales/ja-JP/hotkey.json +4 -0
  32. package/locales/ja-JP/models.json +6 -0
  33. package/locales/ko-KR/common.json +21 -0
  34. package/locales/ko-KR/hotkey.json +4 -0
  35. package/locales/ko-KR/models.json +6 -0
  36. package/locales/nl-NL/common.json +21 -0
  37. package/locales/nl-NL/hotkey.json +4 -0
  38. package/locales/nl-NL/models.json +6 -0
  39. package/locales/pl-PL/common.json +21 -0
  40. package/locales/pl-PL/hotkey.json +4 -0
  41. package/locales/pl-PL/models.json +6 -0
  42. package/locales/pt-BR/common.json +21 -0
  43. package/locales/pt-BR/hotkey.json +4 -0
  44. package/locales/pt-BR/models.json +6 -0
  45. package/locales/ru-RU/common.json +21 -0
  46. package/locales/ru-RU/hotkey.json +4 -0
  47. package/locales/ru-RU/models.json +6 -0
  48. package/locales/tr-TR/common.json +21 -0
  49. package/locales/tr-TR/hotkey.json +4 -0
  50. package/locales/tr-TR/models.json +6 -0
  51. package/locales/vi-VN/common.json +21 -0
  52. package/locales/vi-VN/hotkey.json +4 -0
  53. package/locales/vi-VN/models.json +6 -0
  54. package/locales/zh-CN/common.json +21 -0
  55. package/locales/zh-CN/hotkey.json +4 -0
  56. package/locales/zh-CN/models.json +6 -0
  57. package/locales/zh-TW/common.json +21 -0
  58. package/locales/zh-TW/hotkey.json +4 -0
  59. package/locales/zh-TW/models.json +6 -0
  60. package/package.json +3 -1
  61. package/packages/const/src/hotkeys.ts +6 -0
  62. package/packages/conversation-flow/src/__tests__/indexing.test.ts +513 -0
  63. package/packages/conversation-flow/src/__tests__/structuring.test.ts +600 -0
  64. package/packages/database/src/client/db.ts +12 -12
  65. package/packages/database/src/repositories/dataImporter/index.ts +10 -10
  66. package/packages/database/src/schemas/topic.ts +1 -1
  67. package/packages/database/src/server/models/ragEval/evaluation.ts +1 -1
  68. package/packages/types/src/hotkey.ts +1 -0
  69. package/src/app/[variants]/(main)/chat/components/conversation/features/ChatInput/Desktop/ClassicChat.tsx +1 -1
  70. package/src/app/[variants]/(main)/chat/components/conversation/features/ChatInput/Desktop/GroupChat.tsx +1 -1
  71. package/src/app/[variants]/(main)/chat/components/conversation/features/ChatList/ChatItem/index.tsx +1 -1
  72. package/src/app/[variants]/(main)/chat/components/conversation/features/ChatList/Content.tsx +2 -2
  73. package/src/app/[variants]/(main)/chat/components/conversation/features/ChatList/index.tsx +1 -1
  74. package/src/app/[variants]/(main)/chat/components/conversation/features/ChatMinimap/index.tsx +1 -1
  75. package/src/app/[variants]/(main)/settings/_layout/Desktop/index.tsx +41 -8
  76. package/src/app/[variants]/(main)/settings/provider/(list)/ProviderGrid/Card.tsx +6 -4
  77. package/src/app/[variants]/(main)/settings/provider/(list)/ProviderGrid/index.tsx +16 -4
  78. package/src/app/[variants]/(main)/settings/provider/(list)/index.tsx +15 -3
  79. package/src/app/[variants]/(main)/settings/provider/detail/index.tsx +23 -15
  80. package/src/components/InvalidAPIKey/APIKeyForm/Bedrock.tsx +1 -1
  81. package/src/components/InvalidAPIKey/APIKeyForm/ComfyUIForm.tsx +1 -1
  82. package/src/components/InvalidAPIKey/APIKeyForm/ProviderApiKeyForm.tsx +1 -1
  83. package/src/components/InvalidAPIKey/APIKeyForm/__tests__/ComfyUIForm.test.tsx +1 -1
  84. package/src/components/InvalidAPIKey/index.tsx +1 -1
  85. package/src/features/{Conversation → ChatList}/MarkdownElements/remarkPlugins/getNodeContent.test.ts +1 -2
  86. package/src/features/{Conversation → ChatList}/Messages/Assistant/Actions/index.tsx +2 -2
  87. package/src/features/{Conversation → ChatList}/Messages/Assistant/Extra/index.test.tsx +3 -3
  88. package/src/features/{Conversation → ChatList}/Messages/Assistant/Extra/index.tsx +6 -5
  89. package/src/features/{Conversation → ChatList}/Messages/Assistant/MessageContent.tsx +1 -1
  90. package/src/features/{Conversation → ChatList}/Messages/Group/Actions/WithContentId.tsx +2 -2
  91. package/src/features/{Conversation → ChatList}/Messages/Group/ContentBlock.tsx +2 -2
  92. package/src/features/{Conversation → ChatList}/Messages/Group/Error/index.tsx +2 -1
  93. package/src/features/{Conversation → ChatList}/Messages/Group/Group.tsx +1 -1
  94. package/src/features/{Conversation → ChatList}/Messages/Group/GroupItem.tsx +3 -2
  95. package/src/features/{Conversation → ChatList}/Messages/Group/Tool/Render/Intervention/ApprovalActions.tsx +1 -1
  96. package/src/features/{Conversation → ChatList}/Messages/Group/Tool/Render/index.tsx +1 -2
  97. package/src/features/{Conversation → ChatList}/Messages/Group/index.tsx +1 -1
  98. package/src/features/{Conversation → ChatList}/Messages/User/Extra.tsx +3 -3
  99. package/src/features/{Conversation → ChatList}/Messages/User/index.tsx +1 -1
  100. package/src/features/{Conversation → ChatList}/Messages/index.tsx +1 -1
  101. package/src/features/{Conversation → ChatList}/components/ShareMessageModal/ShareImage/Preview.tsx +1 -1
  102. package/src/features/{Conversation → ChatList}/components/SkeletonList.tsx +1 -1
  103. package/src/features/{Conversation → ChatList}/components/VirtualizedList/index.tsx +1 -1
  104. package/src/features/OllamaSetupGuide/index.tsx +1 -1
  105. package/src/features/PluginsUI/Render/MCPType/index.tsx +1 -1
  106. package/src/features/Portal/GroupThread/Body/ThreadChatItem.tsx +1 -1
  107. package/src/features/Portal/GroupThread/Body/ThreadChatList.tsx +1 -1
  108. package/src/features/Portal/Thread/Chat/ChatInput/index.tsx +1 -1
  109. package/src/features/Portal/Thread/Chat/ChatItem.tsx +1 -1
  110. package/src/features/Portal/Thread/Chat/ChatList.tsx +1 -1
  111. package/src/features/Portal/Thread/Chat/index.tsx +1 -1
  112. package/src/features/ShareModal/ShareImage/ChatList/index.tsx +1 -1
  113. package/src/layout/GlobalProvider/Cmdk.tsx +470 -0
  114. package/src/layout/GlobalProvider/CmdkLazy.tsx +17 -0
  115. package/src/layout/GlobalProvider/index.tsx +2 -0
  116. package/src/locales/default/common.ts +21 -0
  117. package/src/locales/default/hotkey.ts +4 -0
  118. package/src/services/debug.ts +4 -4
  119. package/src/services/electron/remoteServer.ts +5 -5
  120. package/src/services/electron/settings.ts +6 -6
  121. package/src/services/mcp.ts +18 -18
  122. package/src/services/models.ts +20 -20
  123. /package/src/features/{Conversation → ChatList}/Error/AccessCodeForm.tsx +0 -0
  124. /package/src/features/{Conversation → ChatList}/Error/ChatInvalidApiKey.tsx +0 -0
  125. /package/src/features/{Conversation → ChatList}/Error/ClerkLogin/index.tsx +0 -0
  126. /package/src/features/{Conversation → ChatList}/Error/ErrorJsonViewer.tsx +0 -0
  127. /package/src/features/{Conversation → ChatList}/Error/OAuthForm.tsx +0 -0
  128. /package/src/features/{Conversation → ChatList}/Error/OllamaBizError/InvalidOllamaModel.tsx +0 -0
  129. /package/src/features/{Conversation → ChatList}/Error/OllamaBizError/index.tsx +0 -0
  130. /package/src/features/{Conversation → ChatList}/Error/index.tsx +0 -0
  131. /package/src/features/{Conversation → ChatList}/Error/style.tsx +0 -0
  132. /package/src/features/{Conversation → ChatList}/MarkdownElements/LobeArtifact/Render/Icon.tsx +0 -0
  133. /package/src/features/{Conversation → ChatList}/MarkdownElements/LobeArtifact/Render/index.tsx +0 -0
  134. /package/src/features/{Conversation → ChatList}/MarkdownElements/LobeArtifact/index.ts +0 -0
  135. /package/src/features/{Conversation → ChatList}/MarkdownElements/LobeArtifact/rehypePlugin.test.ts +0 -0
  136. /package/src/features/{Conversation → ChatList}/MarkdownElements/LobeArtifact/rehypePlugin.ts +0 -0
  137. /package/src/features/{Conversation → ChatList}/MarkdownElements/LobeThinking/Render.tsx +0 -0
  138. /package/src/features/{Conversation → ChatList}/MarkdownElements/LobeThinking/index.ts +0 -0
  139. /package/src/features/{Conversation → ChatList}/MarkdownElements/LocalFile/Render/index.tsx +0 -0
  140. /package/src/features/{Conversation → ChatList}/MarkdownElements/LocalFile/index.ts +0 -0
  141. /package/src/features/{Conversation → ChatList}/MarkdownElements/Mention/Render.tsx +0 -0
  142. /package/src/features/{Conversation → ChatList}/MarkdownElements/Mention/index.ts +0 -0
  143. /package/src/features/{Conversation → ChatList}/MarkdownElements/Thinking/Render.tsx +0 -0
  144. /package/src/features/{Conversation → ChatList}/MarkdownElements/Thinking/index.ts +0 -0
  145. /package/src/features/{Conversation → ChatList}/MarkdownElements/index.ts +0 -0
  146. /package/src/features/{Conversation → ChatList}/MarkdownElements/remarkPlugins/__snapshots__/createRemarkSelfClosingTagPlugin.test.ts.snap +0 -0
  147. /package/src/features/{Conversation → ChatList}/MarkdownElements/remarkPlugins/createRemarkCustomTagPlugin.ts +0 -0
  148. /package/src/features/{Conversation → ChatList}/MarkdownElements/remarkPlugins/createRemarkCustomTagWithAttributesPlugin.ts +0 -0
  149. /package/src/features/{Conversation → ChatList}/MarkdownElements/remarkPlugins/createRemarkSelfClosingTagPlugin.test.ts +0 -0
  150. /package/src/features/{Conversation → ChatList}/MarkdownElements/remarkPlugins/createRemarkSelfClosingTagPlugin.ts +0 -0
  151. /package/src/features/{Conversation → ChatList}/MarkdownElements/remarkPlugins/getNodeContent.ts +0 -0
  152. /package/src/features/{Conversation → ChatList}/MarkdownElements/type.ts +0 -0
  153. /package/src/features/{Conversation → ChatList}/MarkdownElements/utils.ts +0 -0
  154. /package/src/features/{Conversation → ChatList}/Messages/Assistant/Actions/Error.tsx +0 -0
  155. /package/src/features/{Conversation → ChatList}/Messages/Assistant/CollapsedMessage.tsx +0 -0
  156. /package/src/features/{Conversation → ChatList}/Messages/Assistant/FileChunks/Item/index.tsx +0 -0
  157. /package/src/features/{Conversation → ChatList}/Messages/Assistant/FileChunks/Item/style.ts +0 -0
  158. /package/src/features/{Conversation → ChatList}/Messages/Assistant/FileChunks/index.tsx +0 -0
  159. /package/src/features/{Conversation → ChatList}/Messages/Assistant/IntentUnderstanding.tsx +0 -0
  160. /package/src/features/{Conversation → ChatList}/Messages/Assistant/Reasoning/index.tsx +0 -0
  161. /package/src/features/{Conversation → ChatList}/Messages/Assistant/SearchGrounding.tsx +0 -0
  162. /package/src/features/{Conversation → ChatList}/Messages/Assistant/index.tsx +0 -0
  163. /package/src/features/{Conversation → ChatList}/Messages/Default.tsx +0 -0
  164. /package/src/features/{Conversation → ChatList}/Messages/Group/Actions/WithoutContentId.tsx +0 -0
  165. /package/src/features/{Conversation → ChatList}/Messages/Group/Actions/index.tsx +0 -0
  166. /package/src/features/{Conversation → ChatList}/Messages/Group/CollapsedMessage.tsx +0 -0
  167. /package/src/features/{Conversation → ChatList}/Messages/Group/EditState.tsx +0 -0
  168. /package/src/features/{Conversation → ChatList}/Messages/Group/GroupContext.ts +0 -0
  169. /package/src/features/{Conversation → ChatList}/Messages/Group/MessageContent.tsx +0 -0
  170. /package/src/features/{Conversation → ChatList}/Messages/Group/Tool/Inspector/BuiltinPluginTitle.tsx +0 -0
  171. /package/src/features/{Conversation → ChatList}/Messages/Group/Tool/Inspector/Debug.tsx +0 -0
  172. /package/src/features/{Conversation → ChatList}/Messages/Group/Tool/Inspector/PluginResult.tsx +0 -0
  173. /package/src/features/{Conversation → ChatList}/Messages/Group/Tool/Inspector/PluginState.tsx +0 -0
  174. /package/src/features/{Conversation → ChatList}/Messages/Group/Tool/Inspector/Settings.tsx +0 -0
  175. /package/src/features/{Conversation → ChatList}/Messages/Group/Tool/Inspector/StatusIndicator.tsx +0 -0
  176. /package/src/features/{Conversation → ChatList}/Messages/Group/Tool/Inspector/ToolTitle.tsx +0 -0
  177. /package/src/features/{Conversation → ChatList}/Messages/Group/Tool/Inspector/index.tsx +0 -0
  178. /package/src/features/{Conversation → ChatList}/Messages/Group/Tool/Render/AbortResponse.tsx +0 -0
  179. /package/src/features/{Conversation → ChatList}/Messages/Group/Tool/Render/Arguments/ObjectEntity.tsx +0 -0
  180. /package/src/features/{Conversation → ChatList}/Messages/Group/Tool/Render/Arguments/ValueCell.tsx +0 -0
  181. /package/src/features/{Conversation → ChatList}/Messages/Group/Tool/Render/Arguments/index.tsx +0 -0
  182. /package/src/features/{Conversation → ChatList}/Messages/Group/Tool/Render/CustomRender.tsx +0 -0
  183. /package/src/features/{Conversation → ChatList}/Messages/Group/Tool/Render/ErrorResponse.tsx +0 -0
  184. /package/src/features/{Conversation → ChatList}/Messages/Group/Tool/Render/Intervention/Fallback.tsx +0 -0
  185. /package/src/features/{Conversation → ChatList}/Messages/Group/Tool/Render/Intervention/KeyValueEditor.tsx +0 -0
  186. /package/src/features/{Conversation → ChatList}/Messages/Group/Tool/Render/Intervention/ModeSelector.tsx +0 -0
  187. /package/src/features/{Conversation → ChatList}/Messages/Group/Tool/Render/Intervention/index.tsx +0 -0
  188. /package/src/features/{Conversation → ChatList}/Messages/Group/Tool/Render/LoadingPlaceholder/index.tsx +0 -0
  189. /package/src/features/{Conversation → ChatList}/Messages/Group/Tool/Render/PluginSettings.tsx +0 -0
  190. /package/src/features/{Conversation → ChatList}/Messages/Group/Tool/Render/RejectedResponse.tsx +0 -0
  191. /package/src/features/{Conversation → ChatList}/Messages/Group/Tool/index.tsx +0 -0
  192. /package/src/features/{Conversation → ChatList}/Messages/Group/Tools.tsx +0 -0
  193. /package/src/features/{Conversation → ChatList}/Messages/Supervisor/TodoList.tsx +0 -0
  194. /package/src/features/{Conversation → ChatList}/Messages/Supervisor/index.tsx +0 -0
  195. /package/src/features/{Conversation → ChatList}/Messages/Tool/Inspector/BuiltinPluginTitle.tsx +0 -0
  196. /package/src/features/{Conversation → ChatList}/Messages/Tool/Inspector/Debug.tsx +0 -0
  197. /package/src/features/{Conversation → ChatList}/Messages/Tool/Inspector/PluginResult.tsx +0 -0
  198. /package/src/features/{Conversation → ChatList}/Messages/Tool/Inspector/PluginState.tsx +0 -0
  199. /package/src/features/{Conversation → ChatList}/Messages/Tool/Inspector/Settings.tsx +0 -0
  200. /package/src/features/{Conversation → ChatList}/Messages/Tool/Inspector/ToolTitle.tsx +0 -0
  201. /package/src/features/{Conversation → ChatList}/Messages/Tool/Inspector/index.tsx +0 -0
  202. /package/src/features/{Conversation → ChatList}/Messages/Tool/Render/Arguments/ObjectEntity.tsx +0 -0
  203. /package/src/features/{Conversation → ChatList}/Messages/Tool/Render/Arguments/ValueCell.tsx +0 -0
  204. /package/src/features/{Conversation → ChatList}/Messages/Tool/Render/Arguments/index.tsx +0 -0
  205. /package/src/features/{Conversation → ChatList}/Messages/Tool/Render/CustomRender.tsx +0 -0
  206. /package/src/features/{Conversation → ChatList}/Messages/Tool/Render/ErrorResponse.tsx +0 -0
  207. /package/src/features/{Conversation → ChatList}/Messages/Tool/Render/KeyValueEditor.tsx +0 -0
  208. /package/src/features/{Conversation → ChatList}/Messages/Tool/Render/PluginSettings.tsx +0 -0
  209. /package/src/features/{Conversation → ChatList}/Messages/Tool/Render/index.tsx +0 -0
  210. /package/src/features/{Conversation → ChatList}/Messages/Tool/ToolItem.tsx +0 -0
  211. /package/src/features/{Conversation → ChatList}/Messages/Tool/index.tsx +0 -0
  212. /package/src/features/{Conversation → ChatList}/Messages/User/Actions/ActionsBar.tsx +0 -0
  213. /package/src/features/{Conversation → ChatList}/Messages/User/Actions/MessageBranch.tsx +0 -0
  214. /package/src/features/{Conversation → ChatList}/Messages/User/Actions/index.tsx +0 -0
  215. /package/src/features/{Conversation → ChatList}/Messages/User/BelowMessage.tsx +0 -0
  216. /package/src/features/{Conversation → ChatList}/Messages/User/FileListViewer/Item.tsx +0 -0
  217. /package/src/features/{Conversation → ChatList}/Messages/User/FileListViewer/index.tsx +0 -0
  218. /package/src/features/{Conversation → ChatList}/Messages/User/ImageFileListViewer.tsx +0 -0
  219. /package/src/features/{Conversation → ChatList}/Messages/User/MarkdownRender/ContentPreview.tsx +0 -0
  220. /package/src/features/{Conversation → ChatList}/Messages/User/MarkdownRender/index.tsx +0 -0
  221. /package/src/features/{Conversation → ChatList}/Messages/User/MessageContent.tsx +0 -0
  222. /package/src/features/{Conversation → ChatList}/Messages/User/VideoFileListViewer.tsx +0 -0
  223. /package/src/features/{Conversation → ChatList}/components/AutoScroll.tsx +0 -0
  224. /package/src/features/{Conversation → ChatList}/components/BackBottom/index.tsx +0 -0
  225. /package/src/features/{Conversation → ChatList}/components/BackBottom/style.ts +0 -0
  226. /package/src/features/{Conversation → ChatList}/components/ChatItem/ShareMessageModal/SharePdf/PdfPreview.tsx +0 -0
  227. /package/src/features/{Conversation → ChatList}/components/ChatItem/ShareMessageModal/SharePdf/index.tsx +0 -0
  228. /package/src/features/{Conversation → ChatList}/components/ChatItem/ShareMessageModal/SharePdf/style.ts +0 -0
  229. /package/src/features/{Conversation → ChatList}/components/ChatItem/ShareMessageModal/SharePdf/template.ts +0 -0
  230. /package/src/features/{Conversation → ChatList}/components/ChatItem/ShareMessageModal/SharePdf/usePdfGeneration.ts +0 -0
  231. /package/src/features/{Conversation → ChatList}/components/Extras/ExtraContainer.tsx +0 -0
  232. /package/src/features/{Conversation → ChatList}/components/Extras/TTS/FilePlayer.tsx +0 -0
  233. /package/src/features/{Conversation → ChatList}/components/Extras/TTS/InitPlayer.tsx +0 -0
  234. /package/src/features/{Conversation → ChatList}/components/Extras/TTS/Player.tsx +0 -0
  235. /package/src/features/{Conversation → ChatList}/components/Extras/TTS/index.tsx +0 -0
  236. /package/src/features/{Conversation → ChatList}/components/Extras/Translate.tsx +0 -0
  237. /package/src/features/{Conversation → ChatList}/components/Extras/Usage/UsageDetail/AnimatedNumber.tsx +0 -0
  238. /package/src/features/{Conversation → ChatList}/components/Extras/Usage/UsageDetail/ModelCard.tsx +0 -0
  239. /package/src/features/{Conversation → ChatList}/components/Extras/Usage/UsageDetail/TokenProgress.tsx +0 -0
  240. /package/src/features/{Conversation → ChatList}/components/Extras/Usage/UsageDetail/index.tsx +0 -0
  241. /package/src/features/{Conversation → ChatList}/components/Extras/Usage/UsageDetail/pricing.ts +0 -0
  242. /package/src/features/{Conversation → ChatList}/components/Extras/Usage/UsageDetail/tokens.test.ts +0 -0
  243. /package/src/features/{Conversation → ChatList}/components/Extras/Usage/UsageDetail/tokens.ts +0 -0
  244. /package/src/features/{Conversation → ChatList}/components/Extras/Usage/index.tsx +0 -0
  245. /package/src/features/{Conversation → ChatList}/components/History/HistoryDivider.tsx +0 -0
  246. /package/src/features/{Conversation → ChatList}/components/History/index.tsx +0 -0
  247. /package/src/features/{Conversation → ChatList}/components/OTPInput.tsx +0 -0
  248. /package/src/features/{Conversation → ChatList}/components/ShareMessageModal/ShareImage/index.tsx +0 -0
  249. /package/src/features/{Conversation → ChatList}/components/ShareMessageModal/ShareImage/style.ts +0 -0
  250. /package/src/features/{Conversation → ChatList}/components/ShareMessageModal/ShareImage/type.ts +0 -0
  251. /package/src/features/{Conversation → ChatList}/components/ShareMessageModal/ShareText/Preview.tsx +0 -0
  252. /package/src/features/{Conversation → ChatList}/components/ShareMessageModal/ShareText/index.tsx +0 -0
  253. /package/src/features/{Conversation → ChatList}/components/ShareMessageModal/ShareText/template.test.ts +0 -0
  254. /package/src/features/{Conversation → ChatList}/components/ShareMessageModal/ShareText/template.ts +0 -0
  255. /package/src/features/{Conversation → ChatList}/components/ShareMessageModal/ShareText/type.ts +0 -0
  256. /package/src/features/{Conversation → ChatList}/components/ShareMessageModal/index.tsx +0 -0
  257. /package/src/features/{Conversation → ChatList}/components/ShareMessageModal/style.ts +0 -0
  258. /package/src/features/{Conversation → ChatList}/components/ThreadDivider/index.tsx +0 -0
  259. /package/src/features/{Conversation → ChatList}/components/VirtualizedList/VirtuosoContext.ts +0 -0
  260. /package/src/features/{Conversation → ChatList}/components/WideScreenContainer/index.tsx +0 -0
  261. /package/src/features/{Conversation → ChatList}/context/InPortalThreadContext.ts +0 -0
  262. /package/src/features/{Conversation → ChatList}/hooks/useChatListActionsBar.tsx +0 -0
  263. /package/src/features/{Conversation → ChatList}/hooks/useDoubleClickEdit.ts +0 -0
  264. /package/src/features/{Conversation → ChatList}/index.ts +0 -0
  265. /package/src/features/{Conversation → ChatList}/types/index.ts +0 -0
  266. /package/src/features/{Conversation → ChatList}/utils/markdown.test.ts +0 -0
  267. /package/src/features/{Conversation → ChatList}/utils/markdown.ts +0 -0
@@ -1907,6 +1907,12 @@
1907
1907
  "grok-4-0709": {
1908
1908
  "description": "Grok 4 از xAI با توانایی استدلال قدرتمند."
1909
1909
  },
1910
+ "grok-4-1-fast-non-reasoning": {
1911
+ "description": "مدل پیشرفته چندوجهی که به‌طور ویژه برای بهینه‌سازی فراخوانی ابزارهای نماینده با عملکرد بالا طراحی شده است."
1912
+ },
1913
+ "grok-4-1-fast-reasoning": {
1914
+ "description": "مدل پیشرفته چندوجهی که به‌طور ویژه برای بهینه‌سازی فراخوانی ابزارهای نماینده با عملکرد بالا طراحی شده است."
1915
+ },
1910
1916
  "grok-4-fast-non-reasoning": {
1911
1917
  "description": "خوشحالیم که Grok 4 Fast را منتشر می‌کنیم، که جدیدترین پیشرفت ما در زمینه مدل‌های استنتاج با صرفه‌جویی در هزینه است."
1912
1918
  },
@@ -135,6 +135,27 @@
135
135
  }
136
136
  },
137
137
  "close": "Fermer",
138
+ "cmdk": {
139
+ "about": "À propos",
140
+ "communitySupport": "Support communautaire",
141
+ "discover": "Découvrir",
142
+ "knowledgeBase": "Base de connaissances",
143
+ "navigate": "Naviguer",
144
+ "newAgent": "Nouvel assistant",
145
+ "noResults": "Aucun résultat trouvé",
146
+ "openSettings": "Ouvrir les paramètres",
147
+ "painting": "Peinture IA",
148
+ "searchPlaceholder": "Entrez une commande ou recherchez...",
149
+ "settings": "Paramètres",
150
+ "starOnGitHub": "Donnez-nous une étoile sur GitHub",
151
+ "submitIssue": "Soumettre un problème",
152
+ "theme": "Thème",
153
+ "themeAuto": "Suivre le système",
154
+ "themeDark": "Mode sombre",
155
+ "themeLight": "Mode clair",
156
+ "toOpen": "Ouvrir",
157
+ "toSelect": "Sélectionner"
158
+ },
138
159
  "confirm": "Confirmer",
139
160
  "contact": "Nous contacter",
140
161
  "copy": "Copier",
@@ -7,6 +7,10 @@
7
7
  "desc": "Effacer les messages de la session actuelle et les fichiers téléchargés",
8
8
  "title": "Effacer les messages de la session"
9
9
  },
10
+ "commandPalette": {
11
+ "desc": "Ouvrez le panneau de commande global pour accéder rapidement aux fonctionnalités",
12
+ "title": "Panneau de commande"
13
+ },
10
14
  "deleteAndRegenerateMessage": {
11
15
  "desc": "Supprimer le dernier message et régénérer",
12
16
  "title": "Supprimer et régénérer"
@@ -1907,6 +1907,12 @@
1907
1907
  "grok-4-0709": {
1908
1908
  "description": "Grok 4 de xAI, doté de puissantes capacités de raisonnement."
1909
1909
  },
1910
+ "grok-4-1-fast-non-reasoning": {
1911
+ "description": "Modèle multimodal de pointe, spécialement optimisé pour l'appel d'outils d'agents haute performance."
1912
+ },
1913
+ "grok-4-1-fast-reasoning": {
1914
+ "description": "Modèle multimodal de pointe, spécialement optimisé pour l'appel d'outils d'agents haute performance."
1915
+ },
1910
1916
  "grok-4-fast-non-reasoning": {
1911
1917
  "description": "Nous sommes ravis de présenter Grok 4 Fast, notre dernière avancée dans les modèles de raisonnement à rapport coût-efficacité optimisé."
1912
1918
  },
@@ -135,6 +135,27 @@
135
135
  }
136
136
  },
137
137
  "close": "Chiudi",
138
+ "cmdk": {
139
+ "about": "Informazioni",
140
+ "communitySupport": "Supporto della comunità",
141
+ "discover": "Scopri",
142
+ "knowledgeBase": "Base di conoscenza",
143
+ "navigate": "Naviga",
144
+ "newAgent": "Nuovo assistente",
145
+ "noResults": "Nessun risultato trovato",
146
+ "openSettings": "Apri impostazioni",
147
+ "painting": "Disegno AI",
148
+ "searchPlaceholder": "Inserisci un comando o cerca...",
149
+ "settings": "Impostazioni",
150
+ "starOnGitHub": "Dacci una stella su GitHub",
151
+ "submitIssue": "Segnala un problema",
152
+ "theme": "Tema",
153
+ "themeAuto": "Segui il sistema",
154
+ "themeDark": "Tema scuro",
155
+ "themeLight": "Tema chiaro",
156
+ "toOpen": "Apri",
157
+ "toSelect": "Seleziona"
158
+ },
138
159
  "confirm": "Conferma",
139
160
  "contact": "Contattaci",
140
161
  "copy": "Copia",
@@ -7,6 +7,10 @@
7
7
  "desc": "Cancella i messaggi e i file caricati della conversazione attuale",
8
8
  "title": "Cancella messaggi della conversazione"
9
9
  },
10
+ "commandPalette": {
11
+ "desc": "Apri il pannello comandi globale per accedere rapidamente alle funzioni",
12
+ "title": "Pannello comandi"
13
+ },
10
14
  "deleteAndRegenerateMessage": {
11
15
  "desc": "Elimina l'ultimo messaggio e rigeneralo",
12
16
  "title": "Elimina e rigenera"
@@ -1907,6 +1907,12 @@
1907
1907
  "grok-4-0709": {
1908
1908
  "description": "Grok 4 di xAI, dotato di potenti capacità di ragionamento."
1909
1909
  },
1910
+ "grok-4-1-fast-non-reasoning": {
1911
+ "description": "Modello multimodale all'avanguardia, ottimizzato specificamente per l'utilizzo ad alte prestazioni con strumenti di agenti."
1912
+ },
1913
+ "grok-4-1-fast-reasoning": {
1914
+ "description": "Modello multimodale all'avanguardia, ottimizzato specificamente per l'utilizzo ad alte prestazioni con strumenti di agenti."
1915
+ },
1910
1916
  "grok-4-fast-non-reasoning": {
1911
1917
  "description": "Siamo lieti di annunciare Grok 4 Fast, il nostro ultimo progresso nei modelli di inferenza con ottimo rapporto costo-efficacia."
1912
1918
  },
@@ -135,6 +135,27 @@
135
135
  }
136
136
  },
137
137
  "close": "閉じる",
138
+ "cmdk": {
139
+ "about": "概要",
140
+ "communitySupport": "コミュニティサポート",
141
+ "discover": "発見",
142
+ "knowledgeBase": "ナレッジベース",
143
+ "navigate": "ナビゲート",
144
+ "newAgent": "新しいエージェントを作成",
145
+ "noResults": "該当する結果が見つかりませんでした",
146
+ "openSettings": "設定を開く",
147
+ "painting": "AI ペインティング",
148
+ "searchPlaceholder": "コマンドを入力または検索...",
149
+ "settings": "設定",
150
+ "starOnGitHub": "GitHub でスターを付ける",
151
+ "submitIssue": "問題を報告する",
152
+ "theme": "テーマ",
153
+ "themeAuto": "システムに従う",
154
+ "themeDark": "ダークモード",
155
+ "themeLight": "ライトモード",
156
+ "toOpen": "開く",
157
+ "toSelect": "選択"
158
+ },
138
159
  "confirm": "確認",
139
160
  "contact": "お問い合わせ",
140
161
  "copy": "コピー",
@@ -7,6 +7,10 @@
7
7
  "desc": "現在のセッションのメッセージとアップロードされたファイルをクリアする",
8
8
  "title": "セッションメッセージをクリア"
9
9
  },
10
+ "commandPalette": {
11
+ "desc": "グローバルコマンドパレットを開いて機能に素早くアクセス",
12
+ "title": "コマンドパレット"
13
+ },
10
14
  "deleteAndRegenerateMessage": {
11
15
  "desc": "最後のメッセージを削除して再生成する",
12
16
  "title": "削除して再生成"
@@ -1907,6 +1907,12 @@
1907
1907
  "grok-4-0709": {
1908
1908
  "description": "xAI の Grok 4 は強力な推論能力を備えています。"
1909
1909
  },
1910
+ "grok-4-1-fast-non-reasoning": {
1911
+ "description": "最先端のマルチモーダルモデルであり、高性能なエージェントツールの呼び出しに特化して最適化されています。"
1912
+ },
1913
+ "grok-4-1-fast-reasoning": {
1914
+ "description": "最先端のマルチモーダルモデルであり、高性能なエージェントツールの呼び出しに特化して最適化されています。"
1915
+ },
1910
1916
  "grok-4-fast-non-reasoning": {
1911
1917
  "description": "コスト効率の高い推論モデルにおける最新の進展として、Grok 4 Fastをリリースできることを嬉しく思います。"
1912
1918
  },
@@ -135,6 +135,27 @@
135
135
  }
136
136
  },
137
137
  "close": "닫기",
138
+ "cmdk": {
139
+ "about": "정보",
140
+ "communitySupport": "커뮤니티 지원",
141
+ "discover": "탐색",
142
+ "knowledgeBase": "지식 베이스",
143
+ "navigate": "탐색",
144
+ "newAgent": "새 에이전트 만들기",
145
+ "noResults": "관련 결과를 찾을 수 없습니다",
146
+ "openSettings": "설정 열기",
147
+ "painting": "AI 그림",
148
+ "searchPlaceholder": "명령어 입력 또는 검색...",
149
+ "settings": "설정",
150
+ "starOnGitHub": "GitHub에서 Star 주기",
151
+ "submitIssue": "문제 제출",
152
+ "theme": "테마",
153
+ "themeAuto": "시스템 설정 따르기",
154
+ "themeDark": "다크 모드",
155
+ "themeLight": "라이트 모드",
156
+ "toOpen": "열기",
157
+ "toSelect": "선택"
158
+ },
138
159
  "confirm": "확인",
139
160
  "contact": "문의하기",
140
161
  "copy": "복사",
@@ -7,6 +7,10 @@
7
7
  "desc": "현재 대화의 메시지와 업로드된 파일을 모두 삭제",
8
8
  "title": "대화 메시지 지우기"
9
9
  },
10
+ "commandPalette": {
11
+ "desc": "전역 명령 팔레트를 열어 기능에 빠르게 접근합니다",
12
+ "title": "명령 팔레트"
13
+ },
10
14
  "deleteAndRegenerateMessage": {
11
15
  "desc": "마지막 메시지를 삭제하고 다시 생성합니다",
12
16
  "title": "삭제 후 다시 생성"
@@ -1907,6 +1907,12 @@
1907
1907
  "grok-4-0709": {
1908
1908
  "description": "xAI의 Grok 4로, 강력한 추론 능력을 갖추고 있습니다."
1909
1909
  },
1910
+ "grok-4-1-fast-non-reasoning": {
1911
+ "description": "최첨단 멀티모달 모델로, 고성능 에이전트 도구 호출에 최적화되어 있습니다."
1912
+ },
1913
+ "grok-4-1-fast-reasoning": {
1914
+ "description": "최첨단 멀티모달 모델로, 고성능 에이전트 도구 호출에 최적화되어 있습니다."
1915
+ },
1910
1916
  "grok-4-fast-non-reasoning": {
1911
1917
  "description": "비용 효율적인 추론 모델 분야에서의 최신 진전인 Grok 4 Fast를 발표하게 되어 기쁩니다."
1912
1918
  },
@@ -135,6 +135,27 @@
135
135
  }
136
136
  },
137
137
  "close": "Sluiten",
138
+ "cmdk": {
139
+ "about": "Over",
140
+ "communitySupport": "Communityondersteuning",
141
+ "discover": "Ontdekken",
142
+ "knowledgeBase": "Kennisbank",
143
+ "navigate": "Navigeren",
144
+ "newAgent": "Nieuwe Assistent",
145
+ "noResults": "Geen resultaten gevonden",
146
+ "openSettings": "Instellingen openen",
147
+ "painting": "AI-schilderen",
148
+ "searchPlaceholder": "Voer een commando in of zoek...",
149
+ "settings": "Instellingen",
150
+ "starOnGitHub": "Geef ons een ster op GitHub",
151
+ "submitIssue": "Probleem melden",
152
+ "theme": "Thema",
153
+ "themeAuto": "Systeem volgen",
154
+ "themeDark": "Donkere modus",
155
+ "themeLight": "Lichte modus",
156
+ "toOpen": "Openen",
157
+ "toSelect": "Selecteren"
158
+ },
138
159
  "confirm": "Bevestigen",
139
160
  "contact": "Contacteer ons",
140
161
  "copy": "Kopiëren",
@@ -7,6 +7,10 @@
7
7
  "desc": "Verwijder de berichten en geüploade bestanden van de huidige sessie",
8
8
  "title": "Verwijder sessieberichten"
9
9
  },
10
+ "commandPalette": {
11
+ "desc": "Open het globale opdrachtpaneel voor snelle toegang tot functies",
12
+ "title": "Opdrachtpaneel"
13
+ },
10
14
  "deleteAndRegenerateMessage": {
11
15
  "desc": "Verwijder het laatste bericht en genereer opnieuw",
12
16
  "title": "Verwijderen en opnieuw genereren"
@@ -1907,6 +1907,12 @@
1907
1907
  "grok-4-0709": {
1908
1908
  "description": "Grok 4 van xAI, met krachtige redeneervaardigheden."
1909
1909
  },
1910
+ "grok-4-1-fast-non-reasoning": {
1911
+ "description": "Geavanceerd multimodaal model, geoptimaliseerd voor het aanroepen van krachtige agenttools."
1912
+ },
1913
+ "grok-4-1-fast-reasoning": {
1914
+ "description": "Geavanceerd multimodaal model, geoptimaliseerd voor het aanroepen van krachtige agenttools."
1915
+ },
1910
1916
  "grok-4-fast-non-reasoning": {
1911
1917
  "description": "We zijn verheugd Grok 4 Fast te introduceren, onze nieuwste vooruitgang in kosteneffectieve redeneermodellen."
1912
1918
  },
@@ -135,6 +135,27 @@
135
135
  }
136
136
  },
137
137
  "close": "Zamknij",
138
+ "cmdk": {
139
+ "about": "O nas",
140
+ "communitySupport": "Wsparcie społeczności",
141
+ "discover": "Odkrywaj",
142
+ "knowledgeBase": "Baza wiedzy",
143
+ "navigate": "Nawigacja",
144
+ "newAgent": "Nowy asystent",
145
+ "noResults": "Brak wyników",
146
+ "openSettings": "Otwórz ustawienia",
147
+ "painting": "Sztuka AI",
148
+ "searchPlaceholder": "Wpisz polecenie lub wyszukaj...",
149
+ "settings": "Ustawienia",
150
+ "starOnGitHub": "Daj nam gwiazdkę na GitHubie",
151
+ "submitIssue": "Zgłoś problem",
152
+ "theme": "Motyw",
153
+ "themeAuto": "Zgodnie z systemem",
154
+ "themeDark": "Tryb ciemny",
155
+ "themeLight": "Tryb jasny",
156
+ "toOpen": "Otwórz",
157
+ "toSelect": "Wybierz"
158
+ },
138
159
  "confirm": "Potwierdź",
139
160
  "contact": "Skontaktuj się z nami",
140
161
  "copy": "Kopiuj",
@@ -7,6 +7,10 @@
7
7
  "desc": "Wyczyść wiadomości i przesłane pliki w bieżącej rozmowie",
8
8
  "title": "Wyczyść wiadomości rozmowy"
9
9
  },
10
+ "commandPalette": {
11
+ "desc": "Otwórz globalny panel poleceń, aby szybko uzyskać dostęp do funkcji",
12
+ "title": "Panel poleceń"
13
+ },
10
14
  "deleteAndRegenerateMessage": {
11
15
  "desc": "Usuń ostatnią wiadomość i wygeneruj ponownie",
12
16
  "title": "Usuń i wygeneruj ponownie"
@@ -1907,6 +1907,12 @@
1907
1907
  "grok-4-0709": {
1908
1908
  "description": "Grok 4 od xAI, wyposażony w potężne zdolności rozumowania."
1909
1909
  },
1910
+ "grok-4-1-fast-non-reasoning": {
1911
+ "description": "Nowoczesny model multimodalny, zoptymalizowany specjalnie do wydajnego korzystania z narzędzi pośredniczących."
1912
+ },
1913
+ "grok-4-1-fast-reasoning": {
1914
+ "description": "Nowoczesny model multimodalny, zoptymalizowany specjalnie do wydajnego korzystania z narzędzi pośredniczących."
1915
+ },
1910
1916
  "grok-4-fast-non-reasoning": {
1911
1917
  "description": "Z radością prezentujemy Grok 4 Fast, nasz najnowszy postęp w modelach inferencyjnych o wysokiej efektywności kosztowej."
1912
1918
  },
@@ -135,6 +135,27 @@
135
135
  }
136
136
  },
137
137
  "close": "Fechar",
138
+ "cmdk": {
139
+ "about": "Sobre",
140
+ "communitySupport": "Suporte da Comunidade",
141
+ "discover": "Descobrir",
142
+ "knowledgeBase": "Base de Conhecimento",
143
+ "navigate": "Navegar",
144
+ "newAgent": "Novo Assistente",
145
+ "noResults": "Nenhum resultado encontrado",
146
+ "openSettings": "Abrir Configurações",
147
+ "painting": "Pintura com IA",
148
+ "searchPlaceholder": "Digite um comando ou pesquise...",
149
+ "settings": "Configurações",
150
+ "starOnGitHub": "Dê uma estrela no GitHub",
151
+ "submitIssue": "Reportar um problema",
152
+ "theme": "Tema",
153
+ "themeAuto": "Seguir o sistema",
154
+ "themeDark": "Modo Escuro",
155
+ "themeLight": "Modo Claro",
156
+ "toOpen": "Abrir",
157
+ "toSelect": "Selecionar"
158
+ },
138
159
  "confirm": "Confirmar",
139
160
  "contact": "Entre em contato",
140
161
  "copy": "Copiar",
@@ -7,6 +7,10 @@
7
7
  "desc": "Limpar as mensagens da conversa atual e os arquivos enviados",
8
8
  "title": "Limpar mensagens da conversa"
9
9
  },
10
+ "commandPalette": {
11
+ "desc": "Abra o painel de comandos global para acessar funções rapidamente",
12
+ "title": "Painel de Comandos"
13
+ },
10
14
  "deleteAndRegenerateMessage": {
11
15
  "desc": "Excluir a última mensagem e gerar novamente",
12
16
  "title": "Excluir e gerar novamente"
@@ -1907,6 +1907,12 @@
1907
1907
  "grok-4-0709": {
1908
1908
  "description": "Grok 4 da xAI, com forte capacidade de raciocínio."
1909
1909
  },
1910
+ "grok-4-1-fast-non-reasoning": {
1911
+ "description": "Modelo multimodal de ponta, otimizado especialmente para chamadas de ferramentas de agente de alto desempenho."
1912
+ },
1913
+ "grok-4-1-fast-reasoning": {
1914
+ "description": "Modelo multimodal de ponta, otimizado especialmente para chamadas de ferramentas de agente de alto desempenho."
1915
+ },
1910
1916
  "grok-4-fast-non-reasoning": {
1911
1917
  "description": "Temos o prazer de lançar o Grok 4 Fast, nosso avanço mais recente em modelos de inferência com custo-benefício."
1912
1918
  },
@@ -135,6 +135,27 @@
135
135
  }
136
136
  },
137
137
  "close": "Закрыть",
138
+ "cmdk": {
139
+ "about": "О нас",
140
+ "communitySupport": "Поддержка сообщества",
141
+ "discover": "Обзор",
142
+ "knowledgeBase": "База знаний",
143
+ "navigate": "Навигация",
144
+ "newAgent": "Создать помощника",
145
+ "noResults": "Ничего не найдено",
146
+ "openSettings": "Открыть настройки",
147
+ "painting": "AI-рисование",
148
+ "searchPlaceholder": "Введите команду или выполните поиск...",
149
+ "settings": "Настройки",
150
+ "starOnGitHub": "Поставьте звезду на GitHub",
151
+ "submitIssue": "Сообщить о проблеме",
152
+ "theme": "Тема",
153
+ "themeAuto": "Системная тема",
154
+ "themeDark": "Тёмная тема",
155
+ "themeLight": "Светлая тема",
156
+ "toOpen": "Открыть",
157
+ "toSelect": "Выбрать"
158
+ },
138
159
  "confirm": "Подтвердить",
139
160
  "contact": "Свяжитесь с нами",
140
161
  "copy": "Копировать",
@@ -7,6 +7,10 @@
7
7
  "desc": "Очистить сообщения текущего сеанса и загруженные файлы",
8
8
  "title": "Очистить сообщения сеанса"
9
9
  },
10
+ "commandPalette": {
11
+ "desc": "Откройте глобальную панель команд для быстрого доступа к функциям",
12
+ "title": "Панель команд"
13
+ },
10
14
  "deleteAndRegenerateMessage": {
11
15
  "desc": "Удалить последнее сообщение и сгенерировать заново",
12
16
  "title": "Удалить и сгенерировать заново"
@@ -1907,6 +1907,12 @@
1907
1907
  "grok-4-0709": {
1908
1908
  "description": "Grok 4 от xAI с мощными возможностями рассуждения."
1909
1909
  },
1910
+ "grok-4-1-fast-non-reasoning": {
1911
+ "description": "Передовая мультимодальная модель, специально оптимизированная для высокоэффективного вызова агентных инструментов."
1912
+ },
1913
+ "grok-4-1-fast-reasoning": {
1914
+ "description": "Передовая мультимодальная модель, специально оптимизированная для высокоэффективного вызова агентных инструментов."
1915
+ },
1910
1916
  "grok-4-fast-non-reasoning": {
1911
1917
  "description": "Мы рады представить Grok 4 Fast — наш последний прогресс в области экономически эффективных моделей для вывода."
1912
1918
  },
@@ -135,6 +135,27 @@
135
135
  }
136
136
  },
137
137
  "close": "Kapat",
138
+ "cmdk": {
139
+ "about": "Hakkında",
140
+ "communitySupport": "Topluluk Desteği",
141
+ "discover": "Keşfet",
142
+ "knowledgeBase": "Bilgi Tabanı",
143
+ "navigate": "Gezin",
144
+ "newAgent": "Yeni Asistan Oluştur",
145
+ "noResults": "Sonuç bulunamadı",
146
+ "openSettings": "Ayarları Aç",
147
+ "painting": "Yapay Zeka Resmi",
148
+ "searchPlaceholder": "Komut girin veya arayın...",
149
+ "settings": "Ayarlar",
150
+ "starOnGitHub": "GitHub'da Bize Yıldız Verin",
151
+ "submitIssue": "Sorun Bildir",
152
+ "theme": "Tema",
153
+ "themeAuto": "Sistemle Eşle",
154
+ "themeDark": "Karanlık Mod",
155
+ "themeLight": "Aydınlık Mod",
156
+ "toOpen": "Aç",
157
+ "toSelect": "Seç"
158
+ },
138
159
  "confirm": "Onayla",
139
160
  "contact": "Bize Ulaşın",
140
161
  "copy": "Kopyala",
@@ -7,6 +7,10 @@
7
7
  "desc": "Geçerli oturumun mesajlarını ve yüklenen dosyaları temizle",
8
8
  "title": "Oturum mesajlarını temizle"
9
9
  },
10
+ "commandPalette": {
11
+ "desc": "Genel komut panelini açarak işlevlere hızlı erişim sağlayın",
12
+ "title": "Komut Paneli"
13
+ },
10
14
  "deleteAndRegenerateMessage": {
11
15
  "desc": "Son mesajı sil ve yeniden oluştur",
12
16
  "title": "Sil ve Yeniden Oluştur"
@@ -1907,6 +1907,12 @@
1907
1907
  "grok-4-0709": {
1908
1908
  "description": "xAI'nin Grok 4 modeli, güçlü akıl yürütme yeteneklerine sahiptir."
1909
1909
  },
1910
+ "grok-4-1-fast-non-reasoning": {
1911
+ "description": "Yüksek performanslı aracı araç çağrıları için özel olarak optimize edilmiş, son teknoloji çok modlu model."
1912
+ },
1913
+ "grok-4-1-fast-reasoning": {
1914
+ "description": "Yüksek performanslı aracı araç çağrıları için özel olarak optimize edilmiş, son teknoloji çok modlu model."
1915
+ },
1910
1916
  "grok-4-fast-non-reasoning": {
1911
1917
  "description": "Maliyet-etkin çıkarım modellerinde en son gelişmemiz olan Grok 4 Fast’i sunmaktan mutluluk duyuyoruz."
1912
1918
  },
@@ -135,6 +135,27 @@
135
135
  }
136
136
  },
137
137
  "close": "Đóng",
138
+ "cmdk": {
139
+ "about": "Giới thiệu",
140
+ "communitySupport": "Hỗ trợ cộng đồng",
141
+ "discover": "Khám phá",
142
+ "knowledgeBase": "Cơ sở kiến thức",
143
+ "navigate": "Điều hướng",
144
+ "newAgent": "Tạo trợ lý mới",
145
+ "noResults": "Không tìm thấy kết quả phù hợp",
146
+ "openSettings": "Mở cài đặt",
147
+ "painting": "Vẽ bằng AI",
148
+ "searchPlaceholder": "Nhập lệnh hoặc tìm kiếm...",
149
+ "settings": "Cài đặt",
150
+ "starOnGitHub": "Đánh giá sao trên GitHub",
151
+ "submitIssue": "Gửi vấn đề",
152
+ "theme": "Giao diện",
153
+ "themeAuto": "Theo hệ thống",
154
+ "themeDark": "Chế độ tối",
155
+ "themeLight": "Chế độ sáng",
156
+ "toOpen": "Mở",
157
+ "toSelect": "Chọn"
158
+ },
138
159
  "confirm": "Xác nhận",
139
160
  "contact": "Liên hệ chúng tôi",
140
161
  "copy": "Sao chép",
@@ -7,6 +7,10 @@
7
7
  "desc": "Xóa tất cả tin nhắn và tệp đã tải lên trong cuộc trò chuyện hiện tại",
8
8
  "title": "Xóa tin nhắn cuộc trò chuyện"
9
9
  },
10
+ "commandPalette": {
11
+ "desc": "Mở bảng lệnh toàn cục để truy cập nhanh các chức năng",
12
+ "title": "Bảng lệnh"
13
+ },
10
14
  "deleteAndRegenerateMessage": {
11
15
  "desc": "Xoá tin nhắn cuối cùng và tạo lại",
12
16
  "title": "Xoá và tạo lại"
@@ -1907,6 +1907,12 @@
1907
1907
  "grok-4-0709": {
1908
1908
  "description": "Grok 4 của xAI, có khả năng suy luận mạnh mẽ."
1909
1909
  },
1910
+ "grok-4-1-fast-non-reasoning": {
1911
+ "description": "Mô hình đa phương thức tiên tiến, được tối ưu hóa đặc biệt để gọi công cụ đại diện hiệu suất cao."
1912
+ },
1913
+ "grok-4-1-fast-reasoning": {
1914
+ "description": "Mô hình đa phương thức tiên tiến, được tối ưu hóa đặc biệt để gọi công cụ đại diện hiệu suất cao."
1915
+ },
1910
1916
  "grok-4-fast-non-reasoning": {
1911
1917
  "description": "Chúng tôi rất vui mừng giới thiệu Grok 4 Fast, bước tiến mới nhất của chúng tôi trong các mô hình suy luận hiệu quả về chi phí."
1912
1918
  },
@@ -135,6 +135,27 @@
135
135
  }
136
136
  },
137
137
  "close": "关闭",
138
+ "cmdk": {
139
+ "about": "关于",
140
+ "communitySupport": "社区支持",
141
+ "discover": "发现",
142
+ "knowledgeBase": "知识库",
143
+ "navigate": "导航",
144
+ "newAgent": "新建助手",
145
+ "noResults": "未找到相关结果",
146
+ "openSettings": "打开设置",
147
+ "painting": "AI 绘画",
148
+ "searchPlaceholder": "输入命令或搜索...",
149
+ "settings": "设置",
150
+ "starOnGitHub": "在 GitHub 上给我们 Star",
151
+ "submitIssue": "提交问题",
152
+ "theme": "主题",
153
+ "themeAuto": "跟随系统",
154
+ "themeDark": "深色模式",
155
+ "themeLight": "浅色模式",
156
+ "toOpen": "打开",
157
+ "toSelect": "选择"
158
+ },
138
159
  "confirm": "确认",
139
160
  "contact": "联系我们",
140
161
  "copy": "复制",
@@ -7,6 +7,10 @@
7
7
  "desc": "清空当前会话的消息和上传的文件",
8
8
  "title": "清空会话消息"
9
9
  },
10
+ "commandPalette": {
11
+ "desc": "打开全局命令面板快速访问功能",
12
+ "title": "命令面板"
13
+ },
10
14
  "deleteAndRegenerateMessage": {
11
15
  "desc": "删除最后一条消息并重新生成",
12
16
  "title": "删除并重新生成"
@@ -1907,6 +1907,12 @@
1907
1907
  "grok-4-0709": {
1908
1908
  "description": "xAI 的 Grok 4,具备强大的推理能力。"
1909
1909
  },
1910
+ "grok-4-1-fast-non-reasoning": {
1911
+ "description": "前沿多模态模型,专门针对高性能代理工具调用进行优化。"
1912
+ },
1913
+ "grok-4-1-fast-reasoning": {
1914
+ "description": "前沿多模态模型,专门针对高性能代理工具调用进行优化。"
1915
+ },
1910
1916
  "grok-4-fast-non-reasoning": {
1911
1917
  "description": "我们很高兴发布 Grok 4 Fast,这是我们在成本效益推理模型方面的最新进展。"
1912
1918
  },