v0.24.0 — Desktop app: 5 screens for Chimera's pillars
The Chimera Desktop app gains 5 new screens that expose the framework's pillars — each grounded in real backend data, never fabricated.
Added
- Fusion & Cascade — for the latest turn, how the answer was composed: fusion panel → judge → synthesis (per-model tokens, diversity, aggregation), or the cascade tier ladder (weak → mid → fusion) with the accepted tier highlighted. Single-model turns get an honest empty state. Plus a "Fuse this turn" composer toggle (chat turns carry tools, which never fuse — this routes a turn tool-free through fusion).
- Cost / Usage — every chat turn's real token/cost accounting: totals, spend-per-day chart (falls back to tokens/day when prices are unknown), per-model + top-sessions breakdown, cache-hit % and route-mix. A turn whose price is unknown is counted as unpriced, never summed as $0.
- Runs — how each autonomous run (
chimera solve) proved its work: task, pass/fail/paused status, the verify command, and the verify-or-revert attempt trail (per-attempt verified ✓/✗, reverted flag, the workspace diff, verifier output). Persisted toruns.jsonl. Includes an in-app streaming run trigger. - Governance / Security — the injection red-team scoreboard (attack-success-rate with vs. without the defenses, per-category and per-attack, naming the honest gap that still gets through even defended), plus an audit-log viewer. The corpus is synthetic (no model needed); the audit log is empty by default (only guarded/tainted CLI runs write it) and the UI says so.
- Memory — a layers panel: the four memory kinds (working · episodic · semantic · persona, 0-count included) with a clean/unverified (provenance) split and a by-source breakdown. Reports only per-kind fact counts, never a fabricated vector-index count.
All five ship in the wheel (pip install 'chimera-agent[desktop]', then chimera app), in 7 UI languages, behind the same-origin bearer guard and localhost bind.
Full changelog: https://github.com/brcampidelli/chimera-agent/blob/main/CHANGELOG.md