The llama.cpp project has released build b10328, which introduces initial support for isolating tools within the server component using Docker. This update includes documentation and code adaptations to separate tool I/O sandboxes and rename relevant configuration flags.
- Server: adds initial tool isolation support via Docker (PR #26507)
- Updates documentation and adapts get_info functionality
- Fixes Python type checking issues
- Separates tools_io_sandbox from tools_io_docker
- Renames sandbox to isolate and x-tool-docker to x-tool-runtime
The release provides binaries for macOS, Linux, Windows, Android, and iOS across various hardware backends including CPU, CUDA, Vulkan, ROCm, OpenVINO, SYCL, and OpenCL.