opencode: different color for plan mode

This commit is contained in:
David Chen 2026-04-17 11:17:53 -07:00
parent 8298371b35
commit 83d01d4a91

View file

@ -2,6 +2,14 @@
"$schema": "https://opencode.ai/config.json",
"autoupdate": true,
"small_model": "openai/gpt-5.4-mini",
"agent": {
"build": {
"color": "#ff79c6"
},
"plan": {
"color": "#8be9fd"
}
},
"compaction": {
"auto": false
},