feat(desktop): add isSidecar prop to AppInterface and logic to persist sidecar server urls#12366
Merged
Brendonovich merged 7 commits intoanomalyco:devfrom Feb 9, 2026
Merged
Conversation
…t sidecar server urls
Contributor
|
The following comment was made by an LLM, it may be inaccurate: No duplicate PRs found |
Colin4k1024
pushed a commit
to Colin4k1024/opencode
that referenced
this pull request
Feb 10, 2026
…t sidecar server urls (anomalyco#12366) Co-authored-by: Brendan Allan <git@brendonovich.dev>
BryceRyan
pushed a commit
to BryceRyan/opencode
that referenced
this pull request
Feb 10, 2026
…t sidecar server urls (anomalyco#12366) Co-authored-by: Brendan Allan <git@brendonovich.dev>
3 tasks
relaxkeren
pushed a commit
to relaxkeren/opencode
that referenced
this pull request
Feb 15, 2026
…t sidecar server urls (anomalyco#12366) Co-authored-by: Brendan Allan <git@brendonovich.dev>
schneiderlo
pushed a commit
to schneiderlo/opencode
that referenced
this pull request
Feb 17, 2026
…t sidecar server urls (anomalyco#12366) Co-authored-by: Brendan Allan <git@brendonovich.dev>
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.
What does this PR do?
Fixes #12362
It adds a
isSidecarto the AppInterface and sets the defaultUrl to the server list store when the url is a sidecar (AKA launched from the Desktop).In the Add we have a checker to make sure if that url is already in the list we dont add it again, and a proper cleanup removing the previous sidecar url from the lost.
How did you verify your code works?
Ran on my Local Dev
Screen.Recording.2026-02-05.at.22.56.42.mov