| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d7b5b43 commit ae3990a
9 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -24,9 +24,11 @@ jobs: | |||
| 24 | 24 | OPENCODE_API_KEY: ${{ secrets.OPENCODE_API_KEY }} | |
| 25 | 25 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
| 26 | 26 | ISSUE_NUMBER: ${{ github.event.issue.number }} | |
| 27 | + ISSUE_TITLE: ${{ github.event.issue.title }} | ||
| 28 | + ISSUE_BODY: ${{ github.event.issue.body }} | ||
| 27 | 29 | run: | | |
| 28 | 30 | opencode run --agent triage "The following issue was just opened, triage it: | |
| 29 | 31 | ||
| 30 | - Title: ${{ github.event.issue.title }} | ||
| 32 | + Title: $ISSUE_TITLE | ||
| 31 | 33 | ||
| 32 | - ${{ github.event.issue.body }}" | ||
| 34 | + $ISSUE_BODY" | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | { | |
| 2 | 2 | "dependencies": { | |
| 3 | 3 | "@octokit/rest": "^22.0.1", | |
| 4 | - "@opencode-ai/plugin": "0.0.0-dev-202512160036" | ||
| 4 | + "@opencode-ai/plugin": "0.0.0-dev-202512160412" | ||
| 5 | 5 | } | |
| 6 | 6 | } | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -42,14 +42,12 @@ Jay is responsible for documentation. If there is an issue relating to documenta | |||
| 42 | 42 | ||
| 43 | 43 | ### kommander | |
| 44 | 44 | ||
| 45 | - Sebastian is responsible for managing an OpenTUI (a library for building terminal user interfaces). OpenCode's TUI is built with OpenTUI. If there are issues abou: | ||
| 45 | + Sebastian is responsible for managing an OpenTUI (a library for building terminal user interfaces). OpenCode's TUI is built with OpenTUI. If there are issues about: | ||
| 46 | 46 | - random characters on screen | |
| 47 | 47 | - keybinds not working on different terminals | |
| 48 | 48 | - general terminal stuff | |
| 49 | 49 | Then assign the issue to Him. | |
| 50 | 50 | ||
| 51 | - (anything that should have opentui label basically) | ||
| 52 | - | ||
| 53 | 51 | ### rekram1-node | |
| 54 | 52 | ||
| 55 | 53 | Assign Aiden to an issue as a catch all, if you can't assign anyone else. Most of the time this will be bugs/polish things. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,7 +13,7 @@ | |||
| 13 | 13 | "@actions/core": "1.11.1", | |
| 14 | 14 | "@actions/github": "6.0.1", | |
| 15 | 15 | "@octokit/graphql": "9.0.1", | |
| 16 | - "@octokit/rest": "22.0.0", | ||
| 16 | + "@octokit/rest": "catalog:", | ||
| 17 | 17 | "@opencode-ai/sdk": "workspace:*" | |
| 18 | 18 | } | |
| 19 | 19 | } | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -21,6 +21,7 @@ | |||
| 21 | 21 | ], | |
| 22 | 22 | "catalog": { | |
| 23 | 23 | "@types/bun": "1.3.4", | |
| 24 | + "@octokit/rest": "22.0.0", | ||
| 24 | 25 | "@hono/zod-validator": "0.4.2", | |
| 25 | 26 | "ulid": "3.0.1", | |
| 26 | 27 | "@kobalte/core": "0.13.11", | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -12,7 +12,7 @@ | |||
| 12 | 12 | }, | |
| 13 | 13 | "dependencies": { | |
| 14 | 14 | "@octokit/auth-app": "8.0.1", | |
| 15 | - "@octokit/rest": "22.0.0", | ||
| 15 | + "@octokit/rest": "catalog:", | ||
| 16 | 16 | "hono": "catalog:", | |
| 17 | 17 | "jose": "6.0.11" | |
| 18 | 18 | } | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -64,7 +64,7 @@ | |||
| 64 | 64 | "@hono/zod-validator": "catalog:", | |
| 65 | 65 | "@modelcontextprotocol/sdk": "1.15.1", | |
| 66 | 66 | "@octokit/graphql": "9.0.2", | |
| 67 | - "@octokit/rest": "22.0.0", | ||
| 67 | + "@octokit/rest": "catalog:", | ||
| 68 | 68 | "@openauthjs/openauth": "catalog:", | |
| 69 | 69 | "@opencode-ai/plugin": "workspace:*", | |
| 70 | 70 | "@opencode-ai/script": "workspace:*", | |
| Back | FazBrowse Home | New Git URL |
0 commit comments