* Gets the teammate mode for this session. * Returns the session snapshot captured at startup, ignoring runtime config changes.
()
| 333 | * Returns the session snapshot captured at startup, ignoring runtime config changes. |
| 334 | */ |
| 335 | function getTeammateMode(): 'auto' | 'tmux' | 'in-process' { |
| 336 | return getTeammateModeFromSnapshot() |
| 337 | } |
| 338 | |
| 339 | /** |
| 340 | * Checks if in-process teammate execution is enabled. |
no test coverage detected