[Bug] Claude Code CLI not compatible with Chrome browser environment

Status Open
Reported on v2.1.241
Maintainer reply None cached
Activity 0 comments · opened Aug 30, 2026

Bug Description
claude in chrome
Claude Code 세션에서 claude-in-chrome 브라우저 도구(tabs_context_mcp 등)를 호출하면
"Browser extension is not connected. Please ensure the Claude browser extension is
installed and running..." 오류만 반환되고 크롬 탭을 열거나 제어할 수 없습니다.
확장 프로그램은 설치·로그인 상태였는데도 연결이 안 됐고, 이 때문에 사용자를 대신해
특정 페이지(Google Cloud Console 등)를 열어주는 작업을 수행할 수 없었습니다.

이와 별개로 같은 세션에서 아래의 VirtualMessageList desync 오류(크래시성)도 함께
발생했습니다 — 둘이 같은 원인인지는 불명확하나 같은 세션에서 함께 관찰됐습니다.

Environment Info

  • Platform: win32
  • Claude Code CLI Version: 2.1.241
  • Claude 확장 프로그램: 설치·로그인된 상태로 확인(로그아웃/미설치 아님)
  • Feedback ID: d63f0e6a-f6f2-446b-b1d9-1c5751893357

Steps to Reproduce

  1. Claude Code 세션에서 mcp__claude-in-chrome__tabs_context_mcp 도구 호출
  2. "Browser extension is not connected" 오류 즉시 반환
  3. 이후 navigate/tabs_create_mcp 등 모든 크롬 관련 도구 사용 불가

Errors

[{"error":"TelemetrySafeError: VirtualMessageList: itemKeys/messages length desync (keys=1703 messages=1702 range=[1637,1703))\n    at X20 (B:/~BUN/root/cli:23311:34430)\n    at mCg (B:/~BUN/root/cli:23311:27293)\n    at Fr (B:/~BUN/root/cli:2993:21427)\n    at qc (B:/~BUN/root/cli:2993:40531)\n    at Ss (B:/~BUN/root/cli:2993:51459)\n    at Oze (B:/~BUN/root/cli:2993:89122)\n    at $7e (B:/~BUN/root/cli:2993:88070)\n    at pae (B:/~BUN/root/cli:2993:87890)\n    at pv (B:/~BUN/root/cli:2993:84152)\n    at mt (B:/~BUN/root/cli:2993:6693)","timestamp":"2026-08-24T15:40:31.374Z"}]

View original on GitHub ↗