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
feat: default task Browser iframe to Tailscale IP when available
Detect the host's Tailscale IPv4 on demand via `tailscale status --json`
and use it as the default URL for the per-task Browser tab iframe
(`http://<ip>:3000`), falling back to `http://localhost:3000` when
Tailscale isn't running. Surfaced through the existing config endpoint
as a read-only computed key (`tailscale_ip`), like `home_dir` — no new
persisted setting, no fnox plumbing, and no dependency on the user
having run `fulcrum expose`. The dev server is reachable from any
tailnet client out of the box, even when MagicDNS isn't configured.
chore: bump version to 5.8.0
0 commit comments