mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-21 18:08:05 -06:00
fd2fccbc8e
Live-testing #126377 in a real explicit fleet surfaced an inaccuracy that PR introduced. It dropped 'Other agent-scoped methods do not use this setting as a general default', which is still true: only models.list, models.authStatus, skills.status, and doctor.memory.status opt in, while the generic Gateway resolver in agent-id-shared.ts deliberately does not. Verified against a live gateway and CLI on a three-agent explicit fleet with systemAgent.agentId set: 'openclaw models list', 'openclaw sessions', stored session lookup, and TUI startup all still require an explicit agent. Name those surfaces so operators know where the owner does and does not apply.