Files
dotfiles/.config/opencode/opencode-quota/quota-toast.jsonc
T

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,
},
}