-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
Problem
Currently there are two separate "remote" concepts that confuse users:
access: 'local' | 'remote'- whether to use cloudflared tunnel for the bridgedeployed: boolean- whether the Cloudflare Worker (AI chat UI) is deployed
This leads to confusing states like access: 'remote' + deployed: false - the tunnel is set up but there's no UI to use it.
Current User Report
User selected remote access, deploy failed silently, ended up with:
- An orphan worker on their Cloudflare account (from
wrangler secret put) deployed: falsein config- No working remote setup
Proposed Solution
Simplify to a single choice:
- Local: Everything on localhost, access from same machine only
- Remote: Deploy worker AND set up tunnel, access from anywhere
If they pick "remote" and deploy fails:
- Show clear error with actionable steps
- Fall back to local mode
- Explain what went wrong and how to retry
Acceptance Criteria
- Single "local or remote" choice in setup wizard
- Remote = deploy + tunnel (both required)
- Clear error recovery path if deploy fails
- No orphan workers created on failure (fixed in 804c449)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels