JSPM

  • Created
  • Published
  • Downloads 2056
  • Score
    100M100P100Q110490F
  • License MIT

OpenCode plugin for Codex (OpenAI) multi-account management with automatic rate limit switching

Package Exports

    Readme

    opencode-codex-multi-account

    OpenCode plugin for multi-account OpenAI (ChatGPT Codex) OAuth management with automatic rate limit switching.

    Install

    Add to opencode.json:

    {
      "plugin": ["opencode-codex-multi-account@latest"]
    }

    Features

    • Automatic account rotation on 429 responses
    • Three selection strategies: sticky, round-robin, and hybrid
    • Cross-process coordination for parallel sessions
    • Background token refresh before expiry
    • Browser OAuth (PKCE) and Device Code authentication flows

    Architecture

    opencode-codex-multi-account  ← you are here
            │
    opencode-multi-account-core
            │
    opencode-oauth-adapters

    See the root README for full documentation.