Releases: eddieparc/senpi-accounts
Releases · eddieparc/senpi-accounts
Release list
v0.1.0 — Kiro multi-account
Multi-account subscription providers for senpi. Kiro is the supported provider in this release, verified against the live API: 4 models, 3 real accounts, per-account pinning, 429/auth failover, automatic token refresh, and usage-aware routing from real credit quota.
Open source, published for learning and research. Uses your own subscriptions through each vendor's normal OAuth flow; it does not pool, share or resell accounts, and does not bypass authentication, billing or rate limits.
Install
npm install github:eddieparc/senpi-accountsor from the attached tarball:
npm install ./eddieparc-senpi-accounts-0.1.0.tgzThen add the built entry to ~/.senpi/agent/settings.json:
{ "extensions": ["<path>/node_modules/@eddieparc/senpi-accounts/dist/index.js"] }See the README for the full setup and the two upstream senpi bugs found while building this (senpi#503, senpi#505).