* Checks if tmux is installed and available. * Delegates to detection.ts for consistent detection logic.
()
| 111 | * Delegates to detection.ts for consistent detection logic. |
| 112 | */ |
| 113 | async isAvailable(): Promise<boolean> { |
| 114 | return isTmuxAvailable() |
| 115 | } |
| 116 | |
| 117 | /** |
| 118 | * Checks if we're currently running inside a tmux session. |
no test coverage detected