Skip to content

disclaw-team attach

Synopsis

Terminal window
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

ArgumentRequiredDescription
bot-idNoAttach to this bot’s window directly. Omit to attach to the active window.

Flags

None.

Tmux keyboard shortcuts

ShortcutAction
Ctrl-B dDetach (leave bots running)
Ctrl-B N (number)Switch to window N
Ctrl-B nNext window
Ctrl-B pPrevious window
Ctrl-B wList all windows

Examples

Terminal window
# Attach to active window
disclaw-team attach
Terminal window
# Attach to bot-1's window
disclaw-team attach bot-1
Terminal window
# Detach from session (inside tmux)
# Press Ctrl-B, then d

Gotchas