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
+10 -1
View File
@@ -113,5 +113,14 @@
},
"share": "disabled",
"snapshot": true,
"plugin": ["opencode-glm-quota", "./plugin/ibmi-gate.ts"],
// OpenCode Quota: tuiCommandDisplay chooses whether native TUI command output appears in the session transcript or a local popup dialog.
// OpenCode Quota: loads the server plugin for slash commands and quota checks.
"plugin": [
"./plugin/ibmi-gate.ts",
"@slkiser/opencode-quota@latest"
],
"provider": {
// Detected zai authentication; opencode-quota added this global provider declaration.
"zai": {}
},
}