v0.3.2
Agents can now look up project slugs instead of guessing
A new list_projects tool returns the tracked-project roster — slug, name, tier, category, and analyzed release count — backed by the new public GET /v1/projects endpoint. Until now an agent that guessed a slug wrong only found out via tracked: false; now it can resolve the slug first. The tool description tells agents to do exactly that.
detail: "full" responses are also capped:
- At most 50 facts per component, with the cut counted in
relevant_facts_omitted— never silent. A long upgrade path could previously return tens of thousands of tokens in one response. - Narrow with
severity_minortarget_versionwhen you need the full picture in slices.
Full Changelog: v0.3.1...v0.3.2