Skip to content

Releases: compozy/codex-loop

Release 0.1.4

13 May 00:27
305a50d

Choose a tag to compare

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 under tasks/, and
    per-iteration memory under memory/.
  • 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_name even
    when no optional_skill_path is configured, so the name-only default
    resolves as a normal Codex skill.

Install/uninstall safety:

  • codex-loop install migrates existing configs from a missing or blank
    optional_skill_name to "codex-loop" while preserving any non-empty
    custom value.
  • The managed skill copy is refreshed on every install via atomic writes.
  • A .codex-loop-managed marker gates the directory: install refuses to
    overwrite an unmanaged skills/codex-loop/, and codex-loop uninstall
    only removes the directory when that marker is present.

Release 0.1.3

05 May 16:13
4513e6d

Choose a tag to compare

0.1.3 - 2026-05-05

Bug Fixes

  • Upgrade

Documentation

  • Fix readme

Features

  • Scoped config

Release 0.1.2

02 May 21:44
869cced

Choose a tag to compare

0.1.2 - 2026-05-02

Bug Fixes

  • Release process

Release 0.1.1

02 May 21:27
6e2cd93

Choose a tag to compare

0.1.1 - 2026-05-02

Refactoring

  • Interpret command

Release 0.1.0

02 May 16:40
770a9ae

Choose a tag to compare

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