-
Notifications
You must be signed in to change notification settings - Fork 32
feat: final consolidated codex multi-auth overhaul (runtime + tui + docs) #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
fecd31d
feat: clean codex multi-auth runtime, tui, and docs overhaul
ndycode acfae98
📝 Add docstrings to `feat/final-single-overhaul-pr`
coderabbitai[bot] 8048eae
📝 Add docstrings to `feat/final-single-overhaul-pr`
coderabbitai[bot] 7e9f3db
test: raise branch coverage and harden update-check paths
ndycode b79ff5b
fix: harden refresh lease/queue flows and proactive refresh handling
ndycode d3737a6
fix: close review audit gaps and harden runtime edge cases
ndycode 0e30cb7
fix: address PR concurrency and regression review items
ndycode 24dc3ce
test: cover concurrent loader live-sync initialization
ndycode faa95c8
fix: close remaining PR review gaps across retry, abort, and docs
ndycode 8f5218b
Fix PR review findings: harden storage/logging/auth redaction and ali…
ndycode File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| # Optional overrides | ||
|
|
||
| # Path to an explicit plugin config file (absolute preferred; relative is resolved from cwd). | ||
| CODEX_MULTI_AUTH_CONFIG_PATH= | ||
|
|
||
| # Directory used for multi-auth state (absolute preferred; relative is resolved from cwd). | ||
| CODEX_MULTI_AUTH_DIR= | ||
|
|
||
| # Enable console mirror logging (`1` to enable). | ||
| CODEX_CONSOLE_LOG= | ||
|
|
||
| # Override Codex home root used by Codex CLI integrations. | ||
| CODEX_HOME= | ||
|
|
||
| # Logging flags for plugin diagnostics. | ||
| CODEX_PLUGIN_LOG_BODIES= | ||
| CODEX_PLUGIN_LOG_LEVEL= | ||
| DEBUG_CODEX_PLUGIN= | ||
| ENABLE_PLUGIN_REQUEST_LOGGING= | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -26,3 +26,7 @@ winston/ | |
| task_plan.md | ||
| findings.md | ||
| progress.md | ||
|
|
||
| # local env files | ||
| .env | ||
| .env.local | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.