mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-08-28 19:11:03 +08:00
a6ded9b60a
Extract shared serverUrls helper in cli/server-urls.ts that computes local, network, and bind URLs based on the resolved hostname and port. Include urls on the Listener type returned by server.listen(). Update serve, web, daemon, and console commands to print Local/Network lines when logging a non-loopback bind, and fall back to the existing single-line format for loopback binds. Add a changeset for the user-visible output change.