Skip to content

Fluxzero 1.188.0

Choose a tag to compare

@github-actions github-actions released this 29 May 12:02

1.188.0 (2026-05-29)

Features

  • feat(caching): add memory-aware adaptive cache (a36ed06)

    Introduce common memory-aware hard-reference cache support with explicit pressure trimming, global oldest-first eviction across registered caches, and targeted stress coverage.

    Replace the public DefaultCache type with SoftReferenceCache for the old behavior, add AdaptiveObjectCache for SDK object/aggregate caching, and gate the new default aggregate cache behind fluxzero.defaults.version >= 2026.05.25 or fluxzero.cache.mode=adaptive.

Continuous Integration

  • ci(repair): reduce repair agent reasoning effort (c39f13a)

    Keep GPT-5.5 for main CI repairs, but lower the default reasoning effort from xhigh to high so the repair agent has a saner cost/latency profile after adding tighter prompt and verification guardrails.

  • ci(repair): bound agent verification work (ebafd36)
  • ci(repair): preload failure context for agent (3a9c28d)