3f05a87cdf
Use ${VAR-default} instead of ${VAR:-default} so an explicit empty value
(e.g. REASONING_PARSER=) disables the parser rather than falling back to the
default — matching the README's documented "disable with TOOL_PARSER=''".