Skip to content

v0.3.1 — managed tool manifest state observability

Choose a tag to compare

@mostlydev mostlydev released this 05 Apr 19:11
· 8 commits to master since this release

Highlights

  • log managed tool manifest state on every request: proxy telemetry now emits manifest_present (bool) and tools_count (int) so operators can verify at runtime whether a per-agent tool manifest was loaded and how many tools it contained

This closes an observability gap that made it hard to diagnose cases where compiled tools.json existed on disk but tools were not being injected into upstream requests — there was no runtime signal telling operators which agents had live tool manifests.

Artifacts

  • container image: `ghcr.io/mostlydev/cllama:v0.3.1`
  • rolling tag: `ghcr.io/mostlydev/cllama:latest`

Validation

  • `go test ./...`