Lawrence Chen
ede4e2fc99
Add Cmd+Enter shortcut to toggle fullscreen
2026-02-25 18:26:29 -08:00
Lawrence Chen
f38bc3b775
Move LaunchServices bundle registration off main thread ( #513 )
...
Fixes CMUXTERM-MACOS-DS
2026-02-25 18:02:00 -08:00
Austin Wang
501bb43d04
Merge pull request #496 from manaflow-ai/cmux/branch-inactive-computer-issue
...
Fix sidebar git branch updates after sleep/wake
2026-02-25 17:21:48 -08:00
Austin Wang
93a9e1a3b6
Merge pull request #495 from manaflow-ai/cmux/fix-chinese-ime-active
...
Allow Cmd shortcuts during IME composition
2026-02-25 17:21:08 -08:00
Lawrence Chen
381b0c1323
Reduce unchanged autosave snapshot churn
...
Fixes CMUXTERM-MACOS-RF
Fixes CMUXTERM-MACOS-H4
2026-02-25 16:28:09 -08:00
Lawrence Chen
9140371fcd
guard devtools restore from unsafe first-responder churn
2026-02-25 15:59:49 -08:00
austinpower1258
213bda5e14
Fix sidebar git branch recovery after sleep/wake ( #494 )
2026-02-25 15:36:51 -08:00
austinpower1258
516ace4feb
Allow Cmd shortcuts during IME composition
...
Cmd-based keyboard shortcuts (Cmd+T, Cmd+Shift+L, etc.) were blocked
while an IME had active composition (marked text), affecting Chinese
Pinyin, Japanese, Korean, and all other input methods. Since Cmd is a
system modifier never consumed by IME input sequences, exempt
Cmd-modified events from the three IME bypass points in the key event
chain.
Fixes #440
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-25 15:34:26 -08:00
Lawrence Chen
4890fe95fe
Move autosave persistence off main thread
...
Fixes CMUXTERM-MACOS-EA
Fixes CMUXTERM-MACOS-DT
2026-02-25 15:03:26 -08:00
Lawrence Chen
575b53526c
Restore safe webview resolution for field-editor responders
2026-02-25 13:39:22 -08:00
Lawrence Chen
0164c870f1
Harden Sentry guards for 0.61.0 issue burst
2026-02-25 13:24:20 -08:00
Lawrence Chen
62fffc7221
Use command palette flow for workspace rename shortcut
2026-02-25 05:12:49 -08:00
Lawrence Chen
2202b6081c
Restore Cmd+Shift+R as rename workspace
2026-02-25 05:07:26 -08:00
Lawrence Chen
86bbe4c727
Alias Cmd+Shift+R to rename-tab command palette
2026-02-25 04:30:44 -08:00
Lawrence Chen
eaabaad3d3
Add Cmd+Option+W to close other pane tabs with confirmation ( #475 )
...
* Add Cmd+Option+W close-other-tabs confirmation
* Match close-other-tabs shortcut to Cmd+Option+T
2026-02-25 03:54:51 -08:00
Austin Wang
3cf1d2501f
Merge pull request #465 from manaflow-ai/cmux/terminal-persist-issue
...
Fix Cmd+W close for terminal+browser split (issue #464 )
2026-02-24 21:59:37 -08:00
austinpower1258
17d8956789
Fix Cmd+W terminal close in terminal+browser split
2026-02-24 21:54:25 -08:00
Lawrence Chen
e69b88a19c
Merge pull request #463 from manaflow-ai/task-open-settings-via-cmdshiftp
...
Fix Open Settings from Command Palette
2026-02-24 21:33:56 -08:00
Lawrence Chen
7517454ea2
Always open custom settings window from palette path
2026-02-24 21:28:03 -08:00
Lawrence Chen
d0ce351856
Route palette settings through Cmd+, add debug logs
2026-02-24 21:15:01 -08:00
Lawrence Chen
cc06fb84e3
Fix command palette Open Settings action routing
2026-02-24 21:07:37 -08:00
Lawrence Chen
db86d3e301
Broaden CLI socket telemetry and add restart listener command
2026-02-24 20:38:05 -08:00
austinpower1258
ba73c6f90c
Fix Cmd+N routing when browser events have windowNumber 0
2026-02-24 16:33:38 -08:00
Lawrence Chen
2877531ea2
Auto-focus omnibar when focusing blank browser surfaces ( #448 )
...
* Auto-focus omnibar when focusing blank browser surfaces
* Fix browser omnibar autofocus across pane and palette paths
* Fix Cmd+P switcher omnibar autofocus timing
2026-02-24 16:00:03 -08:00
austinpower1258
d255942f92
wip
2026-02-24 14:36:13 -08:00
austinpower1258
df9f1a1e6c
Remove temporary Enter tracing instrumentation
2026-02-24 14:36:13 -08:00
austinpower1258
ab1368828b
Fix browser Return/Enter routing and add enter trace logs
2026-02-24 14:36:13 -08:00
Lawrence Chen
06adb6228c
Add drag transfer timing logs for bonsplit tabs
2026-02-24 14:35:10 -08:00
Lawrence Chen
710ed9b068
Fix Cmd+P/Cmd+Shift+P window routing ( #413 )
...
* Fix command palette shortcuts to stay window-scoped
* Fix cross-window command palette typing focus lock
2026-02-24 14:35:10 -08:00
Lawrence Chen
b059d0721c
Reassert destination focus after cross-window tab moves
2026-02-24 14:35:09 -08:00
Lawrence Chen
58376c3fbc
Handle moving the last surface out of a window
2026-02-24 14:35:09 -08:00
Lawrence Chen
ce681bac67
Implement cross-window tab and workspace move UI
2026-02-24 14:35:09 -08:00
Lawrence Chen
92d558cb95
Refine command palette focus restore and shortcut gating
2026-02-24 14:35:09 -08:00
Amar Sood (tekacs)
c74479d0b4
Fix window title updates applying to wrong window
...
TabManager.updateWindowTitle() used NSApp.keyWindow to find the target
window, meaning any terminal title change (e.g. a spinner) would update
whichever window happened to be focused, not the window that owns that
TabManager. This corrupted the macOS Accessibility title attribute and
caused visible title flapping in multi-window setups.
Add a weak back-reference from TabManager to its owning NSWindow, set
by AppDelegate.registerMainWindow(), and use it instead of keyWindow.
2026-02-24 14:35:09 -08:00
Lawrence Chen
06cd25ed52
Fix session restore routing and browser history persistence
2026-02-24 14:34:55 -08:00
Lawrence Chen
ea33e3adbd
Merge remote-tracking branch 'origin/main' into pr-317-session-persistence
...
# Conflicts:
# Sources/AppDelegate.swift
2026-02-23 19:20:56 -08:00
Lawrence Chen
53ef6a5f7d
Upgrade Sentry: tracing, breadcrumbs, dSYM upload ( #366 )
...
* Upgrade Sentry: tracing, breadcrumbs, dSYM upload
- Enhanced Sentry SDK init with performance tracing (10% sample),
explicit app hang timeout, stack trace attachment, and HTTP
failure capture
- Added breadcrumbs for key user actions: workspace switch/create/close,
split creation, command palette open/close, app focus — these give
context to hang/crash reports
- Added dSYM upload step to nightly and release CI workflows so hang
stacks are fully symbolicated (requires SENTRY_AUTH_TOKEN secret)
- Created SentryHelper.swift with lightweight breadcrumb helper
Closes https://github.com/manaflow-ai/cmux/issues/365
* Remove command palette breadcrumbs
Not useful for hang diagnosis — keep only workspace/tab/split/focus
breadcrumbs that correlate with heavy operations.
2026-02-23 17:11:01 -08:00
Lawrence Chen
396942c7e4
Merge pull request #357 from manaflow-ai/task-titlebar-folder-icon-drags-window
...
Fix titlebar folder icon drag hit-testing
2026-02-23 17:05:29 -08:00
Lawrence Chen
0d98db7277
Fix titlebar text dragging while preserving folder icon drag
2026-02-23 17:03:55 -08:00
Lawrence Chen
638801cce8
Merge remote-tracking branch 'origin/main' into task-white-rect-frame-cmd-d-ctrl-d
...
# Conflicts:
# Sources/AppDelegate.swift
# Sources/TerminalWindowPortal.swift
2026-02-23 16:54:42 -08:00
Lawrence Chen
41b24b7883
Guard split shortcuts during transient focus fallback
2026-02-23 16:01:35 -08:00
Lawrence Chen
e9d9c6faf5
Preserve startup window geometry when session snapshot is missing
2026-02-23 15:25:16 -08:00
Lawrence Chen
c5d20ae032
Add Cmd+P open-directory shortcuts for installed apps ( #368 )
...
* Add smart Cmd+P directory-open app shortcuts
* Fix command palette scroll snap and jank
* Fix command palette selection-follow scrolling
* Use scrollPosition for command palette list scrolling
* Remove generic IDE directory command from Cmd+P
* Increase command palette max height to 450px
2026-02-23 15:02:48 -08:00
Lawrence Chen
6eeca9c5da
Merge remote-tracking branch 'origin/main' into pr-317-session-persistence
...
# Conflicts:
# Sources/AppDelegate.swift
# Sources/cmuxApp.swift
2026-02-23 14:58:16 -08:00
Austin Wang
6598a38fe3
Fix terminal zoom inheritance for new splits/surfaces/workspaces ( #384 )
...
* Fix terminal Cmd zoom routing for Ghostty focus descendants (#383 )
* Inherit new terminal zoom from last terminal context
Prefer pane-selected terminal as Ghostty config inheritance source when creating splits/new terminals, then focused/fallback terminals. This preserves runtime zoom/font size when opening the next terminal.
* Fix terminal zoom inheritance across split/tab/workspace creation
2026-02-23 11:26:11 -08:00
Austin Wang
65b3b570c9
Fix Caps Lock handling in browser omnibar keyboard paths ( #382 )
2026-02-23 10:27:13 -08:00
Lawrence Chen
2426590e91
Fix terminal focus when window loses key ( #359 )
...
* Fix terminal blur when window loses key
* Fix shortcut routing across multiple windows
* Fix shortcut window detection when identifiers change
2026-02-23 05:50:10 -08:00
Lawrence Chen
5070b137a4
Fix early Cmd+D then Ctrl+D split startup hang ( #364 )
...
* Harden early Ctrl+D child-exit callback routing
* Add Ctrl+D close-path tracing and suppress tiny-frame focus churn
* Suppress hidden-surface onFocus callbacks during portal churn
2026-02-23 05:19:58 -08:00
Lawrence Chen
82d2d0e474
Add command palette apply and attempt update actions
2026-02-23 04:53:25 -08:00
Lawrence Chen
8d03657c94
Command palette caret uses white tint ( #361 )
...
* Set command palette caret tint to white
* Add command palette window actions and shortcut sync
2026-02-23 04:08:01 -08:00