mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-06 05:51:15 +08:00
Remove model-facing per-call timeout overrides from sessions_spawn while keeping operator-controlled timeout behavior through agents.defaults.subagents.runTimeoutSeconds. Reject stale camelCase and snake_case timeout arguments, update ACP/native timeout propagation, refresh docs and prompt snapshots, and cap ACP runtime option timeouts to the ACP control-plane maximum without shortening gateway dispatch or registry tracking. Proof: - node --import tsx - runtime probe against src/agents/tools/sessions-spawn-tool.ts - node scripts/run-vitest.mjs src/agents/tools/sessions-spawn-tool.test.ts src/agents/acp-spawn.test.ts src/agents/openclaw-tools.subagents.sessions-spawn.lifecycle.test.ts - pnpm docs:list - git diff --check origin/main...HEAD - .agents/skills/autoreview/scripts/autoreview --mode branch --base origin/main - .agents/skills/autoreview/scripts/autoreview --mode local - GitHub checks: 132 pass, 30 skipped Co-authored-by: Lanzhi <lizhan3@xiaomi.com> Co-authored-by: chenhaoqiang <chenhaoqiang@xiaomi.com>