From c41c2a1d2e9179a44f324de88437691885d7edbc Mon Sep 17 00:00:00 2001 From: oudecheng <13802883547@139.com> Date: Mon, 25 May 2026 12:59:34 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=B0=86=E5=86=85=E7=BD=AE=E5=AD=90?= =?UTF-8?q?=E4=BB=A3=E7=90=86=E9=BB=98=E8=AE=A4=E8=B6=85=E6=97=B6=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E7=BB=9F=E4=B8=80=E6=94=B9=E4=B8=BA60=E5=88=86?= =?UTF-8?q?=E9=92=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - general 子代理: 20分钟 -> 60分钟 - explore 子代理: 10分钟 -> 60分钟 Co-Authored-By: Claude Opus 4.7 --- src/tools/task/runtime.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tools/task/runtime.rs b/src/tools/task/runtime.rs index 32633ae..2393195 100644 --- a/src/tools/task/runtime.rs +++ b/src/tools/task/runtime.rs @@ -50,8 +50,8 @@ impl Default for SubAgentRuntimeConfig { "skill_list".to_string(), "send_session_message".to_string(), // 用于进度通知 ]), - default_max_execution_secs: 1200, // 20分钟 - explore_max_execution_secs: 600, // 10分钟 + default_max_execution_secs: 3600, // 60分钟 + explore_max_execution_secs: 3600, // 60分钟 ttl_hours: 24, skills_index: None, }