Skip to content

codex-raw 0.1.0

Choose a tag to compare

@github-actions github-actions released this 28 Jul 22:25
Immutable release. Only release title and notes can be modified.

Added

  • A separate codex-raw executable with isolated local state.
  • Stateless one-shot, persistent JSONL, and OpenAI-compatible local HTTP modes.
  • Responses, Chat Completions, image generation, streaming, and function tools.
  • codex-raw update --check and a user-triggered self-update implementation.
  • Prebuilt release automation for Windows x64, Linux x64, Linux ARM64, and
    macOS Intel.
  • Focused tests, OpenAI Python SDK smoke checks, and cross-platform validation.

Security

  • Loopback-only default for the HTTP server.
  • Optional bearer-token protection and mandatory protection for non-loopback
    listeners.
  • Explicit credential exclusions and separate Raw authentication storage.
  • Immutable-release enforcement, exact asset selection, dual SHA-256
    verification, bounded archive extraction, and staged binary version checks.
  • Exact-process restart handling on Windows and guarded systemd
    stop/restart/health-check with best-effort rollback handling on Linux.