@leo000001/opencode-quota-sidebar 1.13.3 → 1.13.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -140,7 +140,7 @@ async function fetchBuzzQuota({ sourceProviderID, providerID, providerOptions, a
140
140
  resetAt,
141
141
  balance: {
142
142
  amount: balance,
143
- currency: 'CNY ',
143
+ currency: '',
144
144
  },
145
145
  note: 'remaining balance = soft_limit_usd - total_usage / 100',
146
146
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leo000001/opencode-quota-sidebar",
3
- "version": "1.13.3",
3
+ "version": "1.13.4",
4
4
  "description": "OpenCode plugin that shows quota and token usage in session titles",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",