The llama.cpp project released version b10249, which introduces a new `get_info` tool to the server component. This update also includes documentation fixes for the `--rpc` flag.

  • The server now exposes a `get_info` tool for retrieving system information.
  • Handling of the probe result was hardened to report 'unknown' OS when the process fails or times out, preventing diagnostic text from being misinterpreted as an OS name.
  • Output stripping and timeout limits were added to ensure clean data handling.
  • The release provides binaries for macOS (Apple Silicon and Intel), iOS, Linux (CPU, Vulkan, ROCm, OpenVINO, SYCL), Android, Windows (CPU, CUDA 12/13, Vulkan, OpenCL, OpenVINO, SYCL, HIP), and openEuler.

This release makes the `get_info` tool available for server-side diagnostics while providing updated binaries across all supported platforms.