You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,8 @@ What the installer does:
41
41
- normalizes the plugin entry to `"oc-codex-multi-auth"`
42
42
- clears the cached plugin copy so OpenCode reinstalls the latest package
43
43
44
+
After install, the plugin checks npm once per day. When a newer version exists, it clears its OpenCode-managed cached package on exit; restart OpenCode and the latest package is installed automatically. Disable this with `"autoUpdate": false` in `~/.opencode/openai-codex-auth-config.json` or `CODEX_AUTH_AUTO_UPDATE=0`.
45
+
44
46
By default, the installer writes the compact UI config:
45
47
- model picker entries stay on actual OAuth model families such as `gpt-5.5` and `gpt-5.5-fast`
46
48
- reasoning presets are selected through OpenCode's model variant picker (`none`, `low`, `medium`, `high`, `xhigh`)
@@ -86,6 +88,7 @@ OpenCode users often want the same GPT-5 and Codex model experience they use in
86
88
- Beginner-focused commands such as `codex-setup`, `codex-help`, `codex-doctor`, and `codex-next`
87
89
- Interactive account switching, labeling, tagging, and backup/import commands
88
90
- Stateless request handling with `reasoning.encrypted_content` for multi-turn sessions
91
+
- Daily npm update detection with OpenCode cache refresh on restart
89
92
- Request logging and troubleshooting hooks for debugging OpenCode integration issues
|`perProjectAccounts`|`true`| each project gets its own account storage |
167
+
|`autoUpdate`|`true`| check npm daily and clear the OpenCode-managed plugin cache on exit when a newer version is available; restart OpenCode to install it |
166
168
|`toastDurationMs`|`5000`| how long toast notifications stay visible (ms) |
167
169
|`retryAllAccountsRateLimited`|`true`| wait and retry when all accounts hit rate limits |
168
170
|`retryAllAccountsMaxWaitMs`|`0`| max wait time in ms (0 = unlimited) |
@@ -244,6 +246,7 @@ override any config with env vars:
0 commit comments