fix: honor tools.exec.safeBins config

This commit is contained in:
Peter Steinberger
2026-01-26 17:22:40 +00:00
parent 2a4ccb624a
commit a486940781
3 changed files with 81 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ Docs: https://docs.clawd.bot
Status: unreleased.
### Changes
- Agents: honor tools.exec.safeBins in exec allowlist checks. (#2281)
- Docs: tighten Fly private deployment steps. (#2289) Thanks @dguido.
- Gateway: warn on hook tokens via query params; document header auth preference. (#2200) Thanks @YuriNachos.
- Doctor: warn on gateway exposure without auth. (#2016) Thanks @Alex-Alaniz.