Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
framework
/
the-framework
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
10
Code
Issues
16
Pull requests
0
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
feat: bridge a Claude web session into the dashboard, both ways (#1237)
- #1238
#1238
Merged
suleimansh
merged 25 commits into
main
framework/the-framework:main
from
feat/1237-bridge-question
framework/the-framework:feat/1237-bridge-question
Copy head branch name to clipboard
Jul 26, 2026
Conversation
Commits
25
(25)
Checks
Files changed
Merged
feat: bridge a Claude web session into the dashboard, both ways (#1237)
#1238
suleimansh
merged 25 commits into
main
framework/the-framework:main
from
feat/1237-bridge-question
framework/the-framework:feat/1237-bridge-question
Copy head branch name to clipboard
Commits
Commits on Jul 26, 2026
spike: read-only Claude web bridge extension
Show description for 193580a
suleimansh
committed
193580a
View commit details
Copy full SHA for 193580a
Browse repository at this point
spike: report why extraction failed, and prove the parser offline
Show description for 04999dc
suleimansh
committed
04999dc
View commit details
Copy full SHA for 04999dc
Browse repository at this point
spike: look at <code> without a <pre>, and cross shadow roots and frames
Show description for 40cbec2
suleimansh
committed
40cbec2
View commit details
Copy full SHA for 40cbec2
Browse repository at this point
spike: brace-match the choice block instead of guessing its indentation
Show description for 39aad6e
suleimansh
committed
39aad6e
View commit details
Copy full SHA for 39aad6e
Browse repository at this point
spike: prefer the agent's real question over our own protocol spec
Show description for d122bb1
suleimansh
committed
d122bb1
View commit details
Copy full SHA for d122bb1
Browse repository at this point
feat(the-framework): accept a cloud session's question over a guarded bridge
Show description for e08a682
suleimansh
committed
e08a682
View commit details
Copy full SHA for e08a682
Browse repository at this point
feat(the-framework): put the browser bridge behind an opt-in preference
Show description for aea9d60
suleimansh
committed
aea9d60
View commit details
Copy full SHA for aea9d60
Browse repository at this point
feat(dashboard): show the question a cloud session is parked on
Show description for 9371fc4
suleimansh
committed
9371fc4
View commit details
Copy full SHA for 9371fc4
Browse repository at this point
feat: post the parked question from the extension to the daemon
Show description for 51095cc
suleimansh
committed
51095cc
View commit details
Copy full SHA for 51095cc
Browse repository at this point
fix: say on the page whether the bridge report actually landed
Show description for 604b660
suleimansh
committed
604b660
View commit details
Copy full SHA for 604b660
Browse repository at this point
Merge remote-tracking branch 'origin/main' into feat/1237-bridge-question
Show description for 72e2126
suleimansh
committed
72e2126
View commit details
Copy full SHA for 72e2126
Browse repository at this point
feat(the-framework): publish which cloud sessions the bridge should watch
Show description for 71d38e9
suleimansh
committed
71d38e9
View commit details
Copy full SHA for 71d38e9
Browse repository at this point
fix: have the options test prove the read path, not just auth
Show description for 4ef4ef8
suleimansh
committed
4ef4ef8
View commit details
Copy full SHA for 4ef4ef8
Browse repository at this point
fix: say why no tab opened, and offer to try right now
Show description for 8641d16
suleimansh
committed
8641d16
View commit details
Copy full SHA for 8641d16
Browse repository at this point
fix: check the host grants before blaming the token
Show description for 660b65f
suleimansh
committed
660b65f
View commit details
Copy full SHA for 660b65f
Browse repository at this point
fix: one closed tab no longer blacklists every session, and show the token in settings
Show description for 4e361a9
suleimansh
committed
4e361a9
View commit details
Copy full SHA for 4e361a9
Browse repository at this point
feat: mirror what a Claude web session is saying into the run view
Show description for 897f271
suleimansh
committed
897f271
View commit details
Copy full SHA for 897f271
Browse repository at this point
fix: report the transcript half on the panel too
Show description for 3c01a83
suleimansh
committed
3c01a83
View commit details
Copy full SHA for 3c01a83
Browse repository at this point
fix: show the running version on the panel, and stop tabs piling up
Show description for c335592
suleimansh
committed
c335592
View commit details
Copy full SHA for c335592
Browse repository at this point
fix: mirror the page when there are no article blocks to split on
Show description for fd87ffb
suleimansh
committed
fd87ffb
View commit details
Copy full SHA for fd87ffb
Browse repository at this point
feat: let the injected page script report itself to the daemon
Show description for f95f680
suleimansh
committed
f95f680
View commit details
Copy full SHA for f95f680
Browse repository at this point
fix: mirror the conversation, not the whole application
Show description for 2d87f45
suleimansh
committed
2d87f45
View commit details
Copy full SHA for 2d87f45
Browse repository at this point
Merge remote-tracking branch 'origin/main' into feat/1237-bridge-question
suleimansh
committed
6b4748f
View commit details
Copy full SHA for 6b4748f
Browse repository at this point
feat: answer a parked Claude web question from the dashboard (#1237)
Show description for efe7573
suleimansh
committed
efe7573
View commit details
Copy full SHA for efe7573
Browse repository at this point
fix: wait for the composer before failing a delivery (#1237)
Show description for a15076c
suleimansh
committed
a15076c
View commit details
Copy full SHA for a15076c
Browse repository at this point
You can’t perform that action at this time.