Skip to content

Releases: iannwu/codex-pro-dispatch

Codex Pro Dispatch v1.2.1

Choose a tag to compare

@iannwu iannwu released this 05 Sep 00:08
046f18d

Fixed

  • Reject stale native assignment readbacks before they can alter the active receipt.
  • Preserve at-most-one submission while allowing a later matching readback to verify.

Verification

  • 78-test suite passed locally and in GitHub CI on macOS and Ubuntu.
  • Live 30K+ chunk transport gates passed with both Astra and Sol.

Codex Pro Dispatch v1.2.0

Choose a tag to compare

@iannwu iannwu released this 04 Sep 08:54
0778e66

Codex Pro Dispatch v1.2.0 adds lean, bounded delivery for long ChatGPT Pro results while preserving the existing at-most-one-send safety model.

Highlights:

  • Continues long results through the same confirmed Pro conversation in bounded chunks.
  • Reassembles accepted UTF-8 payload bytes exactly in one private transient file.
  • Treats 10,000 bytes as generation guidance, not an acceptance gate.
  • Stops on malformed, truncated, out-of-sequence, or over-16-chunk responses without automatic resend.

Requirements:

  • Official ChatGPT/Codex desktop app on macOS
  • A dedicated ChatGPT conversation with Pro selected
  • Current Codex CLI with plugin marketplace support
  • Python 3.9 or newer
  • GitHub connector only for repository-write assignments

Verification:

  • 77 local tests passed
  • macOS and Ubuntu CI passed on the merge commit
  • Native desktop acceptance reconstructed 42,620 bytes across five chunks with exact SHA-256 equality
  • An intact 10,291-byte chunk was accepted under the advisory 10K target

See README.md and docs/releases/v1.2.0-long-result-acceptance.md for installation, limits, and redacted acceptance evidence.

Codex Pro Dispatch v1.1.0

Choose a tag to compare

@iannwu iannwu released this 26 Aug 11:21
38f1063

Stable public release of Codex Pro Dispatch: a macOS desktop skill that delegates one bounded Codex assignment to a dedicated, user-confirmed ChatGPT Pro conversation with at-most-one native send, collect-only recovery, same-worker continuation, and independent result verification.

Requirements:

  • Official ChatGPT desktop app with Codex on macOS
  • ChatGPT Pro selectable in a dedicated Chat conversation
  • Current Codex CLI with plugin marketplace support
  • Python 3.9 or newer
  • GitHub connector only for repository-write assignments; prompt-only work needs none

Release verification:

  • Native A–K acceptance matrix passed on ChatGPT/Codex desktop 26.820.60940 build 7119
  • 63 local tests passed
  • macOS and Ubuntu CI passed
  • Disposable ChatGPT Pro GitHub connector branch and commit independently verified
  • Protected main remained unchanged during connector proof

See README.md and docs/releases/v1.1.0-acceptance.md for installation, compatibility boundaries, limitations, and the redacted receipt.

Codex Pro Dispatch v1.0.0

Choose a tag to compare

@iannwu iannwu released this 26 Aug 08:30
9febd54

Codex Pro Dispatch v1.0.0 is the initial public source release.

What shipped

  • A local receipt state machine for one bounded Codex-to-ChatGPT Pro assignment in the official combined desktop app.
  • At-most-one native send-attempt semantics: after durable arming, ambiguous or interrupted work is collect-only and is never resent automatically.
  • Exact outbound read-back verification, assignment/result markers, same-worker continuation, and exact parent-task restoration requirements.
  • Parent-side verification requirements for worker-reported branches, commits, tests, and CI.
  • Explicit unusual-activity HTTP 403 reporting and a fixed 30-minute cooldown before fresh dispatches.

Validation and compatibility

  • 48 deterministic tests passed under workspace Python and macOS system Python at release time; macOS and Linux CI passed.
  • The native workflow was exercised during development on 2026-08-24, but a complete acceptance receipt was not captured against the exact v1.0.0 release commit.
  • The native transport is supplied by the host app, not this repository. Use only when the current Codex task exposes the required stable-ID send, read-back, completion-read, and exact-task restoration capabilities.

When a newer release is available, new installs should prefer it because the v1.1 line tightens public packaging, compatibility preflight, and documentation.

Full changelog: https://github.com/iannwu/codex-pro-dispatch/blob/v1.0.0/CHANGELOG.md