Skip to content

Codex Remote v0.1.21

Choose a tag to compare

@dwnmf dwnmf released this 28 Feb 23:22
· 9 commits to main since this release

Codex Remote v0.1.21

This release delivers three major improvements: full Git workflow controls in thread UI, robust Deno self-host auth persistence, and smoother setup/login behavior.

Thread Git Workflow

  • New Git Changes panel in thread view.
  • File-level selection with Select all support.
  • Commit Selected with optional Push after commit.
  • Per-file Revert, Revert selected, and Revert all actions.
  • Automatic status refresh so changes appear without manual refresh.

Deno Self-Host and Device Auth Reliability

  • Credentials now use a stable global path by default to avoid re-authorizing when launch paths differ.
  • Automatic migration from legacy local credentials.
  • Canonical Deno URL selection in self-host scripts.
  • Reuse of existing Deno secrets on repeated setup runs.
  • Added explicit support for CODEX_REMOTE_ANCHOR_JWT_SECRET across launcher and setup scripts.
  • Anchor fallback auth now supports persisted machine binding (legacy secret path) to reduce repeated device-code prompts.

Installer and CLI Fixes

  • Added/cleaned self-host --login flow behavior.
  • Fixed PowerShell argument parsing edge cases in self-host command.
  • Improved .env parsing robustness.
  • Improved CLI output sanitization in message rendering.

Validation

  • bun run lint
  • bun run test
  • bun run ci:local

All checks passed for this release.