Changed
- Performance: the
agnix,agnix-lsp, andagnix-mcpbinaries now use mimalloc as the global allocator on Linux. Linting is allocation-heavy (per-file parse trees, diagnostics, parallel rayon workers), and mimalloc reduces allocator contention versus the default system allocator. Gated behindcfg(target_os = "linux"), so macOS and Windows builds are unaffected. - Tool baselines: triaged the release-watch sweep and bumped
cursor3.6.31->3.7.12(closes #1024),kiro2.5.0->2.6.0(closes #1018), andgemini-cliv0.44.1->v0.45.1(closes #1017). All three were agnix-irrelevant for current validated config surfaces: Cursor and Gemini publish version markers / patch cherry-picks only, and Kiro 2.6.0's sole config-adjacent change - terminal window titles - is toggled via/settings displayand is explicitly "not available as a CLI setting" (per the Kiro settings reference), so.kiro/settings.jsonvalidation is unaffected and the auto-triageKR-SET-004candidate was not added. No validator, rule,ToolVersions, orSpecRevisionschange required..github/tool-release-baselines.jsonandknowledge-base/RESEARCH-TRACKING.mdupdated.