This repository was archived by the owner on Sep 13, 2026. It is now read-only.
v0.6.0
Changed
- Default
use_hard_captotrue: the concurrency gate now enforces the
hard cap (CONCURRENCY_HARD_CAP, default16) by default instead of the
soft limit. Previously defaulted tofalse(soft limit). Toggle in the
dashboard Config tab; no restart required. - Enable experimental flags by default:
experiment_rewrite_ids,
experiment_strip_omo_reminder, andexperiment_ttft_watchdognow default
totrue. This activates ID rewriting (1h TTL), oh-my-openagent reminder
stripping on Anthropic requests, and the TTFT watchdog retry pipeline out
of the box. - Dashboard API-key/token state reflects disk truth:
viewer.tsnow
deriveshas_api_keyandhas_dashboard_tokenfrom the on-disk config
rather than the in-memory runtime, so the dashboard reflects a saved value
immediately before the server restarts.
Added
- Stamp proxy benchmark results added to
docs/BENCHMARKS.md.