Lawrence Chen
2eae782739
Merge remote-tracking branch 'origin/main' into pr-ssh-stack-main
...
# Conflicts:
# .github/workflows/ci.yml
# CLI/cmux.swift
# Sources/GhosttyTerminalView.swift
# Sources/SocketControlSettings.swift
# Sources/TabManager.swift
# Sources/TerminalController.swift
# Sources/Workspace.swift
# ghostty
# scripts/reload.sh
2026-03-13 17:56:38 -07:00
Lawrence Chen
cd04bb8932
Merge origin/main into feat-cmux-themes-command
2026-03-13 17:22:12 -07:00
Austin Wang
3891a787f6
Merge pull request #1403 from manaflow-ai/cmux/cwd-regression
...
Fix split cwd inheritance while shell cwd is stale
2026-03-13 17:09:54 -07:00
austinpower1258
4bb212510e
fix(cmux): preserve split cwd while shell cwd is stale
2026-03-13 17:02:48 -07:00
Lawrence Chen
7bd199b625
Address cmux themes PR feedback
2026-03-13 15:48:49 -07:00
Lawrence Chen
cfa7b1d1a6
test: cover close-tab shell state regression
2026-03-13 15:43:03 -07:00
Lawrence Chen
5f074f810e
Fix session restore replay for transient terminal states
2026-03-13 07:20:18 -07:00
Lawrence Chen
965965c879
Merge origin/main into pr-ssh-stack-main
2026-03-13 06:25:08 -07:00
Lawrence Chen
09ea29a63a
fix: restrict rtfd attachment fallback to images
2026-03-13 05:30:38 -07:00
Lawrence Chen
4a3b9e7c9b
fix: support attachment-only rtfd image paste fallback
2026-03-13 05:30:38 -07:00
Lawrence Chen
adcd0be0f7
fix: support direct image clipboard UTIs
2026-03-13 05:26:54 -07:00
Lawrence Chen
e94daa0bcf
Fix terminal Cmd+V clipboard payload handling ( #1305 )
...
* Add clipboard payload regression tests
* Fix terminal clipboard payload handling
2026-03-13 04:46:13 -07:00
Lawrence Chen
2e6856ff2f
Fix ssh stack review regressions
2026-03-13 04:14:52 -07:00
Lawrence Chen
6584a01aef
Add cmux themes command
2026-03-13 03:26:51 -07:00
Lawrence Chen
19b59cae37
Reapply "Merge pull request #239 from manaflow-ai/issue-151-ssh-remote-port-proxying"
...
This reverts commit f7cbbad434 .
2026-03-12 15:54:26 -07:00
Lawrence Chen
f7cbbad434
Revert "Merge pull request #239 from manaflow-ai/issue-151-ssh-remote-port-proxying"
...
This reverts commit 78e4bd32ba , reversing
changes made to cf75da8f8a .
2026-03-12 14:45:58 -07:00
Lawrence Chen
b12f70b26c
Merge origin/main into issue-151-ssh-remote-port-proxying
2026-03-12 05:09:03 -07:00
Lawrence Chen
e9556ba5f4
Prevent background terminal focus retries from reordering windows
2026-03-12 02:20:10 -07:00
Lawrence Chen
de47345538
Address ssh review feedback and CI blockers
2026-03-11 23:03:53 -07:00
Lawrence Chen
1b4f396a48
Merge remote-tracking branch 'origin/main' into issue-151-ssh-remote-port-proxying
...
# Conflicts:
# Sources/Panels/BrowserPanel.swift
2026-03-11 22:52:47 -07:00
austinpower1258
379150a6c1
Move terminal drop overlay outside hosted view
2026-03-11 18:30:14 -07:00
austinpower1258
c7bbb72e09
Add terminal drop overlay container regression test
2026-03-11 18:26:25 -07:00
Lawrence Chen
e6a293bd78
Merge remote-tracking branch 'origin/main' into issue-151-ssh-remote-port-proxying
2026-03-11 18:21:39 -07:00
austinpower1258
90ca63690a
Defer terminal resize while drop hover is active
2026-03-11 18:18:55 -07:00
austinpower1258
67f81e64f0
Add drag hover terminal resize regression test
2026-03-11 18:16:31 -07:00
Lawrence Chen
6849b83f8d
Reduce typing lag from sidebar re-evaluation and hitTest overhead ( #1204 )
...
* Add typing hot path timing diagnostics
* Add stress workspace debug menu item
* Restore stress workspace preload debug path
* Reduce typing lag from sidebar re-evaluation and hitTest overhead
hitTest: gate divider/sidebar/drag routing to pointer events only,
avoiding two full view-tree walks per non-pointer event.
forceRefresh: replace per-keystroke ISO8601DateFormatter + FileHandle
I/O with dlog() in DEBUG builds.
TabItemView: replace @EnvironmentObject subscriptions with plain refs
and precomputed parameters, add Equatable conformance to skip body
re-evaluation when parent rebuilds with unchanged values. @self changed
re-evaluations dropped from 668 to 1 during rapid typing.
* Add typing-latency guardrail comments and CLAUDE.md pitfalls
Strategic comments on hitTest, TabItemView, and forceRefresh to prevent
future regressions. Adds typing-latency-sensitive paths to CLAUDE.md
pitfalls section so agents know the constraints before editing.
* Add workspace palette actions and fix release autosave typing guard
Add Move Up/Down/Top, Close Other/Above/Below, Mark Read/Unread to
Cmd+Shift+P command palette and a Workspace submenu in the menu bar.
Fix recordTypingActivity() being gated behind #if DEBUG, which prevented
release builds from honoring the typing quiet period in autosave.
2026-03-11 17:54:02 -07:00
Lawrence Chen
d67090994e
Merge branch 'main' into issue-151-ssh-remote-port-proxying
2026-03-11 15:56:47 -07:00
Lawrence Chen
d9021861e3
Preserve ssh remote browser proxy flow
2026-03-11 15:45:20 -07:00
Lawrence Chen
ec10dfdaec
Add browser find focus debug logs ( #1162 )
...
* Add browser find focus debug logs
* Allow browser find bar focus in portal host
* Add split and terminal find debug logs
* Avoid stealing search focus across splits
* Generalize panel focus restore intent
* Unify split focus intent activation
* Address focus restore review feedback
* Yield inactive panel focus before restore
* Gate browser find focus retries by generation
* Avoid repeated browser focus invalidation
* Keep browser find ownership while find bar is open
2026-03-10 19:31:52 -07:00
austinpower1258
df9a6ba0df
Add split-zoom portal visibility regression coverage
2026-03-10 13:08:35 -07:00
austinpower1258
d089f6df18
fix: restore split terminal resize after Cmd-D
2026-03-10 02:01:57 -07:00
austinpower1258
07412f39fd
fix: recover split terminal focus on pointer down
2026-03-10 00:30:12 -07:00
Lawrence Chen
dea60ea71c
Update ghostty to v1.3.0 ( #1142 )
...
* Update ghostty to v1.3.0
* Add bell handling and AppleScript support
* Add zsh shell integration handoff test
* Fix Ghostty zsh integration handoff in cmux
* Add terminal keypress notification dismissal test
* Dismiss terminal notifications on keypress
* Address PR review feedback
* Tighten notification dismissal regression test
* Pin GhosttyKit checksum for latest ghostty
2026-03-09 21:32:54 -07:00
Lawrence Chen
bdebc8ecc9
Merge branch 'main' into issue-151-ssh-remote-port-proxying
...
# Conflicts:
# CLI/cmux.swift
# Sources/ContentView.swift
# Sources/GhosttyTerminalView.swift
# Sources/Panels/BrowserPanel.swift
# Sources/Panels/BrowserPanelView.swift
# Sources/TabManager.swift
# Sources/TerminalController.swift
# Sources/Workspace.swift
# Sources/WorkspaceContentView.swift
# ghostty
2026-03-09 18:36:59 -07:00
Lawrence Chen
2f4c81a96a
Merge origin/main into issue-846-vim-indicator
2026-03-09 18:15:50 -07:00
Lawrence Chen
10f85ef8c7
Merge pull request #1017 from atani/fix/cjk-font-fallback
...
fix: add CJK font fallback to prevent decorative font rendering
2026-03-09 18:10:12 -07:00
Austin Wang
b824147dcb
Fix notification ring dismissal on direct terminal clicks ( #1126 )
...
* Add regression test for terminal notification click dismissal
* Dismiss terminal notifications on direct clicks
* Add regression for focused terminal notification ring
* Keep focused terminal notifications unread until click
* Verify direct notification dismiss triggers flash
* Use focus-flash path for direct notification dismiss
* Align notification dismiss flash with ring geometry
2026-03-09 17:55:07 -07:00
Austin Wang
c447bee602
Fix browser pane portal anchor sizing ( #1094 )
...
* Fix browser pane webview sizing
* Guard browser portal by pane ownership
* Keep browser portal frame during transient zero geometry
* Guard portal surfaces against duplicate hosts
* Defer terminal surface reflow during tab drags
* Fix browser panel pane ID unit tests
2026-03-09 13:28:05 -07:00
Brian Le
39f95db739
fix(terminal): tighten vim badge updates
2026-03-09 01:56:01 -04:00
Brian Le
d2c58c7707
fix(terminal): cap vim badge width
2026-03-09 01:44:02 -04:00
Brian Le
c3a8c2317f
fix(terminal): address vim badge review notes
2026-03-09 00:53:42 -04:00
Brian Le
ad8c57432c
fix(terminal): keep vim badge overlay passthrough
2026-03-09 00:39:14 -04:00
Brian Le
c62878ed61
fix(terminal): polish vim badge indicator
2026-03-09 00:33:19 -04:00
Brian Le
65bb81079b
feat(terminal): show vim key table badge
2026-03-09 00:07:00 -04:00
atani
cee109bab0
docs: clarify CJK font fallback comment with environment-dependent behavior
...
The fallback issue is caused by CTFontCollection scoring prioritizing
monospace fonts, not just CTFontCreateForString. The selected decorative
font varies by environment (e.g. AB_appare from Adobe CC, or LingWai).
2026-03-08 23:03:38 +09:00
austinpower1258
e4d8002116
Rebind terminal portal when host entry goes missing
2026-03-07 11:36:58 -08:00
austinpower1258
9e8a401e3c
Fix tooltip tracking lifetime and shortcut lag
2026-03-07 01:46:02 -08:00
austinpower1258
d43d7d6a51
Fix drag hover redraw churn in hosted panes
2026-03-06 15:47:11 -08:00
atani
7236ba8d8a
fix: strip trailing '?' before removing quotes in include path parsing
...
Reorder the trimming so that the optional include marker '?' is removed
before surrounding quotes are stripped. This prevents quoted paths like
"foo"? from being misparsed as foo".
2026-03-07 01:19:44 +09:00
atani
23202990df
fix: scan app-support config paths for existing font-codepoint-map
...
Include ~/Library/Application Support/<bundle-id>/config(.ghostty)
paths in the codepoint-map detection scan. This ensures that
font-codepoint-map entries in the release app-support config (loaded
by loadReleaseAppSupportGhosttyConfigIfNeeded for debug builds) are
detected before injecting CJK font fallback defaults.
2026-03-07 01:08:51 +09:00