-
Notifications
You must be signed in to change notification settings - Fork 1
feat(settings): productize stable and advanced controls #108
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
Open
ndycode
wants to merge
26
commits into
dev
Choose a base branch
from
fresh/05-settings-productization
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
af7f137
fix(auth): define reset and delete safety flows
ndycode f48ee06
feat(auth): add backup restore manager
ndycode 12074e2
feat(auth): prompt for recovery on startup
ndycode 8212831
test(storage): isolate empty export path
ndycode eeecf6e
feat(sync): add sync center and status surface
ndycode ccb06f6
fix(auth): clean startup recovery prompt branch
ndycode d0a80b5
feat(settings): productize stable and advanced controls
ndycode 310325d
fix(auth): drop recovery fallback from settings slice
ndycode 2ee71fb
fix(sync): harden sync center preview and apply
ndycode 1eeec0b
Block non-interactive backup restore mode
ndycode 9ec55db
Fix backup import accounting regressions
ndycode 326d5f1
fix(auth): harden restore backup fallback and file reads
ndycode 11c503c
fix(sync): close backup restore review gaps
ndycode e0e7680
fix(sync): preserve sync run timestamps
ndycode 19b50d3
fix(sync): resolve review blockers
ndycode 922c5de
fix(sync): close remaining review blockers
ndycode ce4fbf3
test(sync): cover retryable timestamp and scan errors
ndycode 8ba80e7
Retry sync timestamp reads on EIO
ndycode dbe3c1c
Harden recovery backup reads
ndycode 1a7ae95
test(sync): cover ENXIO and UNC sync-center paths
ndycode ea74af4
fix(restore): reuse pre-assessed backup restore
ndycode ef68e86
fix(sync): ignore storage-noise watch artifacts
ndycode f811d3d
Redact sync center filesystem errors
ndycode 5e174c8
Redact stored sync run errors
ndycode c31c9ed
Merge remote-tracking branch 'origin/fresh/04-sync-center' into fresh…
ndycode f2f8427
fix(settings): tighten docs and sync-center coverage
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
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
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
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
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
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
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
align advanced section wording with shipped ui copy.
line 73 and line 77 in
docs/reference/settings.mdstill use legacy wording ("advanced and operator controls", "sync center"), while the menu ships "advanced & operator" and "codex cli sync" inlib/ui/copy.ts:69-79and renders them inlib/codex-manager/settings-hub.ts:3335-3356.as per coding guidelines "UI text consistency: ensure synonyms and titles match the updated copy (e.g., Details Line for Summary Line, Colors for Color Theme, Codex CLI Sync for Sync Center)."
🤖 Prompt for AI Agents