Swap opencode-glm-quota for @slkiser/opencode-quota

This commit is contained in:
2026-07-29 21:09:57 -05:00
parent 28582d56c0
commit a80e6df2b5
6 changed files with 41 additions and 36 deletions
@@ -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,
},
}