Lucas Czekaj
483fba41b9
feat(discord): add exec approval forwarding to DMs ( #1621 )
...
* feat(discord): add exec approval forwarding to DMs
Add support for forwarding exec approval requests to Discord DMs,
allowing users to approve/deny command execution via interactive buttons.
Features:
- New DiscordExecApprovalHandler that connects to gateway and listens
for exec.approval.requested/resolved events
- Sends DMs with embeds showing command details and 3 buttons:
Allow once, Always allow, Deny
- Configurable via channels.discord.execApprovals with:
- enabled: boolean
- approvers: Discord user IDs to notify
- agentFilter: only forward for specific agents
- sessionFilter: only forward for matching session patterns
- Updates message embed when approval is resolved or expires
Also fixes exec completion routing: when async exec completes after
approval, the heartbeat now uses a specialized prompt to ensure the
model relays the result to the user instead of responding HEARTBEAT_OK.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* feat: generic exec approvals forwarding (#1621 ) (thanks @czekaj)
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Co-authored-by: Peter Steinberger <steipete@gmail.com>
2026-01-24 20:56:40 +00:00
..
2026-01-18 06:31:02 +00:00
2026-01-24 05:49:39 +00:00
2026-01-24 11:57:11 +00:00
2026-01-17 10:19:34 +00:00
2026-01-24 05:49:39 +00:00
2026-01-21 06:29:36 +00:00
2026-01-20 17:22:07 +00:00
2026-01-15 20:55:52 -08:00
2026-01-21 20:35:12 +00:00
2026-01-22 03:37:29 +00:00
2026-01-20 23:07:33 -04:00
2026-01-14 15:02:19 +00:00
2026-01-14 15:02:19 +00:00
2026-01-16 03:01:23 +00:00
2026-01-19 00:34:26 +00:00
2026-01-14 15:02:19 +00:00
2026-01-21 17:12:50 +00:00
2026-01-14 15:02:19 +00:00
2026-01-14 15:02:19 +00:00
2026-01-14 15:02:19 +00:00
2026-01-14 15:02:19 +00:00
2026-01-14 15:02:19 +00:00
2026-01-14 15:02:19 +00:00
2026-01-24 11:05:02 +00:00
2026-01-14 15:02:19 +00:00
2026-01-18 06:01:25 +00:00
2026-01-24 11:21:34 +00:00
2026-01-10 02:41:16 +01:00
2026-01-20 07:43:00 +00:00
2026-01-14 15:02:19 +00:00
2026-01-14 15:02:19 +00:00
2026-01-15 02:42:44 +00:00
2026-01-15 23:41:34 +00:00
2026-01-21 05:34:53 +00:00
2026-01-24 20:56:40 +00:00
2026-01-24 20:56:40 +00:00
2026-01-14 15:02:19 +00:00
2026-01-24 05:49:39 +00:00
2026-01-20 11:03:17 +00:00
2026-01-24 10:25:42 +00:00
2026-01-14 15:02:19 +00:00
2026-01-24 20:56:40 +00:00
2026-01-17 07:17:13 +00:00
2026-01-22 01:36:58 +00:00
2026-01-23 18:34:33 +00:00
2026-01-24 06:28:22 +00:00
2026-01-23 18:34:33 +00:00
2026-01-19 00:05:06 +00:00
2026-01-21 03:32:16 +00:00
2026-01-23 07:05:31 +00:00
2026-01-24 09:42:32 +00:00
2026-01-17 01:31:57 +00:00
2026-01-24 11:57:11 +00:00
2026-01-14 09:11:16 +00:00
2026-01-14 15:02:19 +00:00
2026-01-10 02:11:43 +00:00
2026-01-14 15:02:19 +00:00
2026-01-14 15:02:19 +00:00
2026-01-22 22:42:46 +00:00
2026-01-22 22:42:46 +00:00
2026-01-15 22:20:11 +00:00
2026-01-23 18:34:33 +00:00
2026-01-22 01:36:58 +00:00
2026-01-18 06:12:54 +00:00
2026-01-21 06:00:21 +00:00
2026-01-14 15:02:19 +00:00
2026-01-22 05:41:11 +00:00
2026-01-14 15:02:19 +00:00
2026-01-18 06:12:54 +00:00
2026-01-24 08:56:16 +00:00
2026-01-24 08:56:16 +00:00
2026-01-18 06:12:54 +00:00
2026-01-24 11:05:02 +00:00
2026-01-24 11:05:02 +00:00
2026-01-23 18:34:33 +00:00
2026-01-22 22:42:46 +00:00
2026-01-18 06:12:54 +00:00
2026-01-22 22:42:46 +00:00
2026-01-20 17:22:07 +00:00
2026-01-24 05:49:39 +00:00
2026-01-23 18:34:33 +00:00
2026-01-17 08:47:25 +00:00
2026-01-23 23:34:30 +00:00
2026-01-23 23:33:32 +00:00
2026-01-17 10:19:34 +00:00
2026-01-15 08:40:37 +00:00
2026-01-17 08:29:54 +00:00
2026-01-17 05:06:39 +00:00
2026-01-14 15:02:19 +00:00
2026-01-14 15:02:19 +00:00
2026-01-24 11:09:33 +00:00
2026-01-24 11:09:33 +00:00
2026-01-24 11:57:11 +00:00
2026-01-22 06:03:23 +00:00
2026-01-16 03:01:23 +00:00
2026-01-23 22:58:54 +00:00
2026-01-14 15:02:19 +00:00
2026-01-16 21:15:25 +00:00
2026-01-10 03:01:04 +01:00
2026-01-15 05:31:03 +00:00
2026-01-20 07:43:00 +00:00
2026-01-18 05:35:35 +00:00
2026-01-17 06:45:11 +00:00
2026-01-12 23:41:40 +00:00
2026-01-23 18:34:33 +00:00
2026-01-10 03:01:04 +01:00
2026-01-23 05:13:23 +00:00
2026-01-14 23:05:08 -05:00
2026-01-14 23:05:08 -05:00
2026-01-21 06:29:36 +00:00
2026-01-24 08:00:44 +00:00
2026-01-21 06:00:21 +00:00
2026-01-24 11:57:11 +00:00
2026-01-22 17:47:52 +00:00
2026-01-24 11:21:34 +00:00
2026-01-24 11:57:11 +00:00
2026-01-21 19:10:31 +00:00
2026-01-17 00:57:35 +00:00
2026-01-22 08:01:34 +00:00
2026-01-18 05:35:35 +00:00
2026-01-18 05:35:35 +00:00
2026-01-17 10:26:08 +00:00
2026-01-08 06:18:35 +00:00
2026-01-21 00:45:01 -08:00
2026-01-23 18:34:33 +00:00
2026-01-20 12:07:54 +00:00