Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 35
feat(web-ui): claude local bridge, share command, session utilization & UI improvements#166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
564d27ba9e567a7e13a4e2701016ae446ef12b3038b839fc43d896b24ca5164707462fcde92c3c7466139c3e6c955322e5db99a4f2bac6973ea1e0db43af4482123eadec373a58999a575ad600e3854bf3f54c4bf9011e06a5b08f655b04e32489f55b4ee20dd28a6b52d577fFile filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Uh oh!
There was an error while loading. Please reload this page.
Large diffs are not rendered by default.
Uh oh!
There was an error while loading. Please reload this page.
Large diffs are not rendered by default.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Restrict Claude-local proxy to the intended endpoint (
/v1/messages) and method.Current logic proxies arbitrary suffixes under
/bridge/claude-local/*. That expands attack surface and bypasses the stated contract of messages-only proxying. Add explicit path/method validation before forwarding upstream.Suggested guard
Also applies to: 278-330
🤖 Prompt for AI Agents