mirror of
https://github.com/nearai/ironclaw.git
synced 2026-09-03 08:06:01 +08:00
* test(stress): add api capacity admin-user harness * fix(stress): honor api capacity concurrency * test(stress): add api background load shape * perf(reborn): reduce api capacity pre-model latency * perf(reborn): keep optional profile reads off chat hot path * perf(threads): reuse first-turn context handoff * perf(reborn): stop waiting on cold profile reads * perf(reborn): coalesce pre-model authorization reads * perf(reborn): keep first prompt setup off cold reads * perf(reborn): skip checkpoint readback for staged refs * perf(skills): cache loaded system activation candidates * perf(reborn): trim chat finalization hot paths * perf(reborn): trim API chat hot path * perf(reborn): finalize chat replies in one write * perf(threads): query summaries on row stores * perf(reborn): tune hosted postgres chat concurrency * chore(reborn): fix runtime clippy lints * perf(reborn): trim turn exit hot path * perf(reborn): parallelize prompt context setup * fix review findings for api capacity perf * fix(extension-ports): satisfy clippy setup marker borrow * fix(reborn): restore CI host context contracts * fix(reborn): refresh extension harness authority * fix(reborn): address runtime perf review findings