Releases: compozy/codex-loop
Releases · compozy/codex-loop
Release 0.1.4
0.1.4 - 2026-05-12
Documentation
- Ledger
Features
- Codex loop skill
Release Notes
Features
Built-in codex-loop tracking skill
codex-loop install now ships and refreshes a bundled codex-loop skill at
${CODEX_HOME:-$HOME/.codex}/skills/codex-loop/, and new runtime configs
default to optional_skill_name = "codex-loop" so every automatic
continuation names the managed skill without needing a workspace path.
What you get out of the box:
- A restart-safe tracking lane that bootstraps
.codex/loop/<name>/with
request.md,state.json, per-task files undertasks/, and
per-iteration memory undermemory/. - Stdlib-only helper scripts (
init-tracking.py,detect-next.py,
update-tracking.py,validate-tracking.py) for deterministic task,
blocker, verification, and history transitions. - Continuation and goal prompts that now honor
optional_skill_nameeven
when nooptional_skill_pathis configured, so the name-only default
resolves as a normal Codex skill.
Install/uninstall safety:
codex-loop installmigrates existing configs from a missing or blank
optional_skill_nameto"codex-loop"while preserving any non-empty
custom value.- The managed skill copy is refreshed on every install via atomic writes.
- A
.codex-loop-managedmarker gates the directory: install refuses to
overwrite an unmanagedskills/codex-loop/, andcodex-loop uninstall
only removes the directory when that marker is present.
Release 0.1.3
0.1.3 - 2026-05-05
Bug Fixes
- Upgrade
Documentation
- Fix readme
Features
- Scoped config
Release 0.1.2
0.1.2 - 2026-05-02
Bug Fixes
- Release process
Release 0.1.1
0.1.1 - 2026-05-02
Refactoring
- Interpret command
Release 0.1.0
0.1.0 - 2026-05-02
Build System
- Setup release- Fix release
Features
- First poc version- Pre_loop_continue- Add goal type
Refactoring
- Change to golang