opencode-codex-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
|
@@ -2623,7 +2623,7 @@ function printUsageEntry(name, entry, isLast) {
|
|
|
2623
2623
|
return;
|
|
2624
2624
|
}
|
|
2625
2625
|
const bar = createProgressBar(entry.utilization);
|
|
2626
|
-
const resetInfo = entry.
|
|
2626
|
+
const resetInfo = entry.resets_at ? formatResetTime(entry.resets_at) : "";
|
|
2627
2627
|
console.log(` ${connector} ${name.padEnd(16)} ${bar}${resetInfo}`);
|
|
2628
2628
|
}
|
|
2629
2629
|
function printQuotaReport(account, usage) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "opencode-codex-multi-account",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.7",
|
|
4
4
|
"description": "OpenCode plugin for Codex (OpenAI) multi-account management with automatic rate limit switching",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"directory": "packages/codex-multi-account"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"opencode-multi-account-core": "^0.2.
|
|
43
|
+
"opencode-multi-account-core": "^0.2.7",
|
|
44
44
|
"valibot": "^1.2.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|