Ir al contenido

Blog

Releasesv0.16.2

v0.16.2 — Nothing shipped stays unreachable

Esta es la nota de release tal como fue publicada, no una reescritura de ella. Las notas de release se publican en el idioma en que fueron escritas.

The final audit follow-up: the three eval modules that were reachable only from the external bench/ scripts + tests now have honest CLI surface, so every implemented capability is usable from the chimera command.

Added

  • chimera hierarchy-bench --multistep — the multi-step companion suite (a single growing context vs per-step scoped workers, over large docs), the regime where the hierarchy actually saves tokens. Live-verified +66.5% token reduction on a sample task. Also prices the caching-aware dollar reduction. Exposes the hierarchy_multistep and cache_cost eval modules through the CLI.
  • chimera transfer-gate — promote a learned change (GEPA prompt / ACE delta / distilled skill) only if it helps its tuned slice AND doesn't regress a disjoint same-capability holdout — guarding against negative transfer. Takes tuned + optional holdout paired pass/fail as JSON (like bench-compare); prints PROMOTE / BLOCK, exits 1 on BLOCK. Exposes eval/transfer.py through the CLI.

Still alpha. Everything defaults to prior behaviour. pip install -U chimera-agent.

Full changelog: https://github.com/brcampidelli/chimera-agent/blob/main/CHANGELOG.md

Leer la release en GitHub