Skip to content

v0.1.37 — rotation 'all accounts' pool

Choose a tag to compare

@lodar lodar released this 02 Jun 04:22
· 109 commits to main since this release

v0.1.37 — rotation "all accounts" pool

5dive agent rotation set <agent> --accounts=all (DIVE-44).

Instead of hand-picking a fixed set, an agent's rotation can now use every eligible (same-type) account profile — and newly-added accounts join the rotation automatically. Stored as an allAccounts sentinel (not a frozen list); rotate resolves the live pool at the moment it runs.

  • rotation set <agent> --accounts=all → allAccounts mode; --accounts=a,b (or empty) → explicit list as before.
  • rotation get reports allAccounts; text mode shows accounts: all (every eligible profile).
  • Surfaced as a "Use all accounts" toggle in the dashboard Switch-account panel and the Telegram /account rotation submenu (plugin v0.4.45) — when on, the manual picker is hidden.