This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+8 more
Summary
AI summaryAdds opt‑in daemon notification hooks for terminal task statuses
Full changelog
This release adds opt-in daemon notification hooks.
Galley can now run an operator-owned command after terminal task statuses such as failed and needs_supervisor_review. The hook is configured in daemon.yaml with notifications.enabled, notifications.on, and notifications.command.
Notification payloads are delivered as stdin JSON and mirrored through GALLEY_* environment variables. Delivery is best-effort, timeout-bounded, and runs asynchronously so a slow or stuck notifier does not block daemon task processing.
Sample macOS and Slack notification scripts are included under docs/examples/notifications/.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Galley
Local-first runtime for supervised AI coding tasks: isolated git worktrees, supervisor review against acceptance criteria, retry/escalate loops, on-disk run evidence, and PR handoff. Supports Codex CLI and Claude Code. Go, MIT.
Related context
Related tools
Beta — feedback welcome: [email protected]