v0.4.0 — Quota-based skill_suggest throttling
What's New
- Quota-based throttling (SMI-2679):
skill_suggestnow 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