Skip to content

Codex SyncKit 0.2.0-alpha

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 01 Aug 03:38
662b8ec

Codex SyncKit 0.2.0-alpha

This release makes cross-device Codex automation handoff safe for the intended
workflow: use Managed ChatGPT on one Windows PC at a time, close it, wait for
OneDrive, and continue on another PC.

Highlights

  • No duplicate scheduled runs after switching PCs. Managed Pull imports
    completed shared run records into the current device's local scheduler and
    advances only an older last_run_at watermark. The next due time is then
    recomputed by ChatGPT.
  • No mass unread state from imported history. Completed runs imported from
    another device are recorded as ARCHIVED.
  • Local databases stay local. Neither state_5.sqlite nor
    .codex\sqlite\codex*.db is copied or linked through OneDrive. Only portable
    definitions, memory, rollouts, and completion watermarks cross devices.
  • Managed launch fails closed. Missing scheduler schemas, current shared
    definitions, incomplete run coverage, or a changed database hash stop launch
    instead of allowing an automation to appear as Last run: never.
  • Retired definitions do not block startup. Historical runs for deleted or
    replaced automation IDs remain visible as history but are not treated as a
    missing current definition.

The release also includes the local Memory Observatory, safer synchronized
project-workspace conflict handling, portable projectless workspace paths, and
the accumulated improvements listed in the changelog.

Upgrade

  1. Close Managed ChatGPT on every PC and let OneDrive finish synchronizing.
  2. Download and extract codex-synckit-0.2.0-alpha.zip.
  3. Run Install-CodexSyncKit.cmd on each PC that uses the shared Kit.
  4. Open and close ChatGPT once on every PC before enabling automation sync, so
    its local scheduler database and tables exist.
  5. Continue launching only through the managed ChatGPT shortcut, on one PC at
    a time.

Existing installations are repaired in place and retain rollback backups. Do
not manually copy either Codex SQLite database between devices.

Verification

The automation handoff and launch checks were exercised on three independent
Windows devices. The release pipeline also runs the public-source gate, builds
and re-extracts the ZIP, rescans the extracted artifact, and executes the Node,
PowerShell, and memory-subsystem regression suites before publishing assets.

This remains an alpha release focused on Windows and OneDrive. Keep the shared
CodexKit directory private and maintain an independent backup of important
work.