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
feat(diagnostics): warn when project .codex/config.toml bypasses OpenCodex (cherry-pick PR #70)
Cherry-pick of 98d227d + b19384c from feat/project-codex-config-warnings.
All 5 review feedback items addressed by contributor. Additional fix:
- Test isolation: set CODEX_HOME in project-config-warnings.test.ts to prevent
reading real user config during tests
- Fix cache test to use collectProjectCodexConfigWarnings with explicit cwd
Co-authored-by: Wibias <37517432+Wibias@users.noreply.github.com>
"dash.projectConfigHint": "These repo-local settings override the OpenCodex proxy (e.g. route to OpenCode Go directly). Remove them so ~/.codex/config.toml routing applies in that project.",
62
64
"dash.checkUpdate": "Check update",
63
65
"dash.updateTitle": "Update opencodex",
64
66
"dash.updateDesc": "Check npm for the selected channel, then choose whether to restart the proxy after installation.",
0 commit comments