MCPcopy
hub / github.com/codeaashu/claude-code / getTeammateMode

Function getTeammateMode

src/utils/swarm/backends/registry.ts:335–337  ·  view source on GitHub ↗

* Gets the teammate mode for this session. * Returns the session snapshot captured at startup, ignoring runtime config changes.

()

Source from the content-addressed store, hash-verified

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

Callers 1

isInProcessEnabledFunction · 0.85

Calls 1

Tested by

no test coverage detected