Skip to content

Conversation

@tristanmanchester
Copy link
Contributor

@tristanmanchester tristanmanchester commented Nov 14, 2025

Summary

  • document the new gpt-5.1 and gpt-5.1-codex models in the Factory setup guide and README
  • bundle the latest CLIProxyAPI (6.3.41) so those model names resolve without manual upgrades

Testing

  • ./create-app-bundle.sh
  • Factory CLI: gpt-5.1-codex-low via VibeProxy

Summary by CodeRabbit

  • New Features

    • Added support for GPT-5.1 and GPT-5.1 Codex model variants.
    • New models available via ChatGPT subscription routing with multiple performance presets.
  • Documentation

    • Updated setup and configuration instructions for new model variants.
    • Version 1.0.7 released with comprehensive model documentation updates.

@coderabbitai
Copy link

coderabbitai bot commented Nov 14, 2025

Walkthrough

Documentation and configuration files are updated to announce and support GPT-5.1 and GPT-5.1 Codex models. Version 1.0.7 is released with changelog entries for new model support and CLIProxyAPI bundling updates, and setup instructions are expanded to include new model variants.

Changes

Cohort / File(s) Summary
GPT-5.1 Support Documentation
CHANGELOG.md, FACTORY_SETUP.md, README.md
Added support announcements and configuration for GPT-5.1 and GPT-5.1 Codex models. Version 1.0.7 released with changelog entry for new models. Factory setup expanded with new model configurations and preset variants (low/medium/high). README adds new documentation block announcing GPT-5.1 & GPT-5.1 Codex support with ChatGPT subscription routing details.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

  • Verification focus: Confirm consistency of model names and base URLs across FACTORY_SETUP.md entries (gpt-5.1, gpt-5.1-codex variants)
  • Documentation accuracy: Verify GPT-5.1 feature descriptions in README.md align with product capabilities
  • Changelog completeness: Ensure version 1.0.7 entries match configuration additions and release link formatting

Poem

🐰 A fluffy new model hops into the scene,
GPT-5.1, the fastest we've seen!
With presets and docs, now the setup's so clear—
More choices, more features, let's give a big cheer! 🎉

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately reflects the main changes: adding GPT-5.1 documentation and bundling CLIProxyAPI 6.3.41, which aligns with all three modified files.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Nitpick comments (1)
FACTORY_SETUP.md (1)

255-259: Consider clarifying reasoning effort defaults (optional improvement).

The preset descriptions mention "reasoning effort levels" but don't explicitly state what the base gpt-5.1 and gpt-5.1-codex (without suffix) use as their default reasoning effort. Adding this detail (e.g., "defaults to balanced reasoning") could help users make more informed preset choices.

📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between a57c9e0 and 502171b.

📒 Files selected for processing (3)
  • CHANGELOG.md (2 hunks)
  • FACTORY_SETUP.md (3 hunks)
  • README.md (1 hunks)
🔇 Additional comments (6)
CHANGELOG.md (2)

8-13: Changelog entry looks good.

The 1.0.7 version entry is properly formatted, clearly describes the GPT-5.1 additions and CLIProxyAPI bump, and maintains consistency with existing changelog conventions.


163-163: Release link is properly formatted.

The new release link follows the existing pattern and matches the version number in the changelog entry.

README.md (1)

24-25: GPT-5.1 support block is well-formatted and clear.

The new IMPORTANT block follows the established pattern, uses appropriate messaging, and includes a helpful link to the setup guide.

Verify that the FACTORY_SETUP.md link destination (section "Step 3: Configure Factory CLI") includes the GPT-5.1 configuration examples referenced in this block.

FACTORY_SETUP.md (3)

118-180: GPT-5.1 model configuration is complete and consistent.

All nine new model entries (four GPT-5.1 Codex variants and five GPT-5.1 variants) follow the established pattern with correct base_url, api_key, and provider fields. Preset naming (minimal, low, medium, high) aligns with existing conventions.


234-234: Model selector example properly updated.

The example now clearly includes GPT-5.1 and GPT-5.1 Codex alongside existing models, making it easy for users to discover the new options.


250-271: Excellent upgrade documentation and available models section.

The new "Upgrading to GPT-5.1 / GPT-5.1 Codex" section provides clear, actionable steps. The preset selection guidance (noting reasoning effort levels and use cases) is practical and user-friendly. Line 271's note that no CLIProxyAPI update is required is an important detail that saves users confusion.

@Kreatell Kreatell mentioned this pull request Nov 15, 2025
@jsj
Copy link
Contributor

jsj commented Nov 19, 2025

This CLIProxy now is out date it doesn't have gemini 3, feels like there could be some sort of depenabot like workflow to keep the CLIProxy in sync

@jsj
Copy link
Contributor

jsj commented Nov 19, 2025

Here's a PR that would keep this in sync and bases on this to keep the docs added: #39

@ranaroussi ranaroussi merged commit c7398ff into automazeio:main Nov 20, 2025
1 check passed
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.

4 participants