claude-multiacc 1.0.6 → 1.0.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/lib/audit.py +1 -1
- package/package.json +1 -1
package/lib/audit.py
CHANGED
|
@@ -190,7 +190,7 @@ def audit_account(root, acct, now=None, machine=None):
|
|
|
190
190
|
if slug == 'org-blocked':
|
|
191
191
|
row['state'] = 'blocked'
|
|
192
192
|
row['reason'] = ('this account\'s organization has disabled Claude Code '
|
|
193
|
-
'subscription access
|
|
193
|
+
'subscription access')
|
|
194
194
|
else:
|
|
195
195
|
row['state'] = 'expired'
|
|
196
196
|
row['reason'] = f'marked dead by the pool ({detail or "authentication failed"})'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claude-multiacc",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.7",
|
|
4
4
|
"description": "Multi-account addon for Claude Code: every claude / claude -p runs under a randomly-picked subscription account with the most usage headroom. Mirrors to a deploy server. No API keys.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|