micro-models-agent 0.58.1 → 0.58.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -0
- package/dist/i18n/en.json +716 -679
- package/dist/i18n/ru.json +716 -679
- package/dist/main.js +2 -2
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -2692,7 +2692,7 @@ Fix the error and re-edit the file (a clean write clears the failure), or mark t
|
|
|
2692
2692
|
"lsp.check_unsupported": "No LSP server configured for: {path}",
|
|
2693
2693
|
"lsp.check_clean": "No errors or warnings detected ({count} file(s) checked).",
|
|
2694
2694
|
"lsp.checked_files": "Checked {count} file(s):",
|
|
2695
|
-
"lsp.startup_header": "[Existing project errors (checked at session start) — fix these
|
|
2695
|
+
"lsp.startup_header": "[Existing project errors (baseline, checked at session start) — informational. Do NOT fix them unless the current request is about these errors; otherwise ignore them and work only on what the user asked.]:",
|
|
2696
2696
|
"cli.description": "Micro Models Agent — AI coding agent for small models",
|
|
2697
2697
|
"cli.init": "Run interactive setup wizard",
|
|
2698
2698
|
"cli.config_saved": "Configuration saved to ~/.mma/config.json",
|
|
@@ -3459,7 +3459,7 @@ var init_ru = __esm(() => {
|
|
|
3459
3459
|
"lsp.check_unsupported": "Для файла не настроен LSP-сервер: {path}",
|
|
3460
3460
|
"lsp.check_clean": "Ошибок и предупреждений не обнаружено (проверено файлов: {count}).",
|
|
3461
3461
|
"lsp.checked_files": "Проверено файлов: {count}:",
|
|
3462
|
-
"lsp.startup_header": "[Существующие ошибки проекта (проверено при старте сессии) —
|
|
3462
|
+
"lsp.startup_header": "[Существующие ошибки проекта (базовый уровень, проверено при старте сессии) — справочно. Не исправляйте их, если текущий запрос не про эти ошибки; в противном случае игнорируйте их и выполняйте только то, о чём попросил пользователь.]:",
|
|
3463
3463
|
"cli.description": "Micro Models Agent — ИИ-агент для кодинга на малых моделях",
|
|
3464
3464
|
"cli.init": "Запустить мастер настройки",
|
|
3465
3465
|
"cli.config_saved": "Конфигурация сохранена в ~/.mma/config.json",
|