From 59329a414dfe8268138cdc1e859f3818cb328e41 Mon Sep 17 00:00:00 2001 From: Aiden Cline Date: Tue, 16 Dec 2025 10:09:51 -0600 Subject: ci: tweak triage --- .opencode/agent/triage.md | 60 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 59 insertions(+), 1 deletion(-) (limited to '.opencode/agent') diff --git a/.opencode/agent/triage.md b/.opencode/agent/triage.md index 6a020532f..11517061c 100644 --- a/.opencode/agent/triage.md +++ b/.opencode/agent/triage.md @@ -1,7 +1,7 @@ --- mode: primary hidden: true -model: opencode/gpt-5-nano +model: opencode/claude-haiku-4-5 tools: "*": false "github-triage": true @@ -10,3 +10,61 @@ tools: You are a triage agent responsible for triaging github issues. Use your github-triage tool to triage issues. + +## Labels + +#### perf + +Performance-related issues: + +- Slow performance +- High RAM usage +- High CPU usage + +**Only** add if it's likely a RAM or CPU issue. **Do not** add for LLM slowness. + +#### desktop + +Desktop app issues: + +- `opencode web` command +- The desktop app itself + +**Only** add if it's specifically about the Desktop application or `opencode web` view. **Do not** add for terminal, TUI, or general opencode issues. + +#### nix + +**Only** add if the issue explicitly mentions nix. + +#### zen + +**Only** add if the issue mentions "zen" or "opencode zen". Zen is our gateway for coding models. **Do not** add for other gateways or inference providers. + +#### docs + +Add if the issue requests better documentation or docs updates. + +#### opentui + +TUI issues potentially caused by our underlying TUI library: + +- Keybindings not working +- Scroll speed issues (too fast/slow/laggy) +- Screen flickering +- Crashes with opentui in the log + +**Do not** add for general TUI bugs. + + +When assigning to people here are the following rules: + +adamdotdev: +ONLY assign adam if the issue will have the "desktop" label. + +fwang: +ONLY assign fwang if the issue will have the "zen" label. + +jayair: +ONLY assign jayair if the issue will have the "docs" label. + +In all other cases use best judgment. Avoid assigning to kommander needlessly, when in doubt assign to rekram1-node. -- cgit v1.2.3 From 84e56ee6144ea82d36779fc7b15d6615b346bb83 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 16 Dec 2025 16:10:36 +0000 Subject: chore: format code --- .opencode/agent/triage.md | 1 - 1 file changed, 1 deletion(-) (limited to '.opencode/agent') diff --git a/.opencode/agent/triage.md b/.opencode/agent/triage.md index 11517061c..52f548ca6 100644 --- a/.opencode/agent/triage.md +++ b/.opencode/agent/triage.md @@ -55,7 +55,6 @@ TUI issues potentially caused by our underlying TUI library: **Do not** add for general TUI bugs. - When assigning to people here are the following rules: adamdotdev: -- cgit v1.2.3