Tags

Tags give the ability to mark specific points in history as being important
  • 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.