Merge pull request #700 from clawdbot/shadow/compaction

Agents: safeguard compaction summarization
This commit is contained in:
Peter Steinberger
2026-01-13 05:59:15 +00:00
committed by GitHub
9 changed files with 277 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
### Changes
- Cron: accept ISO timestamps for one-shot schedules (UTC) and allow optional delete-after-run; wired into CLI + macOS editor.
- Gateway: add Tailscale binary discovery, custom bind mode, and probe auth retry for password changes. (#740 — thanks @jeffersonwarrior)
- Agents: add compaction mode config with optional safeguard summarization for long histories. (#700 — thanks @thewilloftheshadow)
### Fixes
- Gateway: honor `CLAWDBOT_LAUNCHD_LABEL` / `CLAWDBOT_SYSTEMD_UNIT` overrides when checking or restarting the daemon.