mirror of
https://github.com/theniceboy/.config.git
synced 2026-05-02 11:33:40 +08:00
opencode: different color for plan mode
This commit is contained in:
parent
8298371b35
commit
83d01d4a91
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue