Changed
- 🖥️ Redesigned startup output — the CLI now displays Local and Network URLs, the generated API key, and a bind warning in a clean, modern key-value layout with color-coded labels. Network URL auto-detects your LAN IP when binding to
0.0.0.0. - 🔒 Bind warning — a yellow warning is printed at startup when binding to
0.0.0.0, nudging bare-metal users to restrict access with--host 127.0.0.1.