oc-chatgpt-multi-auth 4.9.3 → 4.9.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,6 +14,8 @@ Enable OpenCode to authenticate against **OpenAI's Codex backend** via OAuth so
14
14
 
15
15
  - **GPT-5.2, GPT-5.2 Codex, GPT-5.1 Codex Max** and all GPT-5.x variants via ChatGPT OAuth
16
16
  - **Multi-account support** — add multiple ChatGPT accounts, health-aware rotation with automatic failover
17
+ - **Click-to-switch** — switch accounts directly from the OpenCode TUI
18
+ - **Strict tool validation** — automatically cleans schemas for compatibility with strict models (Claude, Gemini)
17
19
  - **Auto-update notifications** — get notified when a new version is available
18
20
  - **22 model presets** — full variant system with reasoning levels (none/low/medium/high/xhigh)
19
21
  - **Prompt caching** — session-based caching for faster multi-turn conversations
@@ -306,7 +308,7 @@ OpenCode uses `~/.config/opencode/` on **all platforms** including Windows.
306
308
  1. **Manual URL paste:**
307
309
  - Re-run `opencode auth login`
308
310
  - Select **"ChatGPT Plus/Pro (Manual URL Paste)"**
309
- - Paste the full redirect URL after login
311
+ - Paste the full redirect URL (including `#code=...`) after login
310
312
 
311
313
  2. **Check port availability:**
312
314
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oc-chatgpt-multi-auth",
3
- "version": "4.9.3",
3
+ "version": "4.9.5",
4
4
  "description": "Multi-account rotation plugin for ChatGPT Plus/Pro (OAuth / Codex backend)",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",