Skip to content

@posthog/ai@8.13.0

Choose a tag to compare

@github-actions github-actions released this 17 Sep 13:59
Immutable release. Only release title and notes can be modified.
63f55dc

8.13.0

Minor Changes

  • #5000 1dfde0e Thanks @jurajmajerik! - prompts.getAll() now works without a label. It fetches the latest version of every prompt in one request and warms the cache for plain prompts.get(name) calls. Previously the label was required by the method's type, and the server treats any label value as a filter, so there was no way to batch-fetch unlabeled prompts.
    (2026-09-17)