Skip to content
Merged
6 changes: 3 additions & 3 deletions .github/workflows/bigbonk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ 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-6"
model: "cloudflare-ai-gateway/anthropic/claude-opus-4-8"
mentions: "/bigbonk"
variant: "max"
variant: "high"
permissions: write
opencode_dev: false
opencode_version: 1.3.9
opencode_version: 1.15.13
agent: viguy
6 changes: 3 additions & 3 deletions .github/workflows/bonk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ 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-6"
model: "cloudflare-ai-gateway/openai/gpt-5.5"
mentions: "/bonk,@ask-bonk"
variant: "max"
variant: "high"
permissions: write
opencode_dev: false
opencode_version: 1.3.9
opencode_version: 1.15.13
agent: viguy
4 changes: 2 additions & 2 deletions .opencode/agents/reviewer.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
description: Thorough code reviewer focused on correctness, edge cases, and dev/prod parity. Posts reviews directly on GitHub PRs.
mode: subagent
model: anthropic/claude-opus-4-6
temperature: 0.1
model: openai/gpt-5.5
temperature: 0.2
tools:
write: false
edit: false
Expand Down
2 changes: 1 addition & 1 deletion .opencode/agents/viguy.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Vite, Next.js, TypeScript and JS build systems expert for vinext
mode: primary
model: anthropic/claude-opus-4-6
model: anthropic/claude-opus-4-8
temperature: 0.2
---

Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ vinext was born from an experiment in pushing AI to its limits. Almost every lin

## Recommended setup

We use [OpenCode](https://opencode.ai) with GPT-5.4, set to xhigh reasoning effort. This is the same setup that built the project.
We use [OpenCode](https://opencode.ai) with Opus 4.8 at high reasoning effort for BigBonk reviews, and GPT-5.5 at high reasoning effort for regular Bonk review passes. This is the same setup that built the project.

## Before you open a PR

Expand All @@ -15,7 +15,7 @@ We use [OpenCode](https://opencode.ai) with GPT-5.4, set to xhigh reasoning effo

## AI code review

Every PR goes through AI code review. When you open a PR, a contributor with write access will request a review from **BigBonk** (GPT-5.4, xhigh reasoning effort). External contributors can't trigger this directly.
Every PR goes through AI code review. When you open a PR, a contributor with write access will request a review from **BigBonk** (Opus 4.8, high reasoning effort). For lighter review passes, maintainers can use **Bonk** (GPT-5.5, high reasoning effort). External contributors can't trigger this directly.

Our process is to iterate on BigBonk's feedback until there are no unresolved comments. That doesn't mean you have to accept every suggestion verbatim, but we've found it to be very good at finding real problems and very useful for debugging this codebase. Expect multiple review rounds on larger PRs.

Expand Down
Loading