This release adds 4 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+6 more
ReleasePort's take
Light signalDaemon startup now defaults the built-in supervisor adapter to Codex when `--supervisor` is unset; users can still select Claude explicitly.
Why it matters: If no supervisor flag is provided, deployments will automatically use Codex, affecting behavior and logging for SREs managing mixed environments.
Summary
AI summaryDaemon startup now defaults the built-in supervisor adapter to Codex when --supervisor is unset.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Acceptance skeleton preflight follows executor backend: Codex uses Codex creator path, Claude retains existing Claude creator path. Acceptance skeleton preflight follows executor backend: Codex uses Codex creator path, Claude retains existing Claude creator path. Source: llm_adapter@2026-05-23 Confidence: high |
— |
| Feature | Medium |
Codex skeleton creator prompting tightened for clearer output discipline, skeleton-only test obligations, and manifest declarations. Codex skeleton creator prompting tightened for clearer output discipline, skeleton-only test obligations, and manifest declarations. Source: llm_adapter@2026-05-23 Confidence: high |
— |
| Feature | Medium |
Supervisor idle-output watchdog exhaustion now reported as `supervisor_idle_timeout` with clearer daemon and task-show details. Supervisor idle-output watchdog exhaustion now reported as `supervisor_idle_timeout` with clearer daemon and task-show details. Source: llm_adapter@2026-05-23 Confidence: high |
— |
| Feature | Medium |
Supervisor review prompts now explicitly check that implementation evidence matches full requirement scope. Supervisor review prompts now explicitly check that implementation evidence matches full requirement scope. Source: llm_adapter@2026-05-23 Confidence: high |
— |
| Feature | Medium |
Daemon startup defaults built-in supervisor adapter to Codex when `--supervisor` is unset; `--supervisor claude` remains available. Daemon startup defaults built-in supervisor adapter to Codex when `--supervisor` is unset; `--supervisor claude` remains available. Source: llm_adapter@2026-05-23 Confidence: high |
— |
| Feature | Medium |
Packaged Claude and Codex Galley plugins updated to version 0.1.9. Packaged Claude and Codex Galley plugins updated to version 0.1.9. Source: llm_adapter@2026-05-23 Confidence: low |
— |
Full changelog
This patch release improves executor-aligned acceptance skeleton preflight, supervisor diagnostics, and packaged Galley plugin guidance.
Highlights
- Acceptance skeleton preflight now follows the task implementation executor backend: Codex tasks use the Codex creator path, while Claude tasks keep the existing Claude creator path.
- Codex skeleton creator prompting is tightened for clearer output discipline, skeleton-only test obligations, and manifest declarations.
- Built-in supervisor idle-output watchdog exhaustion is now reported as
supervisor_idle_timeoutwith clearer daemon and task-show details. - Supervisor review prompts now more explicitly check that implementation evidence matches the full requirement scope.
- Daemon startup now defaults the built-in supervisor adapter to Codex when
--supervisoris unset;--supervisor clauderemains available. - Packaged Claude and Codex Galley plugins are updated to
0.1.9.
No task YAML, profile, or CLI surface changes are introduced in this release.
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
Beta — feedback welcome: [email protected]