mirror of
https://github.com/cloudflare/vinext.git
synced 2026-05-09 00:09:23 +02:00
[PR #900] [MERGED] ci(bonk): downgrade bots from gpt-5.5 to gpt-5.4 #933
Labels
No labels
enhancement
enhancement
good first issue
help wanted
nextjs-tracking
nextjs-tracking
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vinext#933
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/cloudflare/vinext/pull/900
Author: @NathanDrake2406
Created: 4/25/2026
Status: ✅ Merged
Merged: 4/25/2026
Merged by: @james-elicx
Base:
main← Head:nathan/downgrade-bots-to-gpt-5.4📝 Commits (1)
1dfc214ci(bonk): downgrade bots from gpt-5.5 to gpt-5.4📊 Changes
6 files changed (+6 additions, -46 deletions)
View changed files
📝
.github/workflows/bigbonk.yml(+1 -1)📝
.github/workflows/bonk.yml(+1 -1)📝
.opencode/agents/reviewer.md(+1 -1)📝
.opencode/agents/viguy.md(+1 -1)📝
CONTRIBUTING.md(+2 -2)➖
opencode.json(+0 -40)📄 Description
What
Roll bonk + bigbonk back to
cloudflare-ai-gateway/openai/gpt-5.4. Remove theopencode.jsonworkaround introduced in #899.Why
Every
/bonkand/bigbonkinvocation since #898 fails. Two stages:ProviderModelNotFoundErrorbecause models.dev'scloudflare-ai-gatewayentry doesn't list gpt-5.5. #899 patched that by registering the model inopencode.json.UnknownError: ProviderInitError. opencode swallows thecause, so the underlying reason isn't visible in the run log.Failing run after both #898 and #899 landed: https://github.com/cloudflare/vinext/actions/runs/24938979889.
gpt-5.4 has a known-good path through opencode +
ai-gateway-provider+ Cloudflare AI Gateway, so this restores bots immediately while the gpt-5.5 SDK-init issue gets diagnosed upstream.Approach
openai/gpt-5.5→openai/gpt-5.4.xhigh. opencode falls back to its default effort if gpt-5.4 rejects it; if that turns out to be a problem we can drop tohighin a follow-up.opencode.json(no longer needed).Validation
/bigbonk reviewon this PR before merging to confirm bots come back up.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.