mirror of
https://github.com/cole-maxwell1/dotfiles.git
synced 2026-08-02 12:23:54 -04:00
24 lines
790 B
JSON
24 lines
790 B
JSON
{
|
|
// Automatic quota surfaces. Slash commands remain available when these are disabled.
|
|
"enableToast": false,
|
|
"tuiCommandDisplay": "inline",
|
|
// Include or hide session input and output token totals.
|
|
"showSessionTokens": true,
|
|
// Session token totals: "current" session only, or "tree" including descendants.
|
|
"sessionTokenScope": "current",
|
|
// Provider selection: "auto" detects providers; an array tracks only listed providers.
|
|
"enabledProviders": "auto",
|
|
// Quota presentation and reset-period choices.
|
|
"formatStyle": "allWindows",
|
|
"percentDisplayMode": "used",
|
|
// TUI-only surfaces.
|
|
"tuiSidebarPanel": {
|
|
"enabled": true,
|
|
},
|
|
// Optional bundled maintainer Home announcements.
|
|
"maintainerAnnouncements": {
|
|
"enabled": true,
|
|
"home": true,
|
|
},
|
|
}
|