()
| 55 | * Uses the detection module directly for this check. |
| 56 | */ |
| 57 | export async function isInsideTmux(): Promise<boolean> { |
| 58 | const { isInsideTmux: checkTmux } = await import('./backends/detection.js') |
| 59 | return checkTmux() |
| 60 | } |
| 61 | |
| 62 | /** |
| 63 | * Creates a new teammate pane in the swarm view. |
nothing calls this directly
no outgoing calls
no test coverage detected