v0.8.33

ggml-org/llama.cppv0.8.33Sep 9, 2026by github-actions[bot]

AI Summary

A patch release that fixes a critical issue where static-frame deduplication was freezing `onUpdate`-driven motion sequences.

Key Highlights

  • Detects `onUpdate` callbacks on timelines and excludes their spans from static-frame prediction
  • Enables events during verification seeks so callback-driven motion is visible to the verifier

Full Release Notes

# v0.8.33

Patch release — fixes static-frame dedup freezing `onUpdate`-driven motion.

## Fixes

- **Engine:** Detect `onUpdate` callbacks on timelines and exclude their spans from static-frame prediction; enable events during verification seeks so callback-driven motion is visible to the verifier (#3794). Fixes #3793.