Skip to content

Releases: chenhaoc/codex-remote-control

v0.1.0

27 May 16:11

Choose a tag to compare

First formal release of Codex Remote Control.

Added

  • Android client for connecting to a private-network Codex bridge.
  • Session list, session resume, new chat, message sending, and streaming assistant output.
  • Approval request display and response forwarding from Android.
  • Session-authoritative conversation rendering with snapshot reconciliation and incremental updates.
  • Code browser and diff/file-change viewing from active Codex workspaces.
  • Settings backup/import/export, extended about page, and contact/support information.
  • Node.js WebSocket bridge for codex app-server --listen stdio://.
  • Persistent bridge identity, state storage, token handling, and configurable runtime paths.
  • Mock backend and Node-side tests for bridge and Android UI development flows.
  • Debug and release APK build helpers with shared local personal signing.

APK

  • Release APK: codex-remote-control-v0.1.0-release.apk
  • Debug and release builds use the same local personal signing setup in this repo.

Notes

  • The bridge and app are designed for trusted private networks, not direct public internet exposure.
  • For cross-network access, use your own tunneling or private mesh/VPN setup rather than exposing the bridge directly.