summaryrefslogtreecommitdiffhomepage
path: root/.opencode/agent
AgeCommit message (Collapse)Author
2026-05-03core: simplify triage workflow to focus on issue ownershipDax Raad
Switch triage agent to gpt-5.4-nano for faster issue assignment. Remove label management from the triage tool so it only assigns owners based on team ownership rules. This reduces noise in the issue tracker and ensures issues get to the right team member immediately without unnecessary labels. Update team structures to reflect current ownership and add script for processing unassigned issues.
2026-05-03core: update triage agent to use qwen3.6-plus model for improved response ↵Dax Raad
quality
2026-05-03ciDax Raad
2026-04-26syncFrank
2026-04-16chore: delete filetime module (#22999)Aiden Cline
2026-03-28tweak(session): add top spacing and remove obsolete docs promptDax Raad
2026-03-19doc: update translator to gpt modelFrank
2026-03-18fix: docsFrank
2026-02-27chore: update translator modelAdam
2026-02-25chore: move glossaryadamelmore
2026-02-21chore: updated locale glossaries and docs sync workflowAdam
2026-02-21chore: locale specific glossariesAdam
2026-02-20chore: update agentAdam
2026-02-17chore: generateopencode-agent[bot]
2026-02-17ci: ensure triage adds acp label (#14039)Aiden Cline
2026-02-17ci: update triage workflow (#13944)Aiden Cline
2026-02-16feat(acp): add opt-in flag for question tool (#13562)ImmuneFOMO
Co-authored-by: Aiden Cline <[email protected]> Co-authored-by: Aiden Cline <[email protected]>
2026-02-16feat(cli): add session delete command (#13571)Ariane Emory
2026-02-10chore: translator agentAdam
2026-01-12ci: adjust triage promptAiden Cline
2026-01-05ci: tweak promptAiden Cline
2026-01-05ci: prevent duplicate PR check from flagging current PR as duplicate (#6924)Ravi Kumar
Co-authored-by: Aiden Cline <[email protected]>
2026-01-04ci: add duplicate PR detection botAiden Cline
2026-01-01Permission rework (#6319)Dax
Co-authored-by: Github Action <[email protected]> Co-authored-by: Adam <[email protected]>
2025-12-28meta: use colors for agents (#5845)Matt Silverlock
2025-12-24docs: make MCP server documentation more scannable and add Sentry exampleJay V
2025-12-19ci: separate standalone publishing from dependent publishing (#5634)Brendan Allan
Co-authored-by: GitHub Action <[email protected]>
2025-12-18docs: fix typos (#5753)barış
2025-12-17chore: format codeGitHub Action
2025-12-17ci: add windows label to triage botAiden Cline
2025-12-16ci: tweak triageAiden Cline
2025-12-16chore: format codeGitHub Action
2025-12-16ci: tweak triageAiden Cline
2025-12-15ci: cheaper modelAiden Cline
2025-12-15ci: auto triage issuesAiden Cline
2025-10-16docs: fix misspelled word (#3211)Moisès Macià
2025-08-21ignore: docs agentDax Raad
2025-08-19docs: add sdk docJay V
2025-08-18docs: add tui docJay V
2025-08-12chore: spelling in git committer file (#1869)Tom Hackshaw
2025-08-12ci: ignoreDax Raad
2025-08-12Add agent-level permissions with whitelist/blacklist support (#1862)Dax
2025-08-11Simplify git-committer agent definition for better maintainabilityDax Raad
2025-08-10docs: docs agentDax Raad
2025-08-08Remove unused OpenTelemetry tracing and fix overlapping highlights (#1738)Dax
Co-authored-by: opencode <[email protected]>
2025-08-07Merge agent and mode into one (#1689)Dax
The concept of mode has been deprecated, there is now only the agent field in the config. An agent can be cycled through as your primary agent with <tab> or you can spawn a subagent by @ mentioning it. if you include a description of when to use it, the primary agent will try to automatically use it Full docs here: https://opencode.ai/docs/agents/
2025-07-24agents better display when spawningDax Raad