You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The iTerm2 script by default skips tmux sessions (checks `$TERM` for `screen` or `tmux-256color`). Setting `ITERM_ENABLE_SHELL_INTEGRATION_WITH_TMUX=1` bypasses this check, allowing integration to work inside dclaude's tmux-managed sessions.
637
+
638
+
**Non-iTerm2 terminals:** The script is safe for other terminals - it checks the environment and does nothing if iTerm2 isn't detected.
639
+
596
640
## Chrome DevTools Integration
597
641
598
642
The `dclaude chrome` subcommand provides seamless integration between Claude and Chrome DevTools via the Model Context Protocol (MCP).
0 commit comments