git404hub

what is auth-codex-plugin fr?

alice53211/auth-codex-plugin — explained in plain English

Analysis updated 2026-05-18

134TypeScriptAudience · developerComplexity · 4/5Setup · moderate

tl;dr

An OpenCode plugin that rotates requests across multiple ChatGPT or Codex accounts with a local dashboard and configurable rotation strategies.

vibe map

mindmap
  root((auth-codex-plugin))
    What it does
      Multi-account OAuth rotation
      Local management dashboard
      Force mode pinning
    Features
      Rotation strategies
      Rate limit handling
      Bulk Outlook auto-login
    Tech stack
      TypeScript
      Node.js
      Python and Playwright
    Setup
      Install via OpenCode plugin
      Add accounts by CLI
      Start local dashboard
    Audience
      OpenCode users
      Developers

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Rotate coding assistant requests across multiple ChatGPT or Codex accounts to avoid hitting one account's rate limit.

VIBE 2

Manage connected accounts through a local dashboard, enabling, disabling, or pinning a specific account.

VIBE 3

Automate bulk login for multiple Outlook-linked ChatGPT accounts using the included Python script.

what's the stack?

TypeScriptNode.jsPythonPlaywright

how it stacks up fr

alice53211/auth-codex-pluginboob025/peace-equalizer-apoelias569/fintech-dashboard
Stars134134134
LanguageTypeScriptTypeScriptTypeScript
Setup difficultymoderateeasymoderate
Complexity4/51/53/5
Audiencedevelopergeneraldeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 30min

Requires Node.js 20+, the OpenCode CLI, and existing ChatGPT or Codex OAuth accounts to add.

in plain english

This repository is a plugin for OpenCode, a coding tool, that manages rotation across multiple ChatGPT or Codex OAuth accounts so that requests can be spread out instead of hitting a single account's usage limits. It keeps a local store of connected accounts on the user's machine and includes a small dashboard, run on localhost, where someone can view accounts, enable or disable them, and adjust settings. The plugin supports several rotation strategies for choosing which account handles the next request: cycling through accounts in order, picking whichever account has been used the least, choosing randomly, or splitting traffic by a set of configured weights. There is also a force mode that pins every request to one specific account and stops the automatic rotation until that mode is turned off. When an account hits a rate limit, the plugin is described as waiting until that account's limit resets rather than immediately retrying. To install it, someone uses the OpenCode plugin command with the package name from npm, or installs directly from the GitHub repository if they want the latest unreleased code instead. Running it from source requires cloning the repository, installing dependencies, and building the TypeScript code. Basic usage involves adding named accounts through a command line tool, checking their status, and starting the local dashboard on a chosen port. The repository also includes a separate Python script, kept in its own folder, that automates logging into multiple Outlook-linked ChatGPT accounts at once. It uses a browser automation tool to open the login page, enter each account's email and password, read the one-time verification code from the linked Outlook inbox, and save the resulting login tokens into the plugin's account store. This script reads its account list, including email addresses and passwords, from a JSON credentials file that a person fills in themselves before running it. The README does not mention a license.

prompts (copy fr)

prompt 1
Help me install this OpenCode multi-account plugin and add my first two accounts.
prompt 2
Explain the difference between the round-robin, least-used, and weighted-round-robin rotation strategies in this plugin.
prompt 3
Walk me through starting the local dashboard for this plugin and what settings I can change there.
prompt 4
Show me how the auto-login Python script in this repo reads OTP codes from Outlook.

Frequently asked questions

what is auth-codex-plugin fr?

An OpenCode plugin that rotates requests across multiple ChatGPT or Codex accounts with a local dashboard and configurable rotation strategies.

What language is auth-codex-plugin written in?

Mainly TypeScript. The stack also includes TypeScript, Node.js, Python.

How hard is auth-codex-plugin to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is auth-codex-plugin for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.