pub const PROXY_START_DAEMON_ONLY_FIELDS: &[&str];Expand description
Keys the daemon accepts on that body which the CLI never sends.
llama_base_port is read only by POST /api/proxy/start-pinned, which
routes it through the launch cascade. /api/proxy/start deserializes it and
never looks at it, so it is daemon-only by function rather than by omission.