Skip to content

[ci] Update Bonk to OpenCode 1.18.18 - #15255

Merged
edmundhung merged 1 commit into
mainfrom
fix/bonk-opencode-1.18.18
Aug 24, 2026
Merged

[ci] Update Bonk to OpenCode 1.18.18#15255
edmundhung merged 1 commit into
mainfrom
fix/bonk-opencode-1.18.18

Conversation

@elithrar

@elithrar elithrar commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

Update both Bonk workflows from OpenCode 1.15.13 to the current 1.18.18 release.

The first validation run confirmed 1.18.18 installed successfully, then exposed the actual provider error: OpenCode did not recognize the configured cloudflare-ai-gateway/anthropic/claude-opus-4-8 model. This also explicitly registers that model through OPENCODE_CONFIG_CONTENT, matching the repository's existing .github/opencode.json registration without applying its unrelated local permissions to Bonk.

A fresh Bonk run with this change passed model resolution and reached Anthropic; it now fails on the repository's provider credential with Invalid Anthropic API Key, which is separate from the OpenCode version/configuration change.


  • Tests
    • Tests included/updated
    • Automated tests not possible - manual testing has been completed as follows:
    • Additional testing not necessary because: these are GitHub Actions configuration changes; both workflows pass YAML parsing, actionlint, and git diff --check. The explicit provider registration was also verified with OpenCode 1.18.18 model discovery.
  • Public documentation
    • Cloudflare docs PR(s):
    • Documentation not necessary because: this is an internal CI workflow dependency and provider configuration update.

A picture of a cute animal (not mandatory, but encouraged)

@changeset-bot

changeset-bot Bot commented Aug 18, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 9b2eb53

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@elithrar elithrar added the ci:no-changeset-required Skip pull request checks for a valid changeset label Aug 18, 2026
@github-project-automation github-project-automation Bot moved this to Untriaged in workers-sdk Aug 18, 2026
@workers-devprod
workers-devprod requested review from a team and emily-shen and removed request for a team August 18, 2026 16:57
@workers-devprod

workers-devprod commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

Codeowners approval required for this PR:

  • ✅ @cloudflare/wrangler
Show detailed file reviewers

@ask-bonk

ask-bonk Bot commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

APIError: Invalid Anthropic API Key

github run

@ask-bonk

ask-bonk Bot commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

@elithrar Bonk workflow failed. Check the logs for details.

View workflow run · To retry, trigger Bonk again.

@ask-bonk

ask-bonk Bot commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

github run

@elithrar

Copy link
Copy Markdown
Contributor Author

Fresh Bonk validation: OpenCode 1.18.18 now recognizes Opus 4.8 and reaches the provider. The remaining failure is Invalid Anthropic API Key, so the version/model-registration issue is fixed; the repository credential needs separate attention. Run: https://github.com/cloudflare/workers-sdk/actions/runs/32162997102/job/95795979038

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 1 additional finding.

Open in Devin Review

@pkg-pr-new

pkg-pr-new Bot commented Aug 18, 2026

Copy link
Copy Markdown
@cloudflare/autoconfig

npm i https://pkg.pr.new/cloudflare/workers-sdk/@cloudflare/autoconfig@15255

@cloudflare/build-output-utils

npm i https://pkg.pr.new/cloudflare/workers-sdk/@cloudflare/build-output-utils@15255

@cloudflare/codemods

npm i https://pkg.pr.new/cloudflare/workers-sdk/@cloudflare/codemods@15255

@cloudflare/config

npm i https://pkg.pr.new/cloudflare/workers-sdk/@cloudflare/config@15255

create-cloudflare

npm i https://pkg.pr.new/cloudflare/workers-sdk/create-cloudflare@15255

@cloudflare/deploy-helpers

npm i https://pkg.pr.new/cloudflare/workers-sdk/@cloudflare/deploy-helpers@15255

@cloudflare/kv-asset-handler

npm i https://pkg.pr.new/cloudflare/workers-sdk/@cloudflare/kv-asset-handler@15255

miniflare

npm i https://pkg.pr.new/cloudflare/workers-sdk/miniflare@15255

@cloudflare/pages-functions

npm i https://pkg.pr.new/cloudflare/workers-sdk/@cloudflare/pages-functions@15255

@cloudflare/pages-shared

npm i https://pkg.pr.new/cloudflare/workers-sdk/@cloudflare/pages-shared@15255

@cloudflare/unenv-preset

npm i https://pkg.pr.new/cloudflare/workers-sdk/@cloudflare/unenv-preset@15255

@cloudflare/vite-plugin

npm i https://pkg.pr.new/cloudflare/workers-sdk/@cloudflare/vite-plugin@15255

@cloudflare/vitest-pool-workers

npm i https://pkg.pr.new/cloudflare/workers-sdk/@cloudflare/vitest-pool-workers@15255

@cloudflare/workers-auth

npm i https://pkg.pr.new/cloudflare/workers-sdk/@cloudflare/workers-auth@15255

@cloudflare/workers-editor-shared

npm i https://pkg.pr.new/cloudflare/workers-sdk/@cloudflare/workers-editor-shared@15255

@cloudflare/workers-utils

npm i https://pkg.pr.new/cloudflare/workers-sdk/@cloudflare/workers-utils@15255

wrangler

npm i https://pkg.pr.new/cloudflare/workers-sdk/wrangler@15255

commit: 9b2eb53

@workers-devprod workers-devprod left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Codeowners reviews satisfied

@github-project-automation github-project-automation Bot moved this from Untriaged to Approved in workers-sdk Aug 19, 2026
@ask-bonk

ask-bonk Bot commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

APIError: Invalid Anthropic API Key

github run

@edmundhung
edmundhung merged commit ecbd7ac into main Aug 24, 2026
117 of 124 checks passed
@github-project-automation github-project-automation Bot moved this from Approved to Done in workers-sdk Aug 24, 2026
@edmundhung
edmundhung deleted the fix/bonk-opencode-1.18.18 branch August 24, 2026 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci:no-changeset-required Skip pull request checks for a valid changeset

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants