Skip to content

v0.4.0 — Quota-based skill_suggest throttling

Choose a tag to compare

@wrsmith108 wrsmith108 released this 20 Feb 18:33

What's New

  • Quota-based throttling (SMI-2679): skill_suggest now counts against your monthly API quota instead of an undocumented per-session rate limit. Community (1,000/mo), Individual (10,000/mo), Team (100,000/mo), Enterprise (unlimited).
  • Graceful license degradation: Falls back to community-tier defaults if the license check is unavailable.
  • 5,575 tests passing across all packages.

Breaking Changes

SuggestResponse interface changes (minor semver bump):

  • Removed rate_limited: boolean
  • Removed next_suggestion_at?: string

Full changelog

See SMI-2679