This commit is contained in:
teernisse
2026-02-28 00:13:22 -05:00
parent b7561c16d8
commit 659c084a74

View File

@@ -1,28 +1,34 @@
{
"$schema": "./schema.json",
"global": {
"justify": "spread",
"theme": "dark",
"responsive": true,
"width": 500,
"width_margin": 20
"width_margin": 45
},
"glyphs": {
"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": {
"context_usage": {
"enabled": true
},
"context_trend": {
"context_bar": {
"flex": true,
"min_width": 12
},
"tokens_raw": {
"enabled": true
},
"cost_trend": {
"cache_efficiency": {
"enabled": true
},
"load": {
"enabled": false
"cost_velocity": {
"enabled": true
}
}
}