cmux/Sources
Lawrence Chen 4d2fd30143 Fix UI test hang: bypass launch guard for XCUITest apps
XCUITest launches the app as a separate process that doesn't inherit
XCTest env vars (XCTestConfigurationFilePath, etc.), so
isRunningUnderXCTest() returns false. The app then hits
shouldBlockUntaggedDebugLaunch() and exits with code 64, causing the
test runner to hang waiting for the app to launch.

Fix: detect CMUX_UI_TEST_* env vars set via XCUIApplication.launchEnvironment
and skip the launch guard. Also revert the failed CMUX_TAG ci.yml workaround.
2026-02-24 23:28:34 -08:00
..
Find Break terminal find overlay retain cycle 2026-02-22 16:29:35 -08:00
Panels Merge pull request #465 from manaflow-ai/cmux/terminal-persist-issue 2026-02-24 21:59:37 -08:00
Update Merge origin/main into issue-143-session-persistence 2026-02-24 14:41:27 -08:00
AppDelegate.swift Merge pull request #465 from manaflow-ai/cmux/terminal-persist-issue 2026-02-24 21:59:37 -08:00
Backport.swift Polish browser suggestions, focus, and tagged reload flow 2026-02-14 21:33:28 -08:00
BrowserWindowPortal.swift Fix double-click titlebar zoom not working on browser panel side 2026-02-24 14:35:10 -08:00
cmuxApp.swift Merge pull request #337 from adinvadim/feature/sidebar-pr-metadata 2026-02-24 21:44:27 -08:00
ContentView.swift Merge pull request #337 from adinvadim/feature/sidebar-pr-metadata 2026-02-24 21:44:27 -08:00
GhosttyConfig.swift Fix theme initialization to respect configured/system appearance (#161) 2026-02-20 04:51:01 -08:00
GhosttyTerminalView.swift Add split items and shortcuts to terminal context menu 2026-02-24 22:20:09 -08:00
KeyboardShortcutSettings.swift Command palette caret uses white tint (#361) 2026-02-23 04:08:01 -08:00
NotificationsPage.swift Adopt custom blue accent across active UI states 2026-02-24 14:22:58 -08:00
PortScanner.swift Avoid main-thread hops for explicit socket scope 2026-02-20 23:58:47 -08:00
PostHogAnalytics.swift Add app version/build properties to PostHog DAU events (#256) 2026-02-21 04:30:52 -08:00
SentryHelper.swift Upgrade Sentry: tracing, breadcrumbs, dSYM upload (#366) 2026-02-23 17:11:01 -08:00
SessionPersistence.swift Fix session restore routing and browser history persistence 2026-02-24 14:34:55 -08:00
SidebarSelectionState.swift Implement session persistence pass 1 with multi-window restore 2026-02-22 15:39:59 -08:00
SocketControlSettings.swift Fix UI test hang: bypass launch guard for XCUITest apps 2026-02-24 23:28:34 -08:00
TabManager.swift Merge pull request #465 from manaflow-ai/cmux/terminal-persist-issue 2026-02-24 21:59:37 -08:00
TerminalController.swift Merge remote-tracking branch 'origin/main' into feature/sidebar-pr-metadata 2026-02-24 20:49:29 -08:00
TerminalNotificationStore.swift Fix #205: Add setting to disable workspace auto-reorder on notification (#215) 2026-02-20 15:55:31 -08:00
TerminalView.swift Add sidebar blur effect with withinWindow blending (#9) 2026-02-04 03:04:45 -08:00
TerminalWindowPortal.swift Fix Cmd+W terminal close in terminal+browser split 2026-02-24 21:54:25 -08:00
UITestRecorder.swift Fix frozen terminals after split churn (#12) 2026-02-13 16:45:31 -08:00
WindowAccessor.swift Polish browser suggestions, focus, and tagged reload flow 2026-02-14 21:33:28 -08:00
WindowDecorationsController.swift Refine settings/about titlebar styling and controls alignment 2026-02-14 02:11:35 -08:00
WindowDragHandleView.swift Fix double-click titlebar zoom not working on browser panel side 2026-02-24 14:35:10 -08:00
WindowToolbarController.swift Coalesce title notification updates to reduce main-thread hangs 2026-02-20 20:14:19 -08:00
Workspace.swift Merge pull request #465 from manaflow-ai/cmux/terminal-persist-issue 2026-02-24 21:59:37 -08:00
WorkspaceContentView.swift Fix tab drag blank state and preserve non-custom titles across window drops 2026-02-24 14:36:12 -08:00