Skip to content

v0.1.0

Latest

Choose a tag to compare

@PerryLink PerryLink released this 17 Aug 02:24
· 3 commits to main since this release

[0.1.0] - 2026-08-17

Added

  • ollama_list / ollama_show / ollama_pull / ollama_remove tools plus a health check (process liveness and API responsiveness) over the Ollama HTTP API and the real subprocess seam.
  • OllamaAdapter registered under the ollama provider route, with configurable model mapping and temperature / max-tokens / stop translation.
  • model_route rules (task type via purpose, case-insensitive keywords, or always) that route requests to local models with automatic fallback to the cloud when the local route fails before producing content.
  • /ollama one-shot status command (models, disk usage, health, suggestions).
  • Display/log sanitization for endpoint addresses and local paths.
  • Five-language README, CI / compat / release workflows, and the full gate (typecheck, test, build, verify, pack).