diff options
| author | Matt Silverlock <[email protected]> | 2025-12-29 00:05:17 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-28 23:05:17 -0600 |
| commit | 4dae6d1fcfdfb4bfa3402046b296a7491e1c0520 (patch) | |
| tree | b8d2c322118b677ae6a4d8b87b7c336f031cb0e2 | |
| parent | 5d2cab39daf3adf290e09a1fa632c3575a42c7f9 (diff) | |
| download | opencode-4dae6d1fcfdfb4bfa3402046b296a7491e1c0520.tar.gz opencode-4dae6d1fcfdfb4bfa3402046b296a7491e1c0520.zip | |
meta: use colors for agents (#5845)
| -rw-r--r-- | .opencode/agent/docs.md | 1 | ||||
| -rw-r--r-- | .opencode/agent/triage.md | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.opencode/agent/docs.md b/.opencode/agent/docs.md index 7e5307ea0..21cfc6a16 100644 --- a/.opencode/agent/docs.md +++ b/.opencode/agent/docs.md @@ -1,5 +1,6 @@ --- description: ALWAYS use this when writing docs +color: "#38A3EE" --- You are an expert technical documentation writer diff --git a/.opencode/agent/triage.md b/.opencode/agent/triage.md index b2db100e9..539be1549 100644 --- a/.opencode/agent/triage.md +++ b/.opencode/agent/triage.md @@ -2,6 +2,7 @@ mode: primary hidden: true model: opencode/claude-haiku-4-5 +color: "#44BA81" tools: "*": false "github-triage": true |
