Merge pull request #685 from carlulsoe/fix/daemon-restart-feedback

fix(cli): improve daemon restart feedback [AI-assisted]
This commit is contained in:
Peter Steinberger
2026-01-10 21:53:00 +00:00
committed by GitHub
7 changed files with 43 additions and 9 deletions

View File

@@ -13,6 +13,7 @@
- Docker: allow optional home volume + extra bind mounts in `docker-setup.sh`. (#679) — thanks @gabriel-trigo.
### Fixes
- CLI: avoid success message when daemon restart is skipped. (#685) — thanks @carlulsoe.
- macOS: stabilize bridge tunnels, guard invoke senders on disconnect, and drain stdout/stderr to avoid deadlocks. (#676) — thanks @ngutman.
- Agents/System: clarify sandboxed runtime in system prompt and surface elevated availability when sandboxed.
- Auto-reply: prefer `RawBody` for command/directive parsing (WhatsApp + Discord) and prevent fallback runs from clobbering concurrent session updates. (#643) — thanks @mcinteerj.