mirror of
https://github.com/cole-maxwell1/dotfiles.git
synced 2026-08-02 12:23:54 -04:00
Swap opencode-glm-quota for @slkiser/opencode-quota
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
// 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,
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user