opencode-anthropic-multi-account 0.2.5 → 0.2.7
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.
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -2976,7 +2976,7 @@ function printUsageEntry(name, entry, isLast) {
|
|
|
2976
2976
|
return;
|
|
2977
2977
|
}
|
|
2978
2978
|
const bar = createProgressBar(entry.utilization);
|
|
2979
|
-
const reset = entry.
|
|
2979
|
+
const reset = entry.resets_at ? formatResetTime(entry.resets_at) : "";
|
|
2980
2980
|
console.log(` ${connector} ${name.padEnd(16)} ${bar}${reset}`);
|
|
2981
2981
|
}
|
|
2982
2982
|
function printQuotaReport(account, usage) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "opencode-anthropic-multi-account",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.7",
|
|
4
4
|
"description": "OpenCode plugin for Anthropic multi-account management with automatic rate limit switching",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"directory": "packages/anthropic-multi-account"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"opencode-multi-account-core": "^0.2.
|
|
42
|
+
"opencode-multi-account-core": "^0.2.7",
|
|
43
43
|
"@mariozechner/pi-ai": "^0.61.0",
|
|
44
44
|
"valibot": "^1.2.0"
|
|
45
45
|
},
|