Austin Wang
9f2adce830
fix: guard inherited terminal config against stale surfaces ( #2101 )
...
* test: add stale inherited surface regression
* fix: guard inherited terminal config against stale surfaces
* fix: address stale surface review feedback
2026-03-25 16:49:54 -07:00
austinpower1258
ad2c65e0ac
Add regression test for Cmd+N snapshot close race
2026-03-25 02:38:10 -07:00
Austin Wang
da70f3fa47
Add regression coverage for Cmd+N workspace creation crash ( #2127 )
...
* Add Cmd+N workspace snapshot regression coverage (#2017 )
* Add dev flag to stress Cmd+N workspace creation
2026-03-25 01:50:57 -07:00
Lawrence Chen
4f5a3174e6
Clarify workspace insertion regression test
2026-03-23 19:16:39 -07:00
Lawrence Chen
202a699747
Add regression test for workspace insertion
2026-03-23 19:10:33 -07:00
Lawrence Chen
01ffeb3f44
Merge pull request #1898 from manaflow-ai/feat-tmux-notification-attention-state
...
Improve tmux notification attention routing
2026-03-22 15:36:36 -07:00
austinpower1258
fd1376d2d5
fix: update WorkspaceShortcutMapper tests to match renamed API from #1951
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-22 15:04:36 -07:00
Lawrence Chen
ec6915bfdc
Stop flashing on pane navigation
2026-03-20 20:42:54 -07:00
Lawrence Chen
d4811650d7
Add tmux attention regression tests
2026-03-20 20:18:33 -07:00
Lawrence Chen
55ec827d48
Add remote sidebar directory canonicalization regression test
2026-03-19 01:14:47 -07:00
Lawrence Chen
0010e10bf5
Stabilize sidebar directory ordering when split focus changes ( #1798 )
...
* Add sidebar directory ordering regression test
* Stabilize sidebar directory ordering
---------
Co-authored-by: Lawrence Chen <lawrencecchen@users.noreply.github.com>
2026-03-19 01:05:12 -07:00
Lawrence Chen
e99bc40285
Fix test target build after split test sync
2026-03-18 03:49:24 -07:00
Lawrence Chen
ac83af62ae
Split 16k-line mega test file, bump CI timeout, stream xcodebuild output ( #1717 )
...
CmuxWebViewKeyEquivalentTests.swift grew to 15,907 lines with 100+ test classes.
Swift compiles per-file, so this single file serialized all type-checking onto one
compiler process, pushing CI past the 20-minute timeout after core-file changes.
Split into 10 domain-based files (1k-3k lines each) so Xcode can compile them in
parallel. Also bump timeout-minutes from 20 to 30 for headroom, stream xcodebuild
output via tee instead of capturing to a variable (makes CI logs debuggable), and
add 5 test files that were missing from the pbxproj Sources build phase.
Co-authored-by: Lawrence Chen <lawrencecchen@users.noreply.github.com>
2026-03-18 01:17:25 -07:00