config
Configure iterm2-tab-status plugin settings (emoji prefixes, colors, display target, subtitle activity, badge, notifications)
Manually run iTerm2 bootstrap (create Python runtime + deploy adapter)
How it fires
How this command gets triggered: by you, by Claude, or both.
/setupContext preview
What this command does when you run it.
Manually run iTerm2 bootstrap (create Python runtime + deploy adapter)
description: Manually run iTerm2 bootstrap (create Python runtime + deploy adapter)
Run the iTerm2 tab status bootstrap script to set up the Python runtime and deploy the adapter.
Execute this command:
bash "${CLAUDE_PLUGIN_ROOT}/scripts/bootstrap.sh"If the bootstrap was already completed, it will skip automatically. To force re-bootstrap, first remove the marker:
rm -f ~/.claude/iterm2-tab-status-bootstrapped
bash "${CLAUDE_PLUGIN_ROOT}/scripts/bootstrap.sh"After bootstrap completes, restart iTerm2 or toggle the script off/on via Scripts → AutoLaunch → claude_tab_status.py (click twice).
See what every Claude Code session is doing. Each iTerm2 tab shows a status prefix. ⚡ running, 💤 idle, or 🔴 needs attention (with flashing).
Configure iterm2-tab-status plugin settings (emoji prefixes, colors, display target, subtitle activity, badge, notifications)
Remove iTerm2 tab status adapter, venv (if created by iterm2-tab-status), and signal files