This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+6 more
Summary
AI summaryGalley adds automatic discovery of install, build, or test preparation commands and stages newly created files for supervisor review.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Galley can prepare fresh task worktrees before implementation. Galley can prepare fresh task worktrees before implementation. Source: llm_adapter@2026-05-25 Confidence: high |
— |
| Feature | Medium |
Galley discovers and persists install, build, or test preparation commands to `environment.yaml`. Galley discovers and persists install, build, or test preparation commands to `environment.yaml`. Source: llm_adapter@2026-05-25 Confidence: high |
— |
| Feature | Medium |
Galley stages executor‑produced reviewable paths, including newly created files, before capturing `diff.patch`. Galley stages executor‑produced reviewable paths, including newly created files, before capturing `diff.patch`. Source: llm_adapter@2026-05-25 Confidence: high |
— |
| Dependency | Low |
Claude and Codex Galley plugins updated to version `0.1.13`. Claude and Codex Galley plugins updated to version `0.1.13`. Source: llm_adapter@2026-05-25 Confidence: high |
— |
| Bugfix | Medium |
Setup and review‑staging failures now generate clearer evidence files: `setup_result.json`, `environment_update.json`, and `git_add_review_result.json`. Setup and review‑staging failures now generate clearer evidence files: `setup_result.json`, `environment_update.json`, and `git_add_review_result.json`. Source: llm_adapter@2026-05-25 Confidence: high |
— |
Full changelog
🚢 This release makes AFK runs more reliable in real repositories, especially when task worktrees start from a clean checkout or the executor creates new files.
Highlights
- Galley can now prepare fresh task worktrees before implementation. If no setup plan exists, it can discover the required install, build, or test preparation commands and persist the successful plan to
environment.yamlfor later runs. - Newly created files are now included in supervisor review. Galley stages executor-produced reviewable paths before capturing
diff.patch, so untracked files no longer disappear from the submitted diff. commit:falseinput files and unrelated dirty worktree context remain excluded from review staging.- Setup and review-staging failures now include clearer evidence files for diagnosis:
setup_result.json,environment_update.json, andgit_add_review_result.json. - Packaged Claude and Codex Galley plugins are updated to
0.1.13.
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]