Codex Remote v0.1.21
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 Changespanel in thread view. - File-level selection with
Select allsupport. Commit Selectedwith optionalPush after commit.- Per-file
Revert,Revert selected, andRevert allactions. - 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_SECRETacross 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 --loginflow behavior. - Fixed PowerShell argument parsing edge cases in
self-hostcommand. - Improved
.envparsing robustness. - Improved CLI output sanitization in message rendering.
Validation
bun run lintbun run testbun run ci:local
All checks passed for this release.