35 lines
696 B
JSON
35 lines
696 B
JSON
{
|
|
"global": {
|
|
"justify": "spread",
|
|
"theme": "dark",
|
|
"responsive": true,
|
|
"width": 500,
|
|
"width_margin": 45
|
|
},
|
|
"glyphs": {
|
|
"enabled": true
|
|
},
|
|
"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_bar": {
|
|
"flex": true,
|
|
"min_width": 12
|
|
},
|
|
"tokens_raw": {
|
|
"enabled": true
|
|
},
|
|
"cache_efficiency": {
|
|
"enabled": true
|
|
},
|
|
"cost_velocity": {
|
|
"enabled": true
|
|
}
|
|
}
|
|
}
|