Open
Conversation
a4d90c6 to
502a4a7
Compare
73cebf5 to
18b40fa
Compare
713d06b to
6179ec8
Compare
6179ec8 to
8c7f22f
Compare
Contributor
Deploying with
|
| Status | Preview URL | Commit | Alias | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! | https://pr-675-sable.raspy-dream-bb1d.workers.dev | 8c7f22f | pr-675 |
Mon, 20 Apr 2026 18:00:43 GMT |
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.
Important
Merging this PR will create a new release.
Features
Fixes
Change how settings links are shared (#695 by @hazre)
Settings links copied from Sable now stay on the current client URL and include a small Sable marker in the link. That lets Sable recognize settings links copied from other Sable instances without treating unrelated third-party
/settings/...links as Sable settings links.When you send a bare settings link in the composer, Sable now rewrites it into a labeled link so it looks better on non-Sable clients too. For example:
[Settings > Account > Display Name](https://client.example/settings/account?focus=display-name&moe.sable.client.action=settings).Invalid or malformed settings-looking links now stay normal links instead of being shown as settings chips.
If you previously set
settingsLinkBaseUrlinconfig.json, remove it. Sable now derives settings links from the runtime app URL, and the old config key is no longer used.