@lobehub/lobehub 2.0.0-next.73 → 2.0.0-next.75

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 (78) hide show
  1. package/.github/workflows/desktop-pr-build.yml +7 -3
  2. package/CHANGELOG.md +50 -0
  3. package/apps/desktop/package.json +1 -0
  4. package/apps/desktop/src/main/controllers/LocalFileCtr.ts +55 -11
  5. package/apps/desktop/src/main/controllers/__tests__/LocalFileCtr.test.ts +153 -0
  6. package/changelog/v1.json +18 -0
  7. package/locales/ar/chat.json +5 -0
  8. package/locales/ar/models.json +15 -0
  9. package/locales/ar/tool.json +12 -1
  10. package/locales/bg-BG/chat.json +5 -0
  11. package/locales/bg-BG/models.json +15 -0
  12. package/locales/bg-BG/tool.json +12 -1
  13. package/locales/de-DE/chat.json +5 -0
  14. package/locales/de-DE/models.json +15 -0
  15. package/locales/de-DE/tool.json +12 -1
  16. package/locales/en-US/models.json +15 -0
  17. package/locales/en-US/tool.json +12 -1
  18. package/locales/es-ES/chat.json +5 -0
  19. package/locales/es-ES/models.json +15 -0
  20. package/locales/es-ES/tool.json +12 -1
  21. package/locales/fa-IR/chat.json +5 -0
  22. package/locales/fa-IR/models.json +15 -0
  23. package/locales/fa-IR/tool.json +12 -1
  24. package/locales/fr-FR/chat.json +5 -0
  25. package/locales/fr-FR/models.json +15 -0
  26. package/locales/fr-FR/tool.json +12 -1
  27. package/locales/it-IT/chat.json +5 -0
  28. package/locales/it-IT/models.json +15 -0
  29. package/locales/it-IT/tool.json +12 -1
  30. package/locales/ja-JP/chat.json +5 -0
  31. package/locales/ja-JP/models.json +15 -0
  32. package/locales/ja-JP/tool.json +12 -1
  33. package/locales/ko-KR/chat.json +5 -0
  34. package/locales/ko-KR/models.json +15 -0
  35. package/locales/ko-KR/tool.json +12 -1
  36. package/locales/nl-NL/chat.json +5 -0
  37. package/locales/nl-NL/models.json +15 -0
  38. package/locales/nl-NL/tool.json +12 -1
  39. package/locales/pl-PL/chat.json +5 -0
  40. package/locales/pl-PL/models.json +15 -0
  41. package/locales/pl-PL/tool.json +12 -1
  42. package/locales/pt-BR/chat.json +5 -0
  43. package/locales/pt-BR/models.json +15 -0
  44. package/locales/pt-BR/tool.json +12 -1
  45. package/locales/ru-RU/chat.json +5 -0
  46. package/locales/ru-RU/models.json +15 -0
  47. package/locales/ru-RU/tool.json +12 -1
  48. package/locales/tr-TR/chat.json +5 -0
  49. package/locales/tr-TR/models.json +15 -0
  50. package/locales/tr-TR/tool.json +12 -1
  51. package/locales/vi-VN/chat.json +5 -0
  52. package/locales/vi-VN/models.json +15 -0
  53. package/locales/vi-VN/tool.json +12 -1
  54. package/locales/zh-CN/models.json +15 -0
  55. package/locales/zh-CN/tool.json +12 -1
  56. package/locales/zh-TW/chat.json +5 -0
  57. package/locales/zh-TW/models.json +15 -0
  58. package/locales/zh-TW/tool.json +12 -1
  59. package/package.json +2 -1
  60. package/packages/electron-client-ipc/src/types/localSystem.ts +4 -0
  61. package/scripts/prebuild.mts +15 -5
  62. package/src/app/[variants]/desktopRouter.config.tsx +0 -17
  63. package/src/app/[variants]/mobileRouter.config.tsx +0 -16
  64. package/src/app/[variants]/page.tsx +5 -4
  65. package/src/features/Conversation/Messages/Group/Tool/Inspector/index.tsx +23 -4
  66. package/src/locales/default/tool.ts +11 -0
  67. package/src/store/chat/slices/builtinTool/actions/__tests__/localSystem.test.ts +5 -6
  68. package/src/store/chat/slices/builtinTool/actions/localSystem.ts +45 -182
  69. package/src/tools/executionRuntimes.ts +3 -0
  70. package/src/tools/local-system/ExecutionRuntime/index.ts +407 -0
  71. package/src/tools/local-system/Intervention/EditLocalFile/index.tsx +89 -0
  72. package/src/tools/local-system/Intervention/WriteFile/index.tsx +72 -0
  73. package/src/tools/local-system/Intervention/index.ts +4 -0
  74. package/src/tools/local-system/Render/EditLocalFile/index.tsx +67 -0
  75. package/src/tools/local-system/Render/ReadLocalFile/ReadFileView.tsx +53 -78
  76. package/src/tools/local-system/Render/index.ts +2 -0
  77. package/src/tools/local-system/index.ts +1 -0
  78. package/src/tools/local-system/type.ts +4 -3
@@ -2225,6 +2225,9 @@
2225
2225
  "megrez-3b-instruct": {
2226
2226
  "description": "Megrez 3B Instruct is a compact and efficient model developed by Wuwen Xinqiong."
2227
2227
  },
2228
+ "meituan/longcat-flash-chat": {
2229
+ "description": "An open-source foundational model from Meituan, optimized for conversational interactions and agent-based tasks. Excels in tool usage and complex multi-turn dialogue scenarios."
2230
+ },
2228
2231
  "meta-llama-3-70b-instruct": {
2229
2232
  "description": "A powerful 70-billion parameter model excelling in reasoning, coding, and broad language applications."
2230
2233
  },
@@ -2456,6 +2459,9 @@
2456
2459
  "minimax-m2": {
2457
2460
  "description": "MiniMax M2 is a high-efficiency large language model built for coding and agent-based workflows."
2458
2461
  },
