File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: "find issue(s) on github"
33model : opencode/claude-haiku-4-5
44---
55
6- Search through existing issues in sst /opencode using the gh cli to find issues matching this query:
6+ Search through existing issues in anomalyco /opencode using the gh cli to find issues matching this query:
77
88$ARGUMENTS
99
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ export default tool({
3131 offset : tool . schema . number ( ) . describe ( "Number of results to skip for pagination" ) . default ( 0 ) ,
3232 } ,
3333 async execute ( args ) {
34- const owner = "sst "
34+ const owner = "anomalyco "
3535 const repo = "opencode"
3636
3737 const page = Math . floor ( args . offset / args . limit ) + 1
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ export default tool({
4040 async execute ( args ) {
4141 const issue = getIssueNumber ( )
4242 // const octokit = new Octokit({ auth: process.env.GITHUB_TOKEN })
43- const owner = "sst "
43+ const owner = "anomalyco "
4444 const repo = "opencode"
4545
4646 const results : string [ ] = [ ]
You can’t perform that action at this time.
0 commit comments