Skip to content

Releases: eddieparc/senpi-accounts

v0.1.0 — Kiro multi-account

Choose a tag to compare

@eddieparc eddieparc released this 30 Jul 02:36

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-accounts

or from the attached tarball:

npm install ./eddieparc-senpi-accounts-0.1.0.tgz

Then 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).