mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-01 07:28:37 +00:00

Closes #8791 Discussion: #8657 ### Summary This adds the FocusTerminalIntent App Intent and related function (focusSurface), allows external tools (such as Shortcuts/Siri) to programmatically move focus to a specific terminal window or tab. ### Verification This functionality has been tested across following scenarios, confirming correct focus behavior for: - Split Window - Tab Group - Quick Terminal ### Note It is not supported to move focus to a split that is hidden by a zoomed split. The same applies to the CloseTerminalIntent. ### AI Disclosure This pull request was made with assistance from Claude Code. I reviewed all AI-generated code and wrote the final output manually.