v0.5.1 — remote daemon dials the server it connected to
Fixes remote daemons (daemon host ≠ server host, e.g. a local machine connecting to a cloud server like getopentag.com) injecting OPEN_TAG_SERVER_URL=http://localhost:PORT into spawned agents — every open-tag CLI call then failed fetch failed (agents mis-reported it as a server outage).
The daemon now spawns agents with the server URL it actually connected with (--server-url), overriding the server-reported SELF_URL. Self-host (daemon + server on the same host) is unchanged; split deploys now work.
Upgrade: npx @fancyboi999/open-tag-daemon@latest --server-url <url> --api-key <key>
End-to-end verified on getopentag.com (agent OPEN_TAG_SERVER_URL=https://getopentag.com, CLI back to 200). See tech-debt I66.