Skip to content

Skill v0.0.109

Choose a tag to compare

@github-actions github-actions released this 10 Apr 21:53
· 221 commits to main since this release

Changelog

Features

  • fix: disable dynamic linking for llama-cpp-4
  • The llama-cpp-4 crate doesn't have a 'static' feature. Instead, it has
  • To get static linking, we need to:
  • This will embed the llama.cpp libraries directly into the skill-daemon
  • Note: We keep the 'ggml' feature explicitly enabled since it's not in
  • fix: force static linking for llama-cpp-4 in skill-daemon
  • The skill-daemon binary was failing to launch on macOS with:
  • This occurred because llama-cpp-4 was dynamically linking to its
  • Solution: Configure llama-cpp-4 to use static linking by adding
  • Changes:
  • This makes the skill-daemon binary larger but more portable and

Contributors

  • Eugene Hauptmann