feat: allow choosing the local server port - #19
Merged
Conversation
lucasnewman
reviewed
Jul 21, 2026
Collaborator
|
@Lazarus-931 You need to run |
lucasnewman
approved these changes
Jul 21, 2026
Closes #9 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Per review, the port is global server configuration rather than a per-chat setting, so the field moves from the Model Configuration panel to the Developer page's server endpoints panel, next to the base URL it changes. The port-in-use warning moves with it.
Add the file to the tracked project so opening Nativ.xcodeproj directly (without regenerating via xcodegen) includes it in the build.
Lazarus-931
force-pushed
the
feature/custom-server-port
branch
2 times, most recently
from
July 22, 2026 12:30
58ed977 to
1bcc9e1
Compare
Collaborator
Author
|
@lucasnewman moved the port config to Developer page instead of settings |
Lazarus-931
added a commit
that referenced
this pull request
Jul 23, 2026
- gated-hf-download and custom-server-port are shipped (PRs #49, #19/#51), not planned/experimental - reflect merged extras: LM Studio import (#21), chat image paste/screenshot (#39), Developer server port + HF token - image-gen fit-estimate task done via PR #47; note #46 remaining scope - add open issue #57 (Homebrew Cask)
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.
This closes #9 to allow devs to add a server of their own for model endpoints, which before used to default to 8080, which is restrictive with multiple local servers.