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: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,16 @@
2
2
3
3
all notable changes to this project. dates are ISO format (YYYY-MM-DD).
4
4
5
+
## [4.12.5] - 2026-02-04
6
+
7
+
### changed
8
+
9
+
-**per-project storage location**: project-scoped account files now live under `~/.opencode/projects/<project-key>/openai-codex-accounts.json` instead of writing into `<project>/.opencode/`.
10
+
11
+
### added
12
+
13
+
-**legacy migration**: when the new project-scoped path is empty, the plugin now auto-migrates legacy `<project>/.opencode/openai-codex-accounts.json` data on first load.
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -439,10 +439,10 @@ Total accounts: 4
439
439
440
440
**Per-project accounts (v4.10.0+):**
441
441
442
-
By default, each project directory gets its own account storage. This means you can have different active accounts per project. Works from subdirectories too — the plugin walks up to find the project root (v4.11.0). Disable with `perProjectAccounts: false` in your config.
442
+
By default, each project gets its own account storage namespace. This means you can keep different active accounts per project without writing account files into your repo. Works from subdirectories too; the plugin walks up to find the project root (v4.11.0). Disable with `perProjectAccounts: false` in your config.
@@ -284,7 +284,7 @@ look for `hasModelSpecificConfig: true`. if it's false, config lookup failed - c
284
284
285
285
### per-project accounts not working
286
286
287
-
make sure you're in a project directory (has `.git`, `package.json`, etc). the plugin auto-detects and falls back to global storage otherwise.
287
+
make sure you're in a project directory (has `.git`, `package.json`, etc). the plugin auto-detects the project root and uses a namespaced file under `~/.opencode/projects/`. if no project root is found, it falls back to global storage.
0 commit comments