Agent Skills
› koharu-rs/koharu
› runtime
runtime
GitHub同步 llama.cpp 和 stable-diffusion.cpp 的 C/C++ 头文件及 Rust 绑定,更新上游版本并调整安全包装器。
Trigger Scenarios
更新原生运行时发布版本
同步托管的 C/C++ 头文件
上游 API 变更
Install
npx skills add koharu-rs/koharu --skill runtime -g -y
SKILL.md
Frontmatter
{
"name": "runtime",
"description": "Sync Koharu's llama.cpp and stable-diffusion.cpp headers and Rust bindings. Use when updating native runtime releases, vendored C\/C++ headers, koharu-llama, or koharu-diffusion after upstream API changes."
}
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.
Version History
- 6da1862 Current 2026-08-27 20:06


