From b4450eb61733ecd1501044482c687d17df3f04b8 Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Sun, 1 Mar 2026 15:55:26 +0800 Subject: [PATCH] fix: update computer_use_runtime to 'none' for improved configuration flexibility --- astrbot/core/config/default.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astrbot/core/config/default.py b/astrbot/core/config/default.py index e7723150f..01d0be2af 100644 --- a/astrbot/core/config/default.py +++ b/astrbot/core/config/default.py @@ -129,7 +129,7 @@ DEFAULT_CONFIG = { "proactive_capability": { "add_cron_tools": True, }, - "computer_use_runtime": "local", + "computer_use_runtime": "none", "computer_use_require_admin": True, "sandbox": { "booter": "shipyard",