Claude Code hooks prevent Chrome tab interference between multiple sessions

Problem and solution for multi-session Claude Code users
When using Claude-in-Chrome with multiple Claude Code sessions, sessions often forget which tab belongs to them, creating confusion where sessions accidentally get views of other sessions' tabs. This slows down and disrupts test runs, form fills, and other browser automation tasks.
Technical implementation
The fix consists of three hooks:
session-startcapture-tab-idenforce-tab-id
These hooks pin each session to its own tab. The PreToolUse hook rewrites the tabId on every browser call, enforcing tab isolation programmatically rather than through CLAUDE.md or Skills-based instructions that can degrade after context compaction.
Installation and availability
The solution is available as a drop-in installation for either project-specific or global use at: github.com/neonwatty/claude-in-chrome-multiplexing
The developer notes this is likely only a short-term problem, anticipating an official fix in the near future, but provides a functional workaround for current users experiencing this issue.
📖 Read the full source: r/ClaudeAI
👀 See Also

LocalSynapse MCP Server Adds macOS Support and Search Improvements
LocalSynapse, an offline MCP server for searching local documents, now supports macOS and includes fixes for multi-word search queries. The developer has implemented feedback-driven improvements including position-adjusted click boosting and time decay as promotion.

Treck: A Chrome Extension That Captures Web Research and Uses Claude to Generate Documents
Treck is a Chrome extension that captures web research into projects and uses Claude to turn them into documents, quotes, and shareable pages. Bring your own API key.

A Pattern for Running Claude Code on Overnight Unattended Sessions Without Drift
A three-piece framework — chain runner, supervisor, and a single handoff contract — solves the feedback-loop drift problem in multi-hour autonomous Claude Code sessions.
Claude Code Skill Tax: 2,596 Installed Skills, 40 Used, $91/Month Wasted
Every installed Claude Code skill loads into every session's system prompt. One user measured 102,651 tokens loaded per session with 98.6% never used, costing ~$91/month. An open-source tool, skill-tax, audits usage and cost.