Tags

Tags give the ability to mark specific points in history as being important
  • v0.3.5

    v0.3.5 — fail over slow full-image apt mirrors
    
    Bound apt transfer times and fail over amd64 package installation through
    verified Ubuntu mirrors.
  • v0.3.4

    v0.3.4 — pin resilient Docker workflow release
    
    Pin the reusable Docker workflow at v0.8.1 so a cache-service error cannot
    cancel an otherwise successful image push.
  • v0.3.3

    v0.3.3 — retry full-image apt package transactions
    
    Retry complete apt package transactions with fresh indexes so transient Ubuntu
    mirror publication races do not fail arm64 builds.
  • v0.3.2

    v0.3.2 — lead Codexbox with one-line installation
    
    Make the minimal and full installer commands the Quick Start, and reserve raw
    Docker commands for intentional manual use.
  • v0.3.1

    v0.3.1 — publish both Codexbox image variants
    
    Publish the minimal and full multi-architecture image variants in order, and
    pin reusable workflow calls to an immutable revision.
  • v0.3.0

    v0.3.0 — reproducible full Codexbox image
    
    Add CODEXBOX_FULL=1 for the general-purpose development-toolchain image;
    minimal remains the default. Parent images and tool inputs are pinned and
    locked, and the installer/wrapper selection plus full toolchain are covered
    by regression tests.
  • v0.2.0

    v0.2.0 — interactive session continuation by default
    
    The interactive TUI now continues the most recent session for the current
    directory by default (codex resume --last, cwd-scoped, falls back to a
    fresh session when nothing matches). --no-continue forces a new session.
  • v0.1.0

    v0.1.0 — OpenAI Codex CLI on the aicodebox base
    
    Initial release. CodexAdapter (codex exec --json, sandbox-bypass, native
    --output-schema, resume, model_reasoning_effort) honoring systemPrompt,
    appendSystemPrompt, noTools, and resume-last continuation. Dual auth:
    OPENAI_API_KEY and ChatGPT subscription via codex login. Host wrapper +
    installer. Pinned @openai/codex@0.144.6 on psyb0t/aicodebox:v0.14.0.