Commit Graph

5 Commits

  • Update faq.md section on supported models (#6832)
    Update faq.md to recommend usage of GPT-5.1 Codex, the latest Codex
    model from OpenAI.
  • Add instruction for upgrading codex with brew (#5640)
    Include instruction for upgrading codex with brew when there is switch
    from formula to cask.
  • docs: improve overall documentation (#5354)
    Update FAQ, improve general structure for config, add more links across
    the sections in the documentation, remove out of date and duplicate
    content and better explain certain concepts such as approvals and
    sandboxing.
  • chore: subject docs/*.md to Prettier checks (#4645)
    Apparently we were not running our `pnpm run prettier` check in CI, so
    many files that were covered by the existing Prettier check were not
    well-formatted.
    
    This updates CI and formats the files.
  • README / docs refactor (#2724)
    This PR cleans up the monolithic README by breaking it into a set
    navigable pages under docs/ (install, getting started, configuration,
    authentication, sandboxing and approvals, platform details, FAQ, ZDR,
    contributing, license). The top‑level README is now more concise and
    intuitive, (with corrected screenshots).
    
    It also consolidates overlapping content from codex-rs/README.md into
    the top‑level docs and updates links accordingly. The codex-rs README
    remains in place for now as a pointer and for continuity.
    
    Finally, added an extensive config reference table at the bottom of
    docs/config.md.
    
    ---------
    
    Co-authored-by: easong-openai <easong@openai.com>