From 41783b3102c4828441f9da3c1c5c3bb765f414a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leo=20Bl=C3=B6cher?= Date: Mon, 22 Jun 2026 12:41:27 +0100 Subject: [PATCH] Use a dash instead of a dot in bonk model name The docs say to use `opus-4.8` but every other bonk config seems to use `opus-4-8`. --- .github/workflows/bonk.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bonk.yml b/.github/workflows/bonk.yml index a2f00df..f756d5b 100644 --- a/.github/workflows/bonk.yml +++ b/.github/workflows/bonk.yml @@ -38,7 +38,7 @@ jobs: CLOUDFLARE_GATEWAY_ID: ${{ secrets.CF_AI_GATEWAY_NAME }} CLOUDFLARE_API_TOKEN: ${{ secrets.CF_AI_GATEWAY_TOKEN }} with: - model: "cloudflare-ai-gateway/anthropic/claude-opus-4.8" + model: "cloudflare-ai-gateway/anthropic/claude-opus-4-8" mentions: "/bonk,@ask-bonk" permissions: write opencode_version: "1.17.7"