This is an automated email from the ASF dual-hosted git repository.
zclll pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new 8860d16b67d Switch OpenCode review model from Claude Opus 4.6 to
Claude Sonnet 4.6 (#3448)
8860d16b67d is described below
commit 8860d16b67d2737e793fb74e2be93ea0257c230d
Author: zclllyybb <[email protected]>
AuthorDate: Wed Mar 11 01:46:55 2026 +0800
Switch OpenCode review model from Claude Opus 4.6 to Claude Sonnet 4.6
(#3448)
---
.github/workflows/opencode-review.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/opencode-review.yml
b/.github/workflows/opencode-review.yml
index 91dcd231189..fde1bfbf98c 100644
--- a/.github/workflows/opencode-review.yml
+++ b/.github/workflows/opencode-review.yml
@@ -1,4 +1,4 @@
-name: Code Review
+name: OpenCode Review
on:
issue_comment:
@@ -113,4 +113,4 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
PROMPT=$(cat /tmp/review_prompt.txt)
- opencode run "$PROMPT" -m "github-copilot/claude-opus-4.6"
+ opencode run "$PROMPT" -m "github-copilot/claude-sonnet-4.6"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]