What's wrong with this entry?
Anonymous. No account, no email.
What
Spawn teammates within the same process instead of separate tmux panes, useful for non-interactive sessions.
Usage
# Automatically used in non-interactive sessions
# Can be explicitly requested with --teammate-mode in-process
claude --teammate-mode in-processDetails
- Teammates run as async tasks within the same process
- Enabled by default in non-interactive sessions
- Each teammate has its own abort controller for graceful shutdown
- Supports all the same operations as pane-based teammates
- Resource cleanup handled automatically
Evidence
InProcessBackend class at line 6920 with type = "in-process", "[InProcessBackend] spawn() called", "[InProcessBackend] Started agent execution"
Strings lifted out of the shipped bundle, so the claim above can be checked against them.