Skip to content

Commit e70007e

Browse files
authored
Merge branch 'anomalyco:dev' into dev
2 parents c8ab592 + 3525e61 commit e70007e

397 files changed

Lines changed: 7423 additions & 3055 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/VOUCHED.td

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ adamdotdevin
1212
ariane-emory
1313
-atharvau AI review spamming literally every PR
1414
-borealbytes
15+
-carycooper777
1516
-danieljoshuanazareth
1617
-danieljoshuanazareth
18+
-davidbernat looks to be a clawdbot that spams team and sends super weird emails, doesnt appear to be a real person
1719
edemaine
1820
-florianleibert
1921
fwang
@@ -33,4 +35,3 @@ simonklee
3335
-spider-yamet clawdbot/llm psychosis, spam pinging the team
3436
thdxr
3537
-toastythebot
36-
-davidbernat looks to be a clawdbot that spams team and sends super weird emails, doesnt appear to be a real person

.github/workflows/review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ jobs:
4545

4646
- name: Check PR guidelines compliance
4747
env:
48-
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
48+
OPENCODE_API_KEY: ${{ secrets.OPENCODE_API_KEY }}
4949
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5050
OPENCODE_PERMISSION: '{ "bash": { "*": "deny", "gh*": "allow", "gh pr review*": "deny" } }'
5151
PR_TITLE: ${{ steps.pr-details.outputs.title }}
5252
run: |
5353
PR_BODY=$(jq -r .body pr_data.json)
54-
opencode run -m anthropic/claude-opus-4-5 "A new pull request has been created: '${PR_TITLE}'
54+
opencode run -m opencode/gpt-5.5 --variant medium "A new pull request has been created: '${PR_TITLE}'
5555
5656
<pr-number>
5757
${{ steps.pr-number.outputs.number }}

0 commit comments

Comments
 (0)