disclaw-team attach
Synopsis
disclaw-team attach [bot-id]Description
Opens the running disclaw-team tmux session. If bot-id is provided, switches to that bot’s window first. Useful for debugging stuck bots or sending manual commands.
Arguments
| Argument | Required | Description |
|---|---|---|
bot-id | No | Attach to this bot’s window directly. Omit to attach to the active window. |
Flags
None.
Tmux keyboard shortcuts
| Shortcut | Action |
|---|---|
Ctrl-B d | Detach (leave bots running) |
Ctrl-B N (number) | Switch to window N |
Ctrl-B n | Next window |
Ctrl-B p | Previous window |
Ctrl-B w | List all windows |
Examples
# Attach to active windowdisclaw-team attach# Attach to bot-1's windowdisclaw-team attach bot-1# Detach from session (inside tmux)# Press Ctrl-B, then d