@posthog/ai@8.11.0
Immutable
release. Only release title and notes can be modified.
8.11.0
Minor Changes
- #4903
825d830Thanks @jurajmajerik! -prompts.getAll({ label: 'production' })fetches every prompt that carries a label in one request and stores them in the prompt cache, so laterget(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)