fix(accounts): guide ChatGPT route setup#109
Draft
tcballard wants to merge 1 commit into
Draft
Conversation
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Implements
WF-ROADMAP-0015 desktop v0.1.0 ChatGPT account setup guidance.Adds:
Scope
Included
Excluded
Product / Architecture Decisions
chatgpt-solconfiguration remains visible and selectable for advanced setup.User-Facing Contract
CLI
No CLI changes.
Human Output
Accounts now says “Add ChatGPT to Wayfinder” and presents three concrete steps. The user can copy the configuration, open the actual config file, jump to Gateway Settings to restart, and return to check readiness.
JSON Output
No JSON changes.
Exit Codes
No exit-code changes.
Verification
Ran
env CLANG_MODULE_CACHE_PATH=/private/tmp/wayfinder-accounts-ux-module-cache SWIFTPM_MODULECACHE_OVERRIDE=/private/tmp/wayfinder-accounts-ux-module-cache WAYFINDER_DISABLE_SWIFTPM_SANDBOX=1 swift test --disable-sandbox --scratch-path /private/tmp/wayfinder-accounts-ux-build --package-path macos/WayfinderMacgit diff --checkCovered
Review Path
CodexAccountSettingsState.swiftfor the new setup-state classification.AccountsSettingsView.swiftfor copy, hierarchy, and actions.CodexAccountClient.swiftfor user-facing 404 copy.Notes For Reviewer
This PR is stacked on PR #106, which contains the ChatGPT provider and the merged routing-popover UX. Retarget or rebase onto
mainafter #106 lands.