ci(bonk): switch bonk + bigbonk to GPT-5.5 xhigh#4
Merged
Conversation
Updates the bonk workflow to use cloudflare-ai-gateway/openai/gpt-5.5 with reasoning effort variant xhigh, replacing the previous claude-opus-4-7 model. https://claude.ai/code/session_012n6RFuqfQGQY7AaayqLcaG
- bigbonk workflow: cloudflare-ai-gateway/openai/gpt-5.5 with variant xhigh (was claude-opus-4-7 + max) - viguy and reviewer OpenCode agent definitions: openai/gpt-5.5 (was anthropic/claude-opus-4-7) - CONTRIBUTING.md: update recommended setup and BigBonk description to GPT-5.5 xhigh The Next.js tracker workflow and agent are intentionally left on Claude Opus 4.7. https://claude.ai/code/session_012n6RFuqfQGQY7AaayqLcaG
There was a problem hiding this comment.
Pull request overview
Updates the standard /bonk GitHub Actions workflow to route ask-bonk/ask-bonk through Cloudflare AI Gateway using OpenAI GPT-5.5 with an increased reasoning-effort variant, while leaving /bigbonk unchanged.
Changes:
- Switch
bonk.ymlmodel fromcloudflare-ai-gateway/anthropic/claude-opus-4-7tocloudflare-ai-gateway/openai/gpt-5.5. - Add
variant: "xhigh"to increase reasoning effort for/bonkand@ask-bonktriggers.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
bonkworkflow: model →cloudflare-ai-gateway/openai/gpt-5.5,variant: "xhigh"bigbonkworkflow: model →cloudflare-ai-gateway/openai/gpt-5.5,variant: "max"→"xhigh".opencode/agents/viguy.mdand.opencode/agents/reviewer.md:anthropic/claude-opus-4-7→openai/gpt-5.5so local OpenCode runs match CICONTRIBUTING.md: recommended setup + BigBonk description now reference GPT-5.5 xhighThe
variantinput onask-bonk/ask-bonk/github@mainis the documented hook for provider-specific reasoning effort.xhighis GPT-5.5's highest reasoning tier per OpenAI's reasoning-effort docs.The Next.js tracker workflow (
nextjs-tracker.yml) and its agent definition are intentionally left on Claude Opus 4.7 — out of scope for this change.Test plan
/bonk review this PRon a follow-up PR; confirm the workflow run resolves to GPT-5.5 with xhigh/bigbonkon a follow-up PR; confirm sameviguy/revieweragents to confirm the new model resolves