claude-code - 💡(How to fix) Fix [FEATURE] Connect Browser Extension Chats to Claude Code Projects [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#49212Fetched 2026-04-17 08:47:42
View on GitHub
Comments
1
Participants
2
Timeline
3
Reactions
0
Author
Timeline (top)
labeled ×2commented ×1

Root Cause

Because of this, the browser extension cannot leverage any existing Claude Code Project context, making Claude Code and the browser extension feel disconnected even when working on the same task/project.

RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing requests and this feature hasn't been requested yet
  • This is a single feature request (not multiple features)

Problem Statement

Currently, each chat opened in the Claude browser extension starts as a completely independent session.

Because of this, the browser extension cannot leverage any existing Claude Code Project context, making Claude Code and the browser extension feel disconnected even when working on the same task/project.

Proposed Solution

Allow browser extension chats to connect to an existing Claude Code Project so the extension can inherit:

  • project context
  • CLAUDE.md instructions
  • project-specific configuration/instructions

This would make the browser extension much more useful for workflows involving both browser interaction and project-aware assistance.

A possible implementation could be allowing users to select or attach a Claude Code Project to a browser extension chat/session.

Alternative Solutions

No response

Priority

Medium - Would be very helpful

Feature Category

Developer tools/SDK

Use Case Example

No response

Additional Context

No response

extent analysis

TL;DR

To address the disconnection between the Claude browser extension and Claude Code Project, consider implementing a feature that allows users to attach or select a Claude Code Project to a browser extension chat/session.

Guidance

  • Investigate how to share context between the browser extension and Claude Code Project, potentially through a shared storage mechanism or API.
  • Explore adding a project selection or attachment feature to the browser extension, enabling users to link their chats to an existing Claude Code Project.
  • Consider the security implications of sharing project context and configuration between the browser extension and Claude Code Project.
  • Evaluate the potential benefits of inheriting project-specific configuration and instructions in the browser extension.

Example

No code example is provided due to the lack of technical details in the issue.

Notes

The implementation details of sharing project context and configuration between the browser extension and Claude Code Project are unclear and may require further investigation.

Recommendation

Apply workaround: Implement a feature to attach a Claude Code Project to a browser extension chat/session, as this would provide a direct solution to the problem of disconnection between the two.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING