Files
openclaw/src
Josh Lehman cf66ec9866 fix(auth): treat unconfigured-owner sessions as owner for ownerOnly tools (#26319)
When no commands.ownerAllowFrom is configured (single-user default),
senderIsOwner was always false because matchedSender requires a
non-empty ownerList. This caused ownerOnly tools (cron, gateway) to
be silently filtered from the agent's tool list even for the sole
authorized user.

Now senderIsOwner defaults to true when no owner allowlist is
configured, matching the expected single-user behavior.

# Conflicts:
#	src/auto-reply/command-auth.ts
2026-03-06 15:35:55 -08:00
..