cmux/cmuxTests
Lawrence Chen 847ce008ed
Restore lazy keychain reads for socket password (#589)
Add a cached lazy keychain fallback to SocketControlPasswordStore so
that authentication paths in TerminalController can transparently read
a legacy keychain password without blocking on every request. The
keychain is read at most once and the result is cached behind an
NSLock. File-based and environment passwords still take priority.

Closes https://github.com/manaflow-ai/cmux/issues/579
2026-02-26 15:16:27 -08:00
..
AppDelegateShortcutRoutingTests.swift Use command palette flow for workspace rename shortcut 2026-02-25 05:12:49 -08:00
CJKIMEInputTests.swift Fix IME firstRect preedit anchor sizing (https://github.com/manaflow-ai/cmux/issues/265) 2026-02-21 03:16:33 -08:00
CmuxWebViewKeyEquivalentTests.swift Merge pull request #567 from manaflow-ai/fix/issue-490-launch-crash-drag-handle 2026-02-26 15:06:37 -08:00
GhosttyConfigTests.swift Honor focus-follows-mouse on terminal hover (#519) 2026-02-25 18:43:41 -08:00
SessionPersistenceTests.swift Reduce unchanged autosave snapshot churn 2026-02-25 16:28:09 -08:00
SocketControlPasswordStoreTests.swift Restore lazy keychain reads for socket password (#589) 2026-02-26 15:16:27 -08:00
UpdatePillReleaseVisibilityTests.swift Fix notification bell hover crash by conditionally tracking hover (#574) 2026-02-26 14:26:28 -08:00
WorkspaceContentViewVisibilityTests.swift Fix tab drag blank state and preserve non-custom titles across window drops 2026-02-24 14:36:12 -08:00
WorkspaceManualUnreadTests.swift Add command palette (Cmd+Shift+P) (#358) 2026-02-23 03:26:36 -08:00