Skip to content

fix(slopguard): default Claude reviews to the 1M Opus 5.5 window - #167

Merged
altaywtf merged 1 commit into
mainfrom
fix/slopguard-opus-1m
Sep 23, 2026
Merged

altaywtf merged 1 commit into
mainfrom
fix/slopguard-opus-1m

Conversation

@altaywtf

Copy link
Copy Markdown
Member

Closes #166

Default Claude model becomes claude-opus-5-5[1m]: same model, 1M context instead of Claude Code's 200K default for the bare ID. An explicit --model still wins.

Proof: claude -p --model 'claude-opus-5-5[1m]' --output-format json reports contextWindow: 1000000 (bare ID: 200000) on CLI 2.1.280; slopguard doctor --engine claude reports ready.

Copilot AI lite review requested due to automatic review settings September 23, 2026 05:33
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 23, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-23T05:36:24.386606Z 026aeee PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to 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" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

Copilot AI 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.

Copilot review overview

🟢 Approval recommended

The change is a small, low-risk constant update that cleanly propagates through existing model-selection logic without introducing new behavior paths.

Review effort: Lite
Findings: None

What changed in this PR

Updates slopguard’s Claude provider default model string to use the 1M-context Opus 5.5 variant by default, aligning Claude-based reviews with the intended larger context window while preserving explicit --model overrides.

Changes:

  • Change DefaultClaudeModel from claude-opus-5-5 to claude-opus-5-5[1m].
File Description
cli/​slopguard/​internal/​provider/​types.go Switches the Claude default model constant to the 1M-context window selector.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@altaywtf
altaywtf merged commit f6cc644 into main Sep 23, 2026
12 checks passed
@altaywtf
altaywtf deleted the fix/slopguard-opus-1m branch September 23, 2026 05:35
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.

slopguard: Claude reviews run Opus 5.5 with a 200K window

2 participants