config
This commit is contained in:
@@ -1,28 +1,34 @@
|
|||||||
{
|
{
|
||||||
"$schema": "./schema.json",
|
|
||||||
"global": {
|
"global": {
|
||||||
"justify": "spread",
|
"justify": "spread",
|
||||||
"theme": "dark",
|
"theme": "dark",
|
||||||
"responsive": true,
|
"responsive": true,
|
||||||
"width": 500,
|
"width": 500,
|
||||||
"width_margin": 20
|
"width_margin": 45
|
||||||
},
|
},
|
||||||
"glyphs": {
|
"glyphs": {
|
||||||
"enabled": true
|
"enabled": true
|
||||||
},
|
},
|
||||||
"layout": "verbose",
|
"layout": [
|
||||||
|
["model", "provider", "project", "spacer", "context_bar", "context_usage", "spacer", "cost", "cost_velocity"],
|
||||||
|
["vcs", "lines_changed", "spacer", "tokens_raw", "cache_efficiency", "spacer", "beads"]
|
||||||
|
],
|
||||||
"sections": {
|
"sections": {
|
||||||
"context_usage": {
|
"context_usage": {
|
||||||
"enabled": true
|
"enabled": true
|
||||||
},
|
},
|
||||||
"context_trend": {
|
"context_bar": {
|
||||||
|
"flex": true,
|
||||||
|
"min_width": 12
|
||||||
|
},
|
||||||
|
"tokens_raw": {
|
||||||
"enabled": true
|
"enabled": true
|
||||||
},
|
},
|
||||||
"cost_trend": {
|
"cache_efficiency": {
|
||||||
"enabled": true
|
"enabled": true
|
||||||
},
|
},
|
||||||
"load": {
|
"cost_velocity": {
|
||||||
"enabled": false
|
"enabled": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user