2462
+ "minimax/minimax-m2": {
2463
+ "description": "Purpose-built for efficient coding and agent workflows."
2464
+ },
2459
2465
  "ministral-3b-latest": {
2460
2466
  "description": "Ministral 3B is Mistral's top-tier edge model."
2461
2467
  },
@@ -3371,6 +3377,12 @@
3371
3377
  "wizardlm2:8x22b": {
3372
3378
  "description": "WizardLM 2 is a language model provided by Microsoft AI, excelling in complex dialogues, multilingual capabilities, reasoning, and intelligent assistant applications."
3373
3379
  },
3380
+ "x-ai/grok-4-fast": {
3381
+ "description": "We’re excited to introduce Grok 4 Fast, our latest advancement in cost-effective reasoning models."
3382
+ },
3383
+ "x-ai/grok-code-fast-1": {
3384
+ "description": "We’re proud to launch grok-code-fast-1, a fast and cost-efficient reasoning model that excels in agent-based coding tasks."
3385
+ },
3374
3386
  "x1": {
3375
3387
  "description": "The Spark X1 model will undergo further upgrades, achieving results in reasoning, text generation, and language understanding tasks that match OpenAI o1 and DeepSeek R1, building on its leading position in domestic mathematical tasks."
3376
3388
  },
@@ -3431,6 +3443,9 @@
3431
3443
  "yi-vision-v2": {
3432
3444
  "description": "A complex visual task model that provides high-performance understanding and analysis capabilities based on multiple images."
3433
3445
  },
3446
+ "z-ai/glm-4.6": {
3447
+ "description": "GLM-4.6, the latest flagship model from Zhipu AI, delivers significant improvements over its predecessor in advanced coding, long-form text processing, reasoning, and agent capabilities."
3448
+ },
3434
3449
  "zai-org/GLM-4.5": {
3435
3450
  "description": "GLM-4.5 is a foundational model designed specifically for agent applications, using a Mixture-of-Experts (MoE) architecture. It is deeply optimized for tool invocation, web browsing, software engineering, and front-end programming, supporting seamless integration with code agents like Claude Code and Roo Code. GLM-4.5 employs a hybrid inference mode, adaptable to complex reasoning and everyday use scenarios."
3436
3451
  },
@@ -15,6 +15,12 @@
15
15
  "prompt": "Prompt"
16
16
  },
