Prepare Wayfinder Desktop v0.1.0 for release#110
Merged
Conversation
…roadmap:desktop-v0.1.0]
…v0.1.0] Consolidate account and API-key configuration under Connections, add an authenticated one-click ChatGPT route setup through the bundled gateway, and keep Automatic routing and credential ownership unchanged.
Describe the accepted response-level routing popovers, local conversation persistence, personal destination names, consolidated Connections screen, and guided ChatGPT setup in the release notes.
tcballard
marked this pull request as ready for review
July 22, 2026 07:04
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 release readiness.Adds:
Scope
Included
app-configure-chatgpt --path <Wayfinder config>with validation, idempotence, and atomic replacementExcluded
Product / Architecture Decisions
User-Facing Contract
CLI
wayfinder-router app-configure-chatgpt --path "$HOME/Library/Application Support/Wayfinder/wayfinder-router.toml"The command adds the supported
chatgpt-solCodex app-server model only when no Codex app-server route is already present.Human Output
wayfinder-router: ChatGPT route configuredwayfinder-router: ChatGPT route already configuredNative Settings presents ChatGPT account access and provider API keys under Connections. Missing ChatGPT routing becomes a guided Configure and Continue flow rather than a dead-end diagnostic.
JSON Output
No JSON contract changes.
Exit Codes
0: route configured or already configured2: invalid arguments, unsafe path, unreadable/invalid config, or failed atomic replacementVerification
Ran
swift test --scratch-path /private/tmp/wayfinder-release-swift-testscargo +1.85.0 fmt --manifest-path rust/Cargo.toml --all -- --checkcargo +1.85.0 test --manifest-path rust/Cargo.toml --workspace --all-features --lockedcargo +1.85.0 test --manifest-path rust/Cargo.toml -p wayfinder-gateway --liboutside the socket-restricted sandboxcargo +1.85.0 clippy --manifest-path rust/Cargo.toml --workspace --all-targets --all-features --locked -- -D warningsWayfinderNotaryCovered
0.1.0 (1)arm64 product/helper/XPC version and architecture agreementef737faefa9f509eeee46c28340650c691d161b4cc90750200a5970fb9fca912Review Path
app-configure-chatgptcommand and native configurator.Notes For Reviewer
main.desktop-releaseworkflow must build the publishable artifact from the reviewed merge commit after tagging.Implementation Process (Optional)
Implemented with AI assistance under the desktop v0.1.0 roadmap contract; final scope, UX review, local acceptance, and release decisions were made by the maintainer.