v0.3.1 — managed tool manifest state observability
Highlights
- log managed tool manifest state on every request: proxy telemetry now emits
manifest_present(bool) andtools_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 ./...`