feat(setup): add LLM timeout + remote model picker#84
Merged
missuo merged 3 commits intoApr 13, 2026
Conversation
Owner
|
@imocat Pls resolve conflicts |
Contributor
Author
|
have done |
missuo
added a commit
that referenced
this pull request
Apr 13, 2026
Replace the single profile popup with a Finder-style sidebar table (SPLlmProfileRowView) plus +/- buttons, and split the right side into a detail form (Name + read-only Type + provider-specific fields). Provider type is now locked at profile creation time rather than switchable via a popup, which removes a class of bugs where switching provider mid-edit silently dropped fields and made the saved state hard to reason about. Other tweaks rolled in: - ASR test result label moved below the Test button so multi-line errors no longer truncate. - Add a custom NSTableRowView subclass that paints a soft accent selection so the active profile stays visible when the detail form steals first-responder focus. - Carry forward PR #84's Timeout (ms) field, Choose/Hide model picker button, remote /models popup with Refresh, retagged OpenAI field range to 2001-2008. The new picker logic reads provider from the active profile dictionary instead of the removed llmProviderPopup.
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
Details
Verification