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
..
2026-03-06 18:18:13 -05:00
2026-03-06 18:18:13 -05:00
2026-03-06 15:35:55 -08:00
2026-03-05 16:40:52 -08:00
2026-03-03 02:53:13 +00:00
2026-03-06 15:15:23 -05:00
2026-03-06 14:27:02 -05:00
2026-03-07 01:42:11 +03:00
2026-03-06 14:57:15 -08:00
2026-03-06 05:31:59 -08:00
2026-03-07 01:42:11 +03:00
2026-03-04 11:54:03 -08:00
2026-03-07 01:42:11 +03:00
2026-03-06 15:15:23 -05:00
2026-03-06 11:13:30 -05:00
2026-03-05 09:38:12 +01:00
2026-03-03 00:54:33 +00:00
2026-03-06 17:53:02 -05:00
2026-03-04 00:20:44 -06:00
2026-03-03 20:14:41 -05:00
2026-03-03 00:15:14 +00:00
2026-03-06 14:34:28 -05:00
2026-03-03 21:27:14 -05:00
2026-03-05 22:27:37 -08:00
2026-03-04 11:30:33 -05:00
2026-03-05 12:53:56 -06:00
2026-03-06 05:31:59 -08:00
2026-03-06 11:13:30 -05:00
2026-03-06 22:19:16 +05:30
2026-03-03 00:15:00 +00:00
2026-03-05 16:49:29 -08:00
2026-03-06 11:21:03 -05:00
2026-03-06 17:53:02 -05:00
2026-03-05 23:07:13 -06:00
2026-03-03 01:37:56 +00:00
2026-03-05 13:06:59 -05:00
2026-03-04 00:20:44 -06:00
2026-03-05 23:07:13 -06:00
2026-03-06 22:19:16 +05:30
2026-03-02 20:05:12 -05:00
2026-02-22 18:37:25 +00:00
2026-03-07 01:42:11 +03:00
2026-03-05 07:25:04 +00:00
2026-03-05 22:01:06 -08:00
2026-03-05 20:05:59 -06:00
2026-03-05 18:31:45 -08:00
2026-03-06 11:08:15 -05:00
2026-03-03 00:15:15 +00:00
2026-03-06 13:09:00 -06:00
2026-03-06 12:18:42 -05:00
2026-03-01 23:06:10 -08:00
2026-03-03 02:32:46 +00:00
2026-03-01 14:23:46 -08:00
2026-03-02 19:57:33 +00:00
2026-03-05 19:24:43 -05:00
2026-03-05 19:24:43 -05:00
2026-03-05 19:24:43 -05:00
2026-02-22 13:19:25 +01:00
2026-02-22 13:19:25 +01:00
2026-03-03 02:41:52 -05:00
2026-03-03 02:41:52 -05:00