From e5cac2684fc812158b62a3a12e466325efc0a5a0 Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Tue, 13 Jan 2026 19:35:12 +0800 Subject: [PATCH] beta --- .../src/i18n/locales/en-US/features/config-metadata.json | 4 ++-- .../src/i18n/locales/zh-CN/features/config-metadata.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dashboard/src/i18n/locales/en-US/features/config-metadata.json b/dashboard/src/i18n/locales/en-US/features/config-metadata.json index 3da2d849d..dbfea629b 100644 --- a/dashboard/src/i18n/locales/en-US/features/config-metadata.json +++ b/dashboard/src/i18n/locales/en-US/features/config-metadata.json @@ -134,11 +134,11 @@ } }, "sandbox": { - "description": "Agent Sandbox Environment", + "description": "Agent Sandbox Env(Beta)", "provider_settings": { "sandbox": { "enable": { - "description": "Enable Sandbox Environment", + "description": "Enable Sandbox Env", "hint": "When enabled, Agent can use tools and resources in the sandbox environment, such as Python tool, Shell, etc." }, "booter": { diff --git a/dashboard/src/i18n/locales/zh-CN/features/config-metadata.json b/dashboard/src/i18n/locales/zh-CN/features/config-metadata.json index a7014cb67..47b6802f9 100644 --- a/dashboard/src/i18n/locales/zh-CN/features/config-metadata.json +++ b/dashboard/src/i18n/locales/zh-CN/features/config-metadata.json @@ -134,7 +134,7 @@ } }, "sandbox": { - "description": "Agent 沙箱环境", + "description": "Agent 沙箱环境(Beta)", "provider_settings": { "sandbox": { "enable": {