Skip to content

feat: add Claude Opus 5 model - #242

Closed
wizzoapp[bot] wants to merge 6 commits into
mainfrom
wizzo/opus5-hotfix
Closed

feat: add Claude Opus 5 model#242
wizzoapp[bot] wants to merge 6 commits into
mainfrom
wizzo/opus5-hotfix

Conversation

@wizzoapp

@wizzoapp wizzoapp Bot commented Aug 3, 2026

Copy link
Copy Markdown

What changed

  • add Claude Opus 5 to the server model catalog and expose its effort, fast-mode, and context-window options
  • replace the advertised Claude Opus 4.8 entry with Opus 5
  • make opus and legacy Opus 4.8 input aliases resolve to Opus 5
  • carry T3's xhigh thread-creation default onto the new canonical Opus 5 slug
  • add focused provider, adapter, alias, and directive-default coverage

Why

Opus 5 needs to be selectable in the web and desktop clients and runnable by the backend today. The dispatched SHA c3e8fb67d was verified after refreshing upstream and changes only Macroscope review-agent frontmatter; the actual upstream product patch is 41a430a88 (“Add Claude Opus 5 model”, upstream pingdotgg#4472). This hotfix applies that product patch and the minimum fork-specific replacement behavior required by the explicit decision that Opus 5 replaces Opus 4.8.

Validation

  • full workspace typecheck
  • contracts package: 208 tests passed
  • focused server/shared model tests: 153 tests passed
  • production web build plus build-output assertion
  • isolated controlled-browser picker proof: Claude Opus 5 visible and selectable; Claude Opus 4.8 absent
  • factory pre-commit gate: static checks and Codex autoreview clean

The four-provider E2E matrix is intentionally skipped for this catalog-only hotfix. Post-merge deployment still requires the controlled deploy, external probe, and a real Opus 5 turn.

@wizzoapp
wizzoapp Bot marked this pull request as ready for review August 3, 2026 17:07

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 24db819de4

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread apps/server/src/provider/Layers/ClaudeProvider.ts Outdated
Comment thread packages/contracts/src/model.ts Outdated
Comment thread apps/server/src/provider/Layers/ClaudeProvider.ts
@wizzoapp
wizzoapp Bot marked this pull request as draft August 3, 2026 17:34
@wizzoapp
wizzoapp Bot marked this pull request as ready for review August 3, 2026 17:34

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 6d85d41876

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread apps/server/src/provider/Layers/ClaudeProvider.ts
Comment thread apps/server/src/provider/Layers/ProviderRegistry.test.ts
@wizzoapp
wizzoapp Bot marked this pull request as draft August 3, 2026 17:49
@wizzoapp
wizzoapp Bot marked this pull request as ready for review August 3, 2026 17:49

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 2bbe5409f7

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread apps/server/src/provider/Layers/ProviderRegistry.ts Outdated
@wizzoapp
wizzoapp Bot marked this pull request as draft August 3, 2026 18:04
@wizzoapp
wizzoapp Bot marked this pull request as ready for review August 3, 2026 18:04

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 465a5958e4

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread apps/server/src/provider/Layers/ClaudeProvider.ts
@wizzoapp
wizzoapp Bot marked this pull request as draft August 3, 2026 18:29
@wizzoapp
wizzoapp Bot marked this pull request as ready for review August 3, 2026 18:30

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: c9084d10ea

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread apps/server/src/provider/Layers/ProviderRegistry.ts Outdated
@wizzoapp
wizzoapp Bot marked this pull request as draft August 3, 2026 18:59
@wizzoapp
wizzoapp Bot marked this pull request as ready for review August 3, 2026 18:59
@wizzoapp

wizzoapp Bot commented Aug 3, 2026

Copy link
Copy Markdown
Author

Superseded because this PR exhausted its per-PR Codex review allowance after multiple head-bound review rounds. CI is fully green on ab4262a; a fresh PR from the same branch and exact head follows so the required final Codex review can run.

@wizzoapp wizzoapp Bot closed this Aug 3, 2026
@wizzoapp wizzoapp Bot mentioned this pull request Aug 3, 2026
@wizzoapp

wizzoapp Bot commented Aug 3, 2026

Copy link
Copy Markdown
Author

Superseded by #243 from the exact same branch and head (ab4262adf) so the required final Codex review can run.

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.

0 participants