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.246] — 2026-03-16
8
+
9
+
- changed(core/mcp): `packages/core/src/MCPServer.ts` now honors lifecycle lazy-session mode during startup and skips eager `warmAdvertisedServers()` preconnects when lazy mode is enabled, preventing downstream MCP binaries from auto-spawning at boot.
10
+
- changed(core/startup-status): `packages/core/src/routers/startupStatus.ts` + `packages/core/src/routers/systemProcedures.ts` now treat resident always-on warmup as optional in lazy mode, so startup readiness reflects deferred-on-demand MCP behavior instead of requiring preconnected always-on runtimes.
11
+
- test(core/startup-status): `packages/core/src/routers/startupStatus.test.ts` adds regression coverage for lazy-mode readiness semantics.
12
+
- test(validation): revalidated targeted startup-status suite and strict TypeScript gates (`vitest startupStatus`, `CORE_TSC_OK`, `WEB_TSC_OK`).
13
+
7
14
## [2.7.245] — 2026-03-16
8
15
9
16
- changed(web/billing): `apps/web/src/app/dashboard/billing/page.tsx` adds fallback-history triage controls for **cause** and **task** filtering, including dynamic facet counts and scoped-result rendering.
0 commit comments