release: Release v0.1.4#5
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: ⛔ Files ignored due to path filters (4)
📒 Files selected for processing (1)
WalkthroughThe plugin manifest version for ChangesPlugin Version Bump
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
✅ Dry-Run Completed Successfully📊 Build Summary
📦 Built ArtifactsNot available. This is an automated comment from the release dry-run check. |
✅ Dry-Run Completed Successfully📊 Build Summary
📦 Built ArtifactsNot available. This is an automated comment from the release dry-run check. |
d506989 to
2721663
Compare
✅ Dry-Run Completed Successfully📊 Build Summary
📦 Built ArtifactsNot available. This is an automated comment from the release dry-run check. |
Release v0.1.4
This PR prepares the release of version v0.1.4.
Changelog
0.1.4 - 2026-05-12
Documentation
Features
Release Notes
Features
Built-in codex-loop tracking skill
codex-loop installnow ships and refreshes a bundledcodex-loopskill at${CODEX_HOME:-$HOME/.codex}/skills/codex-loop/, and new runtime configsdefault to
optional_skill_name = "codex-loop"so every automaticcontinuation names the managed skill without needing a workspace path.
What you get out of the box:
.codex/loop/<name>/withrequest.md,state.json, per-task files undertasks/, andper-iteration memory under
memory/.init-tracking.py,detect-next.py,update-tracking.py,validate-tracking.py) for deterministic task,blocker, verification, and history transitions.
optional_skill_nameevenwhen no
optional_skill_pathis configured, so the name-only defaultresolves as a normal Codex skill.
Install/uninstall safety:
codex-loop installmigrates existing configs from a missing or blankoptional_skill_nameto"codex-loop"while preserving any non-emptycustom value.
.codex-loop-managedmarker gates the directory: install refuses tooverwrite an unmanaged
skills/codex-loop/, andcodex-loop uninstallonly removes the directory when that marker is present.
Summary by CodeRabbit