You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,13 @@
4
4
5
5
All notable changes to this project will be documented in this file.
6
6
7
+
## [2.7.236] — 2026-03-15
8
+
9
+
- feat(core/mcp): `packages/core/src/routers/mcpRouter.ts` now applies confidence-based auto-load evaluation telemetry for runtime `search_tools` responses too (not just cached ranking), including outcome, skip reason, execution status, and threshold fields in emitted search events.
10
+
- fix(core/mcp-search): runtime search profile reranking now preserves runtime `autoLoaded` state by tool name so operator telemetry and loaded-state badges no longer silently drop auto-load attribution when profile ranking is active.
11
+
- feat(core/mcp): auto-load `load` telemetry emitted from both runtime-search and cached-ranking paths now records working-set pressure snapshots when available (`loaded/hydrated` counts, caps, utilization, idle threshold), improving triage under capacity pressure.
12
+
- test(validation): reran focused MCP suites (`toolSearchRanking`, `metamcp-session-working-set`) with `16` tests passing and revalidated web TypeScript gate with explicit `WEB_TSC_OK`.
13
+
7
14
## [2.7.235] — 2026-03-15
8
15
9
16
- feat(core/mcp): `packages/core/src/routers/mcpRouter.ts` now records working-set pressure snapshot fields (`loadedToolCount`, `hydratedSchemaCount`, configured caps, utilization percentages, idle-eviction threshold) on load/unload/hydrate telemetry events.
0 commit comments