File tree Expand file tree Collapse file tree 3 files changed +32
-3
lines changed
Expand file tree Collapse file tree 3 files changed +32
-3
lines changed Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ jobs:
2727 {
2828 "bash": {
2929 "gh issue*": "allow",
30- "*": "deny"
31- },
30+ "*": "deny"
31+ },
3232 "webfetch": "deny"
3333 }
3434 run : |
35- opencode run -m anthropic /claude-sonnet -4-20250514 "A new issue has been created:'
35+ opencode run -m opencode /claude-haiku -4-5 "A new issue has been created:'
3636
3737 Issue number:
3838 ${{ github.event.issue.number }}
Original file line number Diff line number Diff line change 2828 bun turbo test
2929 env :
3030 CI : true
31+
32+ - name : Check SDK is up to date
33+ run : |
34+ bun ./packages/sdk/js/script/build.ts
35+ git diff --exit-code packages/sdk/js/src/gen packages/sdk/js/dist
36+ continue-on-error : false
Original file line number Diff line number Diff line change 1+ ---
2+ description : " Find issue(s) on github"
3+ model : opencode/claude-haiku-4-5
4+ ---
5+
6+ Search through existing issues in sst/opencode using the gh cli to find issues matching this query:
7+
8+ $ARGUMENTS
9+
10+ Consider:
11+
12+ 1 . Similar titles or descriptions
13+ 2 . Same error messages or symptoms
14+ 3 . Related functionality or components
15+ 4 . Similar feature requests
16+
17+ Please list any matching issues with:
18+
19+ - Issue number and title
20+ - Brief explanation of why it matches the query
21+ - Link to the issue
22+
23+ If no clear matches are found, say so.
You can’t perform that action at this time.
0 commit comments