feat: improve terminal and markdown link behavior#2
Closed
Optuber01 wants to merge 1 commit into
Closed
Conversation
Owner
|
Thanks for the idea! The link-in-browser behavior is a great UX improvement. I've implemented this feature in v0.6.8 (commit fb507bb) with a different approach that avoids the issues in this PR: What was fixed:
Behavior:
Closing in favor of the merged implementation. Feel free to open new PRs! |
amirlehmam
added a commit
that referenced
this pull request
Jun 15, 2026
…ick-launch profiles, winget) + bump 0.8.6 #1 Notification sounds: ship a default chime and play it on every notification fire, gated on notificationPrefs.sound. Main signals notification:play-sound; a single renderer listener (initNotificationSound) plays the bundled WAV. #3 wmux browser new-instance bug: add app.requestSingleInstanceLock() with a second-instance focus handler so a stray `wmux ...` launch focuses the running window instead of spawning a new one (named WMUX_INSTANCE isolates userData so dev/prod still coexist). Rebuild resources/cli/wmux.js so the shipped CLI honors WMUX_PIPE again. #4 Quick-launch profiles in the + caret dropdown: {name,icon,type,shell,cwd, startupCommands,url} model, global profiles in settings (with a Profiles panel + Windows Terminal profile import) and project-level .wmux.json. PTY startup commands run once on fresh creation; relative cwd resolves against the workspace. #2 Winget: manifest set + auto-publish workflow (portable-zip install, no signing). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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
Why
This makes link behavior more predictable inside wmux while still preserving an easy path to the external browser.
Testing