Skip to content

cxq v0.1.1

Choose a tag to compare

@daniel-aranda daniel-aranda released this 02 May 03:57
· 14 commits to main since this release

cxq v0.1.1

Patch release for cxq, the tiny repo-local SQLite task queue for Codex CLI.

This release aligns the public GitHub release with the current CLI version and adds safer local maintenance/update behavior after v0.1.0.

Highlights

  • Adds cxq version
  • Adds cxq doctor
  • Adds cxq update --status
  • Adds cxq update --check
  • Adds repo update/status support
  • Adds proactive update detection
  • Keeps customized repo files safe from silent overwrites
  • Improves local install/update metadata

Update from v0.1.0

If you installed an earlier version, update your local command from the repo:

git pull --ff-only origin main
./install.sh
cxq version
cxq update --status