8.5.0
Minor Changes
- #4329
5baf90aThanks @jurajmajerik! -Prompts.get()results now includeconfig, the JSON object of model parameters or agent configuration stored with the prompt version in PostHog prompt management (nullwhen the version has none). Config is carried through the client-side cache and the stale-cache fallback, and each result gets its own copy so mutatingresult.configcannot pollute later cache hits. The hardcodedfallbackstring has no config, so use defensive access like(result.config ?? {}).temperature.
(2026-07-30)