Skip to content

Claude + Codex Queue v0.2.2

Choose a tag to compare

@github-actions github-actions released this 12 Jul 00:24

Claude + Codex Queue 0.2.2

This release makes the project easier to discover, install, verify, and contribute to while retaining the settings-aware Claude and Codex queue behavior introduced in 0.2.0.

Highlights

  • CI on Python 3.10, 3.12, and 3.14, plus a Windows package smoke test
  • verified wheel and source distribution with attached SHA-256 checksums
  • PyPI-ready packaging and Trusted Publishing workflow
  • restored Python 3.10 compatibility
  • anonymized dashboard screenshot and social preview
  • issue templates, contribution guide, architecture notes, support policy, roadmap, and starter issues

Install

Inside WSL:

python3 -m pip install "https://github.com/ravhello/claude-codex-queue/releases/download/v0.2.2/claude_codex_queue-0.2.2-py3-none-any.whl"
claude-codex-queue doctor
claude-codex-queue-web --host 127.0.0.1 --port 8765

For the Windows launcher and Desktop shortcut, clone the repository and run:

powershell.exe -NoProfile -ExecutionPolicy Bypass -File .\install-desktop-shortcut.ps1

Verification

  • 44 automated tests passed in WSL
  • all GitHub CI jobs passed
  • wheel installation verified in an isolated environment
  • wheel and source distribution passed Twine validation

Full changelog: v0.2.1...v0.2.2

This is independent alpha software and is not affiliated with Anthropic or OpenAI.