Skip to content

Galley

v0.4.0 Breaking

This release includes 2 breaking changes for platform teams planning a safe upgrade.

Published 20d AI Coding Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai-agents automation claude-code codex daemon developer-tools
+6 more
git-worktree local-first openai orchestration task-runner workflow

Summary

AI summary

Added first-class Codex executor support alongside Claude Code.

Full changelog

This release adds first-class Codex executor support alongside Claude Code. Task YAML can now select executor.cli: codex, and daemon runs keep the same attempt evidence layout, retry handling, idle-timeout handling, and supervisor review flow across both executor backends.

Highlights

  • Added Codex executor selection with executor.cli: codex.
  • Added a Codex-specific executor prompt that preserves the same task/result contract as the Claude executor.
  • Renamed structured executor evidence from claude_result.json to executor_result.json for new runs, while still reading legacy evidence files.
  • Made executor.model optional so each CLI can use its configured default model unless a task explicitly pins one.
  • Updated task schemas, examples, and documentation for Claude/Codex executor selection.
  • Updated packaged Claude and Codex Galley plugins to 0.1.6.

Notes

Codex executor support maps Galley settings onto the current codex exec command surface. Reasoning effort is passed through model_reasoning_effort, while settings without a Codex equivalent, such as executor.max_budget_usd, are recorded as informational warnings.

Breaking Changes

  • Renamed structured executor evidence file from `claude_result.json` to `executor_result.json` for new runs (legacy files still supported).
  • `executor.model` is now optional; executors use their configured default model unless explicitly pinned.

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

Track Galley

Get notified when new releases ship.

Sign up free

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.

All releases →

Beta — feedback welcome: [email protected]