Peter Steinberger
cbdfaf8231
fix: cover elevated ask approvals ( #1636 )
2026-01-24 21:12:46 +00:00
Lucas Czekaj
d1f6849785
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
Peter Steinberger
26147b37f4
fix: resolve session ids in session tools
2026-01-24 11:09:11 +00:00
Peter Steinberger
e606ca1841
fix: avoid Discord /tts conflict
2026-01-24 09:58:06 +00:00
Peter Steinberger
227f7cf761
docs: consolidate faq under help
2026-01-24 09:49:38 +00:00
Peter Steinberger
e92b05f2cb
feat: default TTS model overrides on ( #1559 ) (thanks @Glucksberg)
...
Co-authored-by: Glucksberg <80581902+Glucksberg@users.noreply.github.com>
2026-01-24 09:42:32 +00:00
Peter Steinberger
70a4b1046b
feat: move TTS into core ( #1559 ) (thanks @Glucksberg)
2026-01-24 08:00:44 +00:00
Peter Steinberger
6ee24fe6cc
fix: guard tool allowlists with warnings
2026-01-24 07:38:42 +00:00
Peter Steinberger
67b9b0ef1f
fix: honor tools.exec ask/security in approvals
2026-01-24 04:53:44 +00:00
Peter Steinberger
e74768b428
feat: add node browser proxy routing
2026-01-24 04:21:47 +00:00
Peter Steinberger
b9cbce9f4b
fix: publish llm-task docs and harden tool
2026-01-24 01:44:51 +00:00
Peter Steinberger
2cecf28971
fix: honor wildcard tool allowlists
2026-01-24 01:30:44 +00:00
Peter Steinberger
9f5cee9493
fix(exec-approvals): stabilize allowlist ids ( #1521 )
2026-01-23 19:00:45 +00:00
Peter Steinberger
be3cb5776c
fix: keep core tools when allowlist is plugin-only
2026-01-23 09:02:17 +00:00
Peter Steinberger
487cd76a97
feat: extend lobster tool run args
2026-01-23 03:09:59 +00:00
Peter Steinberger
ffd4488518
docs: fix lobster links
2026-01-23 02:51:33 +00:00
Peter Steinberger
fa69a633f6
docs: link Lobster and OpenProse
2026-01-23 01:29:17 +00:00
Peter Steinberger
deb6581c08
feat: add OpenProse plugin skills
2026-01-23 00:49:40 +00:00
Peter Steinberger
2e76f35026
fix: allow chained exec allowlists
...
Co-authored-by: Lucas Czekaj <1464539+czekaj@users.noreply.github.com>
2026-01-23 00:11:58 +00:00
Peter Steinberger
c52c2faed6
docs: align node transport with gateway ws
2026-01-22 23:10:09 +00:00
Vignesh Natarajan
fe7768a88b
docs: update lobster repo url
2026-01-21 22:55:49 -08:00
Peter Steinberger
c260b5d585
feat: add elevated ask/full modes
2026-01-22 05:41:11 +00:00
Peter Steinberger
82cec75f25
fix: align exec approvals default agent
2026-01-22 04:05:54 +00:00
Peter Steinberger
c2b25dac8e
fix: msteams attachments + plugin prompt hints
...
Co-authored-by: Christof <10854026+Evizero@users.noreply.github.com>
2026-01-22 03:37:29 +00:00
Peter Steinberger
1333c0b37d
docs: expand lobster guides
2026-01-22 03:25:13 +00:00
Peter Steinberger
c39e71013d
Merge pull request #1152 from vignesh07/feat/lobster-plugin
...
feat: Add optional lobster plugin tool (typed workflows, approvals/resume)
2026-01-22 02:34:05 +00:00
Peter Steinberger
e16601b92c
fix: unify exec approval ids
2026-01-22 00:59:29 +00:00
Peter Steinberger
3161a0ea0a
feat: tighten exec allowlist gating
2026-01-21 21:45:50 +00:00
Peter Steinberger
6350065f68
docs: align gateway service naming
2026-01-21 17:45:26 +00:00
Peter Steinberger
2d743b3a14
docs: update node CLI references
2026-01-21 16:48:42 +00:00
Peter Steinberger
5f6f8b812a
feat: add /allowlist command
2026-01-21 05:34:53 +00:00
Peter Steinberger
6d769deec9
fix: default exec security to allowlist
2026-01-21 03:40:27 +00:00
Peter Steinberger
1a9cfd5149
fix: add browser snapshot default mode ( #1336 )
...
Co-authored-by: Seb Slight <sbarrios93@gmail.com>
2026-01-21 03:03:10 +00:00
Peter Steinberger
f88e2abb5a
fix: harden web fetch SSRF and redirects
...
Co-authored-by: Eli <fogboots@users.noreply.github.com>
2026-01-21 02:54:14 +00:00
Peter Steinberger
8d1256cd87
feat: add download installs for skills
2026-01-21 00:14:36 +00:00
Peter Steinberger
e6fd484880
fix: preserve subagent thread routing ( #1241 )
...
Thanks @gnarco.
Co-authored-by: gnarco <gnarco@users.noreply.github.com>
2026-01-20 17:22:07 +00:00
Peter Steinberger
a7776dfd84
fix: allow custom skill config bag
...
Co-authored-by: VACInc <3279061+VACInc@users.noreply.github.com>
2026-01-20 15:57:08 +00:00
Peter Steinberger
c1af1f5609
docs: clarify sandbox env + recreate guidance
2026-01-20 15:00:25 +00:00
Peter Steinberger
a3e884851c
feat: improve /new model hints and reset confirmation
2026-01-20 14:35:20 +00:00
Peter Steinberger
3ce735b749
fix: merge login shell PATH for gateway exec
2026-01-20 14:04:13 +00:00
Peter Steinberger
d585a39645
fix: add /skill fallback for native limits
...
Co-authored-by: thewilloftheshadow <thewilloftheshadow@users.noreply.github.com>
2026-01-20 13:20:29 +00:00
Peter Steinberger
20c58a285b
docs: update protocol + security notes
2026-01-20 13:04:20 +00:00
Peter Steinberger
605b411dcf
fix: finalize exec fish fallback ( #1297 ) (thanks @ysqander)
2026-01-20 11:25:49 +00:00
Peter Steinberger
6aa974894e
chore: raise default agent concurrency
2026-01-20 10:08:26 +00:00
Peter Steinberger
5414251352
Merge pull request #1235 from dougvk/feat/tool-dispatch-skill-commands
...
Plugin API: tool-dispatched skill commands + tool_result_persist hook
2026-01-20 08:52:05 +00:00
Peter Steinberger
204d033874
fix: infer perplexity baseUrl from api key
2026-01-20 07:27:32 +00:00
Doug von Kohorn
30886c6ec5
feat: tool-dispatch skill commands
2026-01-19 13:11:25 +01:00
Peter Steinberger
07180a8d00
feat: auto-recreate sandbox containers on config change
2026-01-19 01:35:27 +00:00
Peter Steinberger
ac5eb53f25
feat: add exec pathPrepend config
2026-01-19 00:35:43 +00:00
Peter Steinberger
b049deea9c
fix: gate gateway restarts and discord abort reconnects
2026-01-19 00:15:45 +00:00