Skip to content

v2.0.2

Choose a tag to compare

@byapparov byapparov released this 25 Apr 18:04
1357656

Three bug fixes since 2.0.1:

  • #12 — install no longer aborts on real-repo skills. Qualified IDs of the form owner__repo__name (e.g. aictrl-dev__aictrl__kg-classify) now resolve to bare-name folders. Was a P1 data-loss bug — the first qualified-name skill aborted the entire install.
  • #13 — SKILL.md fetches retry on 429/5xx and network errors with jittered exponential backoff (Retry-After honored, capped at 30s). FETCH_BATCH_SIZE lowered 10 → 4. Eliminates the ~37% silent-skip rate against moderately-sized orgs. Error messages now use a label instead of the raw URL (which contained the API key).
  • #14 — postcss bumped to 8.5.10 (transitive dev dep, GHSA-qx2v-qp2m-jg93). No runtime impact.

Patch bump — bug fixes only, no API or feature changes.