mirror of
https://github.com/whit3rabbit/anyllm-proxy.git
synced 2026-09-21 16:00:49 +00:00
- Emit binary as `anyllm-proxy` (hyphen) via explicit [[bin]]; package/crate name stays `anyllm_proxy`. Threads one hyphenated name through deb/brew/ release archives and CI; drops the rename-in-archive shim. - Terminal logs default to human-readable on a TTY, JSON when piped (Docker/systemd). Override with LOG_FORMAT=json|text. - On loopback admin binds, startup banner prints a tokenized `?token=` admin URL plus a bare Token line; SPA reads `?token=` to auto-login then strips it from the address bar. Omitted on non-loopback binds to avoid token leak. - `--webui`/`--admin` with no backend prints a one-line hint instead of the full backend cheat-sheet (UI already covers it). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>