Skip to content

Conversation

@mattmorgis
Copy link
Owner

Summary

  • Set default model to gpt-5 in CLI (ModelChoice and cli default)
  • Updated README to reflect gpt-5 as the default model
  • Left unrelated local changes uncommitted to keep this PR focused

Why

  • Aligns docs and defaults with current model availability and guidance

Testing

  • Ran pre-commit hooks for README (passed/skipped appropriately)
  • Ran test suite: 153 passed, 1 skipped

Usage

  • No breaking changes to CLI flags; users can still override with --model
  • OPENAI_API_KEY remains the only required env var (OPENAI_BASE_URL optional)

Notes

  • Base: main
  • Head: add-gpt-5

mattmorgis and others added 3 commits August 8, 2025 21:36
- Change CLI tests to expect ModelChoice.gpt_5 as default
- Expand ModelChoice enum test to include "gpt-5" and "gpt-5-mini"

Note: left prompt_default.jinja2 uncommitted as requested.
🤖 Generated with OAI Coding Agent
Co-Authored-By: oai-coding-agent[bot] <214839426+oai-coding-agent[bot]@users.noreply.github.com>
@mattmorgis mattmorgis merged commit a99fce9 into main Aug 9, 2025
1 check passed
@mattmorgis mattmorgis deleted the add-gpt-5 branch August 9, 2025 02:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants