Launch the interactive TUI to browse, search, and navigate the conversation. Use when the user wants to search through what was said, browse tool calls, or explore the session interactively.
Launch tower's interactive TUI in a split pane for browsing, searching, and navigating the conversation.
Detect the user's terminal by running:
bash ${SKILL_DIR}/scripts/detect-terminal.sh
Launch tower TUI in a split pane:
bash "${SKILL_DIR}/scripts/launch-pane.sh"
If the output contains "MANUAL_SPLIT", show the user the manual instructions.
If the launch succeeded, remind the user of the keybindings:
j/k to scroll, g/G for top/bottom/ to search messagest to toggle tool calls, d to toggle diffsEnter to expand/collapse a tool callq to quitTell the user to install it:
pip install textual
Run the setup first:
bash ${SKILL_DIR}/scripts/setup.sh