Skip to content

v0.3.2

Choose a tag to compare

@github-actions github-actions released this 24 Jul 04:22

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_min or target_version when you need the full picture in slices.

Full Changelog: v0.3.1...v0.3.2