[FEATURE] Connect Browser Extension Chats to Claude Code Projects
Preflight Checklist
- [x] I have searched existing requests and this feature hasn't been requested yet
- [x] 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_
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