17
17
  "localFiles": {
18
+ "editFile": {
19
+ "newString": "Replace with",
20
+ "oldString": "Find",
21
+ "replaceAll": "Replace all occurrences",
22
+ "replaceFirst": "Replace first occurrence only"
23
+ },
18
24
  "file": "File",
19
25
  "folder": "Folder",
20
26
  "moveFiles": {
@@ -34,7 +40,12 @@
34
40
  "readFile": "Read File",
35
41
  "readFileError": "Failed to read file, please check if the file path is correct",
36
42
  "readFiles": "Read Files",
37
- "readFilesError": "Failed to read files, please check if the file path is correct"
43
+ "readFilesError": "Failed to read files, please check if the file path is correct",
44
+ "writeFile": {
45
+ "characters": "characters",
46
+ "preview": "Content Preview",
47
+ "truncated": "truncated"
48
+ }
38
49
  },
39
50
  "search": {
40
51
  "createNewSearch": "Create a new search record",
@@ -330,6 +330,11 @@
330
330
  "screenshot": "Captura de pantalla",
331
331
  "settings": "Configuración de exportación",
332
332
  "text": "Texto",
333
+ "widthMode": {
334
+ "label": "Modo de ancho",
335
+ "narrow": "Modo de pantalla estrecha",
336
+ "wide": "Modo de pantalla ancha"
337
+ },
333
338
  "withBackground": "Incluir imagen de fondo",
334
339
  "withFooter": "Incluir pie de página",
335
340
  "withPluginInfo": "Incluir información del plugin",
@@ -2225,6 +2225,9 @@
2225
2225
  "megrez-3b-instruct": {
2226
2226
  "description": "Megrez 3B Instruct es un modelo eficiente de bajo número de parámetros desarrollado por Wuwen Xinqiong."
2227
2227
  },
2228
+ "meituan/longcat-flash-chat": {
2229
+ "description": "Modelo base no reflexivo de código abierto de Meituan, optimizado para interacciones conversacionales y tareas de agentes inteligentes, con un rendimiento destacado en llamadas a herramientas y escenarios complejos de múltiples turnos."
2230
+ },
2228
2231
  "meta-llama-3-70b-instruct": {
2229
2232
  "description": "Un poderoso modelo de 70 mil millones de parámetros que sobresale en razonamiento, codificación y amplias aplicaciones de lenguaje."
2230
2233
  },
@@ -2456,6 +2459,9 @@
2456
2459
  "minimax-m2": {
2457
2460
  "description": "MiniMax M2 es un modelo de lenguaje grande y eficiente, diseñado para flujos de trabajo de codificación y agentes."
2458
2461
  },
2462
+ "minimax/minimax-m2": {
2463
+ "description": "Diseñado para una codificación eficiente y flujos de trabajo de agentes."
2464
+ },
2459
2465
  "ministral-3b-latest": {
2460
2466
  "description": "Ministral 3B es el modelo de borde de primer nivel mundial de Mistral."
2461
2467
  },
@@ -3371,6 +3377,12 @@
3371
3377
  "wizardlm2:8x22b": {
3372
3378
  "description": "WizardLM 2 es un modelo de lenguaje proporcionado por Microsoft AI, que destaca en diálogos complejos, multilingües, razonamiento y asistentes inteligentes."
3373
3379
  },
3380
+ "x-ai/grok-4-fast": {
3381
+ "description": "Nos complace presentar Grok 4 Fast, nuestro último avance en modelos de inferencia rentables."
3382
+ },
3383
+ "x-ai/grok-code-fast-1": {
3384
+ "description": "Nos complace lanzar grok-code-fast-1, un modelo de inferencia rápido y rentable con un rendimiento sobresaliente en codificación para agentes."
3385
+ },
3374
3386
  "x1": {
3375
3387
  "description": "El modelo Spark X1 se actualizará aún más, logrando resultados en tareas generales como razonamiento, generación de texto y comprensión del lenguaje que se comparan con OpenAI o1 y DeepSeek R1, además de liderar en tareas matemáticas en el país."
3376
3388
  },
@@ -3431,6 +3443,9 @@
3431
3443
  "yi-vision-v2": {
3432
3444
  "description": "Modelo para tareas visuales complejas, que ofrece capacidades de comprensión y análisis de alto rendimiento basadas en múltiples imágenes."
3433
3445
  },
3446
+ "z-ai/glm-4.6": {
3447
+ "description": "El nuevo modelo insignia de Zhipu, GLM-4.6, supera ampliamente a su predecesor en codificación avanzada, procesamiento de textos largos, razonamiento y capacidades de agentes inteligentes."
3448
+ },
3434
3449
  "zai-org/GLM-4.5": {
3435
3450
  "description": "GLM-4.5 es un modelo base diseñado para aplicaciones de agentes inteligentes, utilizando arquitectura Mixture-of-Experts (MoE). Está profundamente optimizado para llamadas a herramientas, navegación web, ingeniería de software y programación frontend, soportando integración fluida con agentes de código como Claude Code y Roo Code. GLM-4.5 emplea un modo de inferencia híbrido que se adapta a escenarios de razonamiento complejo y uso cotidiano."
3436
3451
  },
@@ -15,6 +15,12 @@
15
15
  "prompt": "Palabra de aviso"
16
16
  },
17
17
  "localFiles": {
18
+ "editFile": {
19
+ "newString": "Reemplazar con",
20
+ "oldString": "Buscar",
21
+ "replaceAll": "Reemplazar todas las coincidencias",
22
+ "replaceFirst": "Reemplazar solo la primera coincidencia"
23
+ },
18
24
  "file": "Archivo",
19
25
  "folder": "Carpeta",
20
26
  "moveFiles": {
@@ -34,7 +40,12 @@
34
40
  "readFile": "Leer archivo",
35
41
  "readFileError": "Error al leer el archivo, por favor verifica si la ruta del archivo es correcta",
36
42
  "readFiles": "Leer archivos",
37
- "readFilesError": "Error al leer los archivos, por favor verifica si la ruta del archivo es correcta"
43
+ "readFilesError": "Error al leer los archivos, por favor verifica si la ruta del archivo es correcta",
44
+ "writeFile": {
45
+ "characters": "caracteres",
46
+ "preview": "Vista previa del contenido",
47
+ "truncated": "Truncado"
48
+ }
38
49
  },
39
50
  "search": {
40
51
  "createNewSearch": "Crear un nuevo registro de búsqueda",
@@ -330,6 +330,11 @@
330
330
  "screenshot": "اسکرین‌شات",
331
331
  "settings": "تنظیمات خروجی",
332
332
  "text": "متن",
333
+ "widthMode": {
334
+ "label": "حالت عرض",
335
+ "narrow": "حالت صفحه باریک",
336
+ "wide": "حالت صفحه عریض"
337
+ },
333
338
  "withBackground": "شامل تصویر پس‌زمینه",
334
339
  "withFooter": "شامل پاورقی",
335
340
  "withPluginInfo": "شامل اطلاعات افزونه",
@@ -2225,6 +2225,9 @@
2225
2225
  "megrez-3b-instruct": {
2226
2226
  "description": "Megrez 3B Instruct یک مدل کم‌پارامتر و کارآمد است که توسط Wuwen Xinqiong ارائه شده است."
2227
2227
  },
2228
+ "meituan/longcat-flash-chat": {
2229
+ "description": "مدل پایه غیرتفکری متن‌باز Meituan که به‌طور ویژه برای تعاملات گفت‌وگویی و وظایف عامل‌ها بهینه‌سازی شده است و در فراخوانی ابزارها و سناریوهای پیچیده چندمرحله‌ای عملکرد برجسته‌ای دارد."
2230
+ },
2228
2231
  "meta-llama-3-70b-instruct": {
2229
2232
  "description": "یک مدل قدرتمند با ۷۰ میلیارد پارامتر که در استدلال، کدنویسی و کاربردهای گسترده زبانی عملکرد برجسته‌ای دارد."
2230
2233
  },
@@ -2456,6 +2459,9 @@
2456
2459
  "minimax-m2": {
2457
2460
  "description": "MiniMax M2 یک مدل زبانی بزرگ و کارآمد است که به‌طور خاص برای کدنویسی و جریان‌های کاری عامل‌محور طراحی شده است."
2458
2461
  },
2462
+ "minimax/minimax-m2": {
2463
+ "description": "ویژه طراحی شده برای کدنویسی کارآمد و جریان‌های کاری عامل‌ها."
2464
+ },
2459
2465
  "ministral-3b-latest": {
2460
2466
  "description": "Ministral 3B مدل پیشرفته و برتر Mistral در سطح جهانی است."
2461
2467
  },
@@ -3371,6 +3377,12 @@
3371
3377
  "wizardlm2:8x22b": {
3372
3378
  "description": "WizardLM 2 یک مدل زبانی ارائه شده توسط مایکروسافت AI است که در زمینه‌های مکالمات پیچیده، چندزبانه، استدلال و دستیارهای هوشمند عملکرد برجسته‌ای دارد."
3373
3379
  },
3380
+ "x-ai/grok-4-fast": {
3381
+ "description": "ما با خوشحالی Grok 4 Fast را معرفی می‌کنیم، جدیدترین پیشرفت ما در زمینه مدل‌های استنتاجی مقرون‌به‌صرفه."
3382
+ },
3383
+ "x-ai/grok-code-fast-1": {
3384
+ "description": "ما با افتخار grok-code-fast-1 را معرفی می‌کنیم، مدلی سریع و اقتصادی برای استنتاج که در کدنویسی عامل‌ها عملکردی عالی دارد."
3385
+ },
3374
3386
  "x1": {
3375
3387
  "description": "مدل Spark X1 به‌زودی ارتقا خواهد یافت و در زمینه وظایف ریاضی که در کشور پیشرو است، عملکردهای استدلال، تولید متن و درک زبان را با OpenAI o1 و DeepSeek R1 مقایسه خواهد کرد."
3376
3388
  },
@@ -3431,6 +3443,9 @@
3431
3443
  "yi-vision-v2": {
3432
3444
  "description": "مدل‌های پیچیده بصری که قابلیت‌های درک و تحلیل با عملکرد بالا را بر اساس چندین تصویر ارائه می‌دهند."
3433
3445
  },
3446
+ "z-ai/glm-4.6": {
3447
+ "description": "جدیدترین مدل پرچم‌دار Zhipu به نام GLM-4.6 که در کدنویسی پیشرفته، پردازش متون طولانی، استنتاج و توانایی‌های عامل‌ها به‌طور کامل از نسل قبلی پیشی گرفته است."
3448
+ },
3434
3449
  "zai-org/GLM-4.5": {
3435
3450
  "description": "GLM-4.5 یک مدل پایه طراحی شده برای کاربردهای عامل هوشمند است که از معماری Mixture-of-Experts استفاده می‌کند. این مدل در زمینه‌های فراخوانی ابزار، مرور وب، مهندسی نرم‌افزار و برنامه‌نویسی فرانت‌اند بهینه‌سازی عمیق شده و از ادغام بی‌وقفه با عامل‌های کد مانند Claude Code و Roo Code پشتیبانی می‌کند. GLM-4.5 از حالت استدلال ترکیبی بهره می‌برد و می‌تواند در سناریوهای استدلال پیچیده و استفاده روزمره به خوبی عمل کند."
3436
3451
  },
@@ -15,6 +15,12 @@
15
15
  "prompt": "کلمات کلیدی"
16
16
  },
17
17
  "localFiles": {
18
+ "editFile": {
19
+ "newString": "جایگزین با",
20
+ "oldString": "یافتن محتوا",
21
+ "replaceAll": "جایگزینی تمام موارد",
22
+ "replaceFirst": "فقط اولین مورد را جایگزین کن"
23
+ },
18
24
  "file": "فایل",
19
25
  "folder": "پوشه",
20
26
  "moveFiles": {
@@ -34,7 +40,12 @@
34
40
  "readFile": "خواندن فایل",
35
41
  "readFileError": "خطا در خواندن فایل، لطفاً مسیر فایل را بررسی کنید",
36
42
  "readFiles": "خواندن فایل‌ها",
37
- "readFilesError": "خطا در خواندن فایل‌ها، لطفاً مسیر فایل‌ها را بررسی کنید"
43
+ "readFilesError": "خطا در خواندن فایل‌ها، لطفاً مسیر فایل‌ها را بررسی کنید",
44
+ "writeFile": {
45
+ "characters": "کاراکتر",
46
+ "preview": "پیش‌نمایش محتوا",
47
+ "truncated": "بریده شده"
48
+ }
38
49
  },
39
50
  "search": {
40
51
  "createNewSearch": "ایجاد جستجوی جدید",
@@ -330,6 +330,11 @@
330
330
  "screenshot": "Capture d'écran",
331
331
  "settings": "Paramètres d'exportation",
332
332
  "text": "Texte",
333
+ "widthMode": {
334
+ "label": "Mode de largeur",
335
+ "narrow": "Mode écran étroit",
336
+ "wide": "Mode écran large"
337
+ },
333
338
  "withBackground": "Avec image de fond",
334
339
  "withFooter": "Avec pied de page",
335
340
  "withPluginInfo": "Avec informations sur le plugin",
@@ -2225,6 +2225,9 @@
2225
2225
  "megrez-3b-instruct": {
2226
2226
  "description": "Megrez 3B Instruct est un modèle efficace à faible nombre de paramètres lancé par Wuwen Xinqiong."
2227
2227
  },
2228
+ "meituan/longcat-flash-chat": {
2229
+ "description": "Modèle de base non réflexif open source de Meituan, optimisé pour les interactions conversationnelles et les tâches d'agents intelligents, offrant d'excellentes performances dans les appels d'outils et les scénarios d'interactions complexes à plusieurs tours."
2230
+ },
2228
2231
  "meta-llama-3-70b-instruct": {
2229
2232
  "description": "Un puissant modèle de 70 milliards de paramètres excelling dans le raisonnement, le codage et les applications linguistiques larges."
2230
2233
  },
@@ -2456,6 +2459,9 @@
2456
2459
  "minimax-m2": {
2457
2460
  "description": "MiniMax M2 est un modèle de langage de grande taille, efficace et conçu pour les flux de travail en codage et en automatisation."
2458
2461
  },
2462
+ "minimax/minimax-m2": {
2463
+ "description": "Conçu pour un codage efficace et des flux de travail d'agents performants."
2464
+ },
2459
2465
  "ministral-3b-latest": {
2460
2466
  "description": "Ministral 3B est le modèle de pointe de Mistral sur le marché."
2461
2467
  },
@@ -3371,6 +3377,12 @@
3371
3377
  "wizardlm2:8x22b": {
3372
3378
  "description": "WizardLM 2 est un modèle de langage proposé par Microsoft AI, particulièrement performant dans les domaines des dialogues complexes, du multilinguisme, du raisonnement et des assistants intelligents."
3373
3379
  },
3380
+ "x-ai/grok-4-fast": {
3381
+ "description": "Nous sommes ravis de présenter Grok 4 Fast, notre dernière avancée en matière de modèles de raisonnement rentables."
3382
+ },
3383
+ "x-ai/grok-code-fast-1": {
3384
+ "description": "Nous sommes heureux de lancer grok-code-fast-1, un modèle de raisonnement rapide et économique, particulièrement performant pour le codage assisté par agent."
3385
+ },
3374
3386
  "x1": {
3375
3387
  "description": "Le modèle Spark X1 sera mis à niveau, et sur la base de ses performances déjà leaders dans les tâches mathématiques, il atteindra des résultats comparables dans des tâches générales telles que le raisonnement, la génération de texte et la compréhension du langage, en se mesurant à OpenAI o1 et DeepSeek R1."
3376
3388
  },
@@ -3431,6 +3443,9 @@
3431
3443
  "yi-vision-v2": {
3432
3444
  "description": "Modèle pour des tâches visuelles complexes, offrant des capacités de compréhension et d'analyse de haute performance basées sur plusieurs images."
3433
3445
  },
3446
+ "z-ai/glm-4.6": {
3447
+ "description": "GLM-4.6, le tout dernier modèle phare de Zhipu, surpasse son prédécesseur dans les domaines du codage avancé, du traitement de longs textes, du raisonnement et des capacités d'agents intelligents."
3448
+ },
3434
3449
  "zai-org/GLM-4.5": {
3435
3450
  "description": "GLM-4.5 est un modèle de base conçu pour les applications d'agents intelligents, utilisant une architecture Mixture-of-Experts (MoE). Il est profondément optimisé pour l'appel d'outils, la navigation web, l'ingénierie logicielle et la programmation front-end, supportant une intégration transparente avec des agents de code tels que Claude Code et Roo Code. GLM-4.5 utilise un mode d'inférence hybride, adapté à des scénarios variés allant du raisonnement complexe à l'usage quotidien."
3436
3451
  },
@@ -15,6 +15,12 @@
15
15
  "prompt": "Mot de rappel"
16
16
  },
17
17
  "localFiles": {
18
+ "editFile": {
19
+ "newString": "Remplacer par",
20
+ "oldString": "Rechercher",
21
+ "replaceAll": "Remplacer toutes les occurrences",
22
+ "replaceFirst": "Remplacer uniquement la première occurrence"
23
+ },
18
24
  "file": "Fichier",
19
25
  "folder": "Dossier",
20
26
  "moveFiles": {
@@ -34,7 +40,12 @@
34
40
  "readFile": "Lire le fichier",
35
41
  "readFileError": "Échec de la lecture du fichier, veuillez vérifier si le chemin du fichier est correct",
36
42
  "readFiles": "Lire les fichiers",
37
- "readFilesError": "Échec de la lecture des fichiers, veuillez vérifier si le chemin du fichier est correct"
43
+ "readFilesError": "Échec de la lecture des fichiers, veuillez vérifier si le chemin du fichier est correct",
44
+ "writeFile": {
45
+ "characters": "caractères",
46
+ "preview": "Aperçu du contenu",
47
+ "truncated": "Tronqué"
48
+ }
38
49
  },
39
50
  "search": {
40
51
  "createNewSearch": "Créer un nouvel enregistrement de recherche",
@@ -330,6 +330,11 @@
330
330
  "screenshot": "Screenshot",
331
331
  "settings": "Impostazioni di esportazione",
332
332
  "text": "Testo",
333
+ "widthMode": {
334
+ "label": "Modalità larghezza",
335
+ "narrow": "Modalità schermo stretto",
336
+ "wide": "Modalità schermo ampio"
337
+ },
333
338
  "withBackground": "Con immagine di sfondo",
334
339
  "withFooter": "Con piè di pagina",
335
340
  "withPluginInfo": "Con informazioni sul plugin",
@@ -2225,6 +2225,9 @@
2225
2225
  "megrez-3b-instruct": {
2226
2226
  "description": "Megrez 3B Instruct è un modello efficiente a basso numero di parametri sviluppato da Wuwen Xinqiong."
2227
2227
  },
2228
+ "meituan/longcat-flash-chat": {
2229
+ "description": "Modello base non riflessivo open source di Meituan, ottimizzato per l'interazione dialogica e i compiti degli agenti intelligenti, eccelle nell'uso di strumenti e in scenari complessi di conversazione multi-turno."
2230
+ },
2228
2231
  "meta-llama-3-70b-instruct": {
2229
2232
  "description": "Un potente modello con 70 miliardi di parametri che eccelle nel ragionamento, nella codifica e nelle ampie applicazioni linguistiche."
2230
2233
  },
@@ -2456,6 +2459,9 @@
2456
2459
  "minimax-m2": {
2457
2460
  "description": "MiniMax M2 è un modello linguistico di grandi dimensioni, efficiente e progettato per flussi di lavoro di codifica e agenti intelligenti."
2458
2461
  },
2462
+ "minimax/minimax-m2": {
2463
+ "description": "Progettato per una codifica efficiente e flussi di lavoro con agenti."
2464
+ },
2459
2465
  "ministral-3b-latest": {
2460
2466
  "description": "Ministral 3B è il modello di punta di Mistral per edge computing."
2461
2467
  },
@@ -3371,6 +3377,12 @@
3371
3377
  "wizardlm2:8x22b": {
3372
3378
  "description": "WizardLM 2 è un modello di linguaggio fornito da Microsoft AI, particolarmente efficace in dialoghi complessi, multilingue, ragionamento e assistenti intelligenti."
3373
3379
  },
3380
+ "x-ai/grok-4-fast": {
3381
+ "description": "Siamo lieti di presentare Grok 4 Fast, il nostro ultimo progresso nei modelli di inferenza ad alta efficienza in termini di costi."
3382
+ },
3383
+ "x-ai/grok-code-fast-1": {
3384
+ "description": "Siamo entusiasti di lanciare grok-code-fast-1, un modello di inferenza rapido ed economico, eccellente nella codifica per agenti."
3385
+ },
3374
3386
  "x1": {
3375
3387
  "description": "Il modello Spark X1 sarà ulteriormente aggiornato, raggiungendo risultati in compiti generali come ragionamento, generazione di testo e comprensione del linguaggio, in linea con OpenAI o1 e DeepSeek R1, partendo da una posizione di leadership nei compiti matematici."
3376
3388
  },
@@ -3431,6 +3443,9 @@
3431
3443
  "yi-vision-v2": {
3432
3444
  "description": "Modello per compiti visivi complessi, che offre capacità di comprensione e analisi ad alte prestazioni basate su più immagini."
3433
3445
  },
3446
+ "z-ai/glm-4.6": {
3447
+ "description": "GLM-4.6, il nuovo modello di punta di Zhipu, supera ampiamente la generazione precedente in codifica avanzata, gestione di testi lunghi, capacità di ragionamento e competenze degli agenti."
3448
+ },
3434
3449
  "zai-org/GLM-4.5": {
3435
3450
  "description": "GLM-4.5 è un modello base progettato per applicazioni agenti intelligenti, che utilizza un'architettura Mixture-of-Experts (MoE). Ottimizzato profondamente per chiamate a strumenti, navigazione web, ingegneria del software e programmazione frontend, supporta integrazioni fluide con agenti di codice come Claude Code e Roo Code. Adotta una modalità di inferenza ibrida per adattarsi a scenari di ragionamento complessi e uso quotidiano."
3436
3451
  },
@@ -15,6 +15,12 @@
15
15
  "prompt": "parola chiave"
16
16
  },
17
17
  "localFiles": {
18
+ "editFile": {
19
+ "newString": "Sostituisci con",
20
+ "oldString": "Trova",
21
+ "replaceAll": "Sostituisci tutte le occorrenze",
22
+ "replaceFirst": "Sostituisci solo la prima occorrenza"
23
+ },
18
24
  "file": "File",
19
25
  "folder": "Cartella",
20
26
  "moveFiles": {
@@ -34,7 +40,12 @@
34
40
  "readFile": "Leggi file",
35
41
  "readFileError": "Impossibile leggere il file, controlla se il percorso del file è corretto",
36
42
  "readFiles": "Leggi file",
37
- "readFilesError": "Impossibile leggere i file, controlla se il percorso del file è corretto"
43
+ "readFilesError": "Impossibile leggere i file, controlla se il percorso del file è corretto",
44
+ "writeFile": {
45
+ "characters": "Caratteri",
46
+ "preview": "Anteprima contenuto",
47
+ "truncated": "Troncato"
48
+ }
38
49
  },
39
50
  "search": {
40
51
  "createNewSearch": "Crea una nuova registrazione di ricerca",
@@ -330,6 +330,11 @@
330
330
  "screenshot": "スクリーンショット",
331
331
  "settings": "エクスポート設定",
332
332
  "text": "テキスト",
333
+ "widthMode": {
334
+ "label": "幅のモード",
335
+ "narrow": "ナローモード",
336
+ "wide": "ワイドモード"
337
+ },
333
338
  "withBackground": "背景画像を含む",
334
339
  "withFooter": "フッターを含む",
335
340
  "withPluginInfo": "プラグイン情報を含む",
@@ -2225,6 +2225,9 @@
2225
2225
  "megrez-3b-instruct": {
2226
2226
  "description": "Megrez 3B Instruct は WuWenXinQiong によって開発された小規模パラメータの高効率モデルです。"
2227
2227
  },
2228
+ "meituan/longcat-flash-chat": {
2229
+ "description": "美団がオープンソースで提供する、対話型インタラクションとエージェントタスクに最適化された非推論型基盤モデルであり、ツールの呼び出しや複雑なマルチターン対話シナリオにおいて優れた性能を発揮します。"
2230
+ },
2228
2231
  "meta-llama-3-70b-instruct": {
2229
2232
  "description": "推論、コーディング、広範な言語アプリケーションに優れた70億パラメータの強力なモデルです。"
2230
2233
  },
@@ -2456,6 +2459,9 @@
2456
2459
  "minimax-m2": {
2457
2460
  "description": "MiniMax M2は、コーディングおよびエージェントワークフローのために構築された高効率な大規模言語モデルです。"
2458
2461
  },
2462
+ "minimax/minimax-m2": {
2463
+ "description": "効率的なコーディングとエージェントワークフローのために設計されたモデルです。"
2464
+ },
2459
2465
  "ministral-3b-latest": {
2460
2466
  "description": "Ministral 3BはMistralの世界トップクラスのエッジモデルです。"
2461
2467
  },
@@ -3371,6 +3377,12 @@
3371
3377
  "wizardlm2:8x22b": {
3372
3378
  "description": "WizardLM 2は、Microsoft AIが提供する言語モデルであり、複雑な対話、多言語、推論、インテリジェントアシスタントの分野で特に優れた性能を発揮します。"
3373
3379
  },
3380
+ "x-ai/grok-4-fast": {
3381
+ "description": "Grok 4 Fast をリリースできることを嬉しく思います。これは、コスト効率の高い推論モデルにおける最新の進展です。"
3382
+ },
3383
+ "x-ai/grok-code-fast-1": {
3384
+ "description": "grok-code-fast-1 を発表できることを嬉しく思います。これは、高速かつ経済的な推論モデルであり、エージェントによるコーディングにおいて優れた性能を発揮します。"
3385
+ },
3374
3386
  "x1": {
3375
3387
  "description": "Spark X1 モデルはさらにアップグレードされ、元の数学タスクで国内のリーダーシップを維持しつつ、推論、テキスト生成、言語理解などの一般的なタスクで OpenAI o1 および DeepSeek R1 に匹敵する効果を実現します。"
3376
3388
  },
@@ -3431,6 +3443,9 @@
3431
3443
  "yi-vision-v2": {
3432
3444
  "description": "複雑な視覚タスクモデルで、複数の画像に基づく高性能な理解と分析能力を提供します。"
3433
3445
  },
3446
+ "z-ai/glm-4.6": {
3447
+ "description": "智譜の最新フラッグシップモデル GLM-4.6 は、高度なコーディング、長文処理、推論およびエージェント能力において前世代を大きく上回る性能を実現しています。"
3448
+ },
3434
3449
  "zai-org/GLM-4.5": {
3435
3450
  "description": "GLM-4.5はエージェントアプリケーション向けに設計された基盤モデルで、混合専門家(Mixture-of-Experts)アーキテクチャを採用。ツール呼び出し、ウェブブラウジング、ソフトウェア工学、フロントエンドプログラミング分野で深く最適化され、Claude CodeやRoo Codeなどのコードエージェントへのシームレスな統合をサポートします。混合推論モードを採用し、複雑な推論や日常利用など多様なシナリオに適応可能です。"
3436
3451
  },
@@ -15,6 +15,12 @@
15
15
  "prompt": "プロンプト"
16
16
  },
17
17
  "localFiles": {
18
+ "editFile": {
19
+ "newString": "置換後の文字列",
20
+ "oldString": "検索文字列",
21
+ "replaceAll": "すべて置換",
22
+ "replaceFirst": "最初の一致のみ置換"
23
+ },
18
24
  "file": "ファイル",
19
25
  "folder": "フォルダー",
20
26
  "moveFiles": {
@@ -34,7 +40,12 @@
34
40
  "readFile": "ファイルを読み込む",
35
41
  "readFileError": "ファイルの読み込みに失敗しました。ファイルパスが正しいか確認してください。",
36
42
  "readFiles": "ファイルを読み込む",
37
- "readFilesError": "ファイルの読み込みに失敗しました。ファイルパスが正しいか確認してください。"
43
+ "readFilesError": "ファイルの読み込みに失敗しました。ファイルパスが正しいか確認してください。",
44
+ "writeFile": {
45
+ "characters": "文字数",
46
+ "preview": "内容プレビュー",
47
+ "truncated": "切り捨てられました"
48
+ }
38
49
  },
39
50
  "search": {
40
51
  "createNewSearch": "新しい検索記録を作成",
@@ -330,6 +330,11 @@
330
330
  "screenshot": "스크린샷",
331
331
  "settings": "내보내기 설정",
332
332
  "text": "텍스트",
333
+ "widthMode": {
334
+ "label": "너비 모드",
335
+ "narrow": "좁은 화면 모드",
336
+ "wide": "넓은 화면 모드"
337
+ },
333
338
  "withBackground": "배경 이미지 포함",
334
339
  "withFooter": "푸터 포함",
335
340
  "withPluginInfo": "플러그인 정보 포함",
@@ -2225,6 +2225,9 @@
2225
2225
  "megrez-3b-instruct": {
2226
2226
  "description": "Megrez 3B Instruct는 Wuwen Xinqiong에서 출시한 소형 파라미터 고효율 모델입니다."
2227
2227
  },
2228
+ "meituan/longcat-flash-chat": {
2229
+ "description": "메이투안이 오픈소스로 공개한 비사고형 기반 모델로, 대화 상호작용과 에이전트 작업에 최적화되어 있으며, 도구 호출 및 복잡한 다중 회화 시나리오에서 뛰어난 성능을 발휘합니다."
2230
+ },
2228
2231
  "meta-llama-3-70b-instruct": {
2229
2232
  "description": "추론, 코딩 및 광범위한 언어 응용 프로그램에서 뛰어난 성능을 발휘하는 강력한 70억 매개변수 모델입니다."
2230
2233
  },
@@ -2456,6 +2459,9 @@
2456
2459
  "minimax-m2": {
2457
2460
  "description": "MiniMax M2는 코딩 및 에이전트 워크플로우를 위해 설계된 효율적인 대형 언어 모델입니다."
2458
2461
  },
2462
+ "minimax/minimax-m2": {
2463
+ "description": "효율적인 코딩과 에이전트 워크플로우를 위해 설계되었습니다."
2464
+ },
2459
2465
  "ministral-3b-latest": {
2460
2466
  "description": "Ministral 3B는 Mistral의 세계적 수준의 엣지 모델입니다."
2461
2467
  },
@@ -3371,6 +3377,12 @@
3371
3377
  "wizardlm2:8x22b": {
3372
3378
  "description": "WizardLM 2는 Microsoft AI에서 제공하는 언어 모델로, 복잡한 대화, 다국어, 추론 및 스마트 어시스턴트 분야에서 특히 뛰어난 성능을 발휘합니다."
3373
3379
  },
3380
+ "x-ai/grok-4-fast": {
3381
+ "description": "Grok 4 Fast를 출시하게 되어 매우 기쁩니다. 이는 비용 효율적인 추론 모델 분야에서 우리의 최신 성과입니다."
3382
+ },
3383
+ "x-ai/grok-code-fast-1": {
3384
+ "description": "grok-code-fast-1을 출시하게 되어 기쁩니다. 이 모델은 빠르고 경제적인 추론 성능을 제공하며, 에이전트 기반 코딩 작업에서 탁월한 성능을 보입니다."
3385
+ },
3374
3386
  "x1": {
3375
3387
  "description": "Spark X1 모델은 추가 업그레이드를 통해 기존의 수학 과제에서 국내 선두를 유지하며, 추론, 텍스트 생성, 언어 이해 등 일반 과제에서 OpenAI o1 및 DeepSeek R1과 동등한 성과를 달성합니다."
3376
3388
  },
@@ -3431,6 +3443,9 @@
3431
3443
  "yi-vision-v2": {
3432
3444
  "description": "복잡한 시각적 작업 모델로, 여러 이미지를 기반으로 한 고성능 이해 및 분석 능력을 제공합니다."
3433
3445
  },
3446
+ "z-ai/glm-4.6": {
3447
+ "description": "Zhipu의 최신 플래그십 모델 GLM-4.6은 고급 코딩, 장문 처리, 추론 및 에이전트 능력에서 전 세대를 뛰어넘는 성능을 자랑합니다."
3448
+ },
3434
3449
  "zai-org/GLM-4.5": {
3435
3450
  "description": "GLM-4.5는 에이전트 애플리케이션을 위해 설계된 기본 모델로, 혼합 전문가(Mixture-of-Experts) 아키텍처를 사용합니다. 도구 호출, 웹 브라우징, 소프트웨어 엔지니어링, 프론트엔드 프로그래밍 분야에서 깊이 최적화되었으며, Claude Code, Roo Code 등 코드 에이전트에 원활히 통합될 수 있습니다. GLM-4.5는 혼합 추론 모드를 채택하여 복잡한 추론과 일상 사용 등 다양한 응용 시나리오에 적응할 수 있습니다."
3436
3451
  },
@@ -15,6 +15,12 @@
15
15
  "prompt": "프롬프트"
16
16
  },
17
17
  "localFiles": {
18
+ "editFile": {
19
+ "newString": "다음으로 바꾸기",
20
+ "oldString": "찾을 내용",
21
+ "replaceAll": "모든 항목 바꾸기",
22
+ "replaceFirst": "첫 번째 항목만 바꾸기"
23
+ },
18
24
  "file": "파일",
19
25
  "folder": "폴더",
20
26
  "moveFiles": {
@@ -34,7 +40,12 @@
34
40
  "readFile": "파일 읽기",
35
41
  "readFileError": "파일을 읽는 데 실패했습니다. 파일 경로가 올바른지 확인하세요.",
36
42
  "readFiles": "파일 읽기",
37
- "readFilesError": "파일을 읽는 데 실패했습니다. 파일 경로가 올바른지 확인하세요."
43
+ "readFilesError": "파일을 읽는 데 실패했습니다. 파일 경로가 올바른지 확인하세요.",
44
+ "writeFile": {
45
+ "characters": "문자 수",
46
+ "preview": "내용 미리보기",
47
+ "truncated": "잘림"
48
+ }
38
49
  },
39
50
  "search": {
40
51
  "createNewSearch": "새 검색 기록 만들기",
@@ -330,6 +330,11 @@
330
330
  "screenshot": "Screenshot",
331
331
  "settings": "Exportinstellingen",
332
332
  "text": "Tekst",
333
+ "widthMode": {
334
+ "label": "Breedtemodus",
335
+ "narrow": "Smalle schermmodus",
336
+ "wide": "Brede schermmodus"
337
+ },
333
338
  "withBackground": "Met achtergrondafbeelding",
334
339
  "withFooter": "Met voettekst",
335
340
  "withPluginInfo": "Met plug-in informatie",
@@ -2225,6 +2225,9 @@
2225
2225
  "megrez-3b-instruct": {
2226
2226
  "description": "Megrez 3B Instruct is een efficiënt model met een klein aantal parameters, ontwikkeld door Wuwen Xinqiong."
2227
2227
  },
2228
+ "meituan/longcat-flash-chat": {
2229
+ "description": "Longcat Flash Chat is een open-source basismodel van Meituan, geoptimaliseerd voor dialooginteractie en agent-taken. Het blinkt uit in gereedschapsgebruik en complexe meerstapsgesprekken."
2230
+ },
2228
2231
  "meta-llama-3-70b-instruct": {
2229
2232
  "description": "Een krachtig model met 70 miljard parameters dat uitblinkt in redeneren, coderen en brede taaltoepassingen."
2230
2233
  },
@@ -2456,6 +2459,9 @@
2456
2459
  "minimax-m2": {
2457
2460
  "description": "MiniMax M2 is een efficiënt groot taalmodel dat speciaal is ontwikkeld voor programmeer- en agentworkflows."
2458
2461
  },
2462
+ "minimax/minimax-m2": {
2463
+ "description": "Speciaal ontworpen voor efficiënte codering en agent-workflows."
2464
+ },
2459
2465
  "ministral-3b-latest": {
2460
2466
  "description": "Ministral 3B is het toonaangevende edge-model van Mistral."
2461
2467
  },
@@ -3371,6 +3377,12 @@
3371
3377
  "wizardlm2:8x22b": {
3372
3378
  "description": "WizardLM 2 is een taalmodel van Microsoft AI dat uitblinkt in complexe gesprekken, meertaligheid, inferentie en intelligente assistentie."
3373
3379
  },
3380
+ "x-ai/grok-4-fast": {
3381
+ "description": "We zijn verheugd om Grok 4 Fast te introduceren, onze nieuwste vooruitgang op het gebied van kostenefficiënte redeneermodellen."
3382
+ },
3383
+ "x-ai/grok-code-fast-1": {
3384
+ "description": "We zijn trots om grok-code-fast-1 te lanceren, een snel en kostenefficiënt redeneermodel dat uitblinkt in agentgebaseerde codering."
3385
+ },
3374
3386
  "x1": {
3375
3387
  "description": "Het Spark X1-model zal verder worden geüpgraded, met verbeterde prestaties in redenering, tekstgeneratie en taalbegrip, ter vergelijking met OpenAI o1 en DeepSeek R1."
3376
3388
  },
@@ -3431,6 +3443,9 @@
3431
3443
  "yi-vision-v2": {
3432
3444
  "description": "Complex visietakenmodel dat hoge prestaties biedt in begrip en analyse op basis van meerdere afbeeldingen."
3433
3445
  },
3446
+ "z-ai/glm-4.6": {
3447
+ "description": "GLM-4.6 is het nieuwste vlaggenschipmodel van Zhipu AI en overtreft zijn voorgangers op het gebied van geavanceerde codering, lange tekstverwerking, redeneren en agentcapaciteiten."
3448
+ },
3434
3449
  "zai-org/GLM-4.5": {
3435
3450
  "description": "GLM-4.5 is een basis model speciaal ontworpen voor agenttoepassingen, gebruikmakend van een Mixture-of-Experts (MoE) architectuur. Het is diep geoptimaliseerd voor toolaanroepen, web browsing, software engineering en frontend programmeren, en ondersteunt naadloze integratie met code-agents zoals Claude Code en Roo Code. GLM-4.5 gebruikt een hybride redeneermodus en is geschikt voor complexe redenering en dagelijks gebruik."
3436
3451
  },