micro-models-agent 0.16.0 → 0.16.1
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/dist/i18n/en.json +1 -1
- package/dist/i18n/ru.json +1 -1
- package/package.json +1 -1
package/dist/i18n/en.json
CHANGED
|
@@ -359,7 +359,7 @@
|
|
|
359
359
|
"setup.security_configure": " Configure security? (y/N)",
|
|
360
360
|
"setup.security_bash_block": " Block dangerous commands (rm, sudo, ssh, etc.)? (y/N)",
|
|
361
361
|
"setup.security_flags_block": " Block dangerous flags (--force, -rf, etc.)? (y/N)",
|
|
362
|
-
"setup.security_paths_deny": "
|
|
362
|
+
"setup.security_paths_deny": " Allow access to .git/, .env, node_modules/? (y/N)",
|
|
363
363
|
"skill.already_loaded": "Skill \"{name}\" is already loaded",
|
|
364
364
|
"skill.not_found": "Skill \"{name}\" not found in any source directory",
|
|
365
365
|
"skill.no_match": "No skills match for: {task}",
|
package/dist/i18n/ru.json
CHANGED
|
@@ -359,7 +359,7 @@
|
|
|
359
359
|
"setup.security_configure": " Настроить безопасность? (y/N)",
|
|
360
360
|
"setup.security_bash_block": " Блокировать опасные команды (rm, sudo, ssh и т.д.)? (y/N)",
|
|
361
361
|
"setup.security_flags_block": " Блокировать опасные флаги (--force, -rf и т.д.)? (y/N)",
|
|
362
|
-
"setup.security_paths_deny": "
|
|
362
|
+
"setup.security_paths_deny": " Разрешить доступ к .git/, .env, node_modules/? (y/N)",
|
|
363
363
|
"skill.already_loaded": "Скилл \"{name}\" уже загружен",
|
|
364
364
|
"skill.not_found": "Скилл \"{name}\" не найден ни в одном каталоге",
|
|
365
365
|
"skill.no_match": "Нет скиллов подходящих для: {task}",
|