Runtime
Run from the repository root:
.agents/skills/runtime/scripts/sync.sh
The script updates only the vendored C/C++ headers and prints the latest published llama.cpp and stable-diffusion.cpp versions.
Use those versions to update:
crates/koharu-runtime/src/runtime/packages/llama.rscrates/koharu-runtime/src/runtime/packages/diffusion.rs
Then review the generated bindings, update the safe wrappers as needed, and run the focused Cargo checks for the five runtime crates.