Skip to content

@posthog/ai@8.11.0

Choose a tag to compare

@github-actions github-actions released this 10 Sep 16:27
Immutable release. Only release title and notes can be modified.
3c85b4e

8.11.0

Minor Changes

  • #4903 825d830 Thanks @jurajmajerik! - prompts.getAll({ label: 'production' }) fetches every prompt that carries a label in one request and stores them in the prompt cache, so later get(name, { label }) calls are cache hits. Apps with many prompts no longer need one request per prompt per cache cycle. Against a PostHog server that does not support labels on the prompt list endpoint yet, the call fails with a clear error instead of caching wrong versions.
    (2026-09-10)