This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+14 more
Summary
AI summaryFeatures in daemon, bug fixes across ai, config, dashboard, indexer, init, types; performance cache in daemon; refactoring of indexer and memory modules; CI/CD typecheck gate added.
Full changelog
1.45.0 (2026-07-04)
Features
- daemon: idle project unload, per-connection SQLite memory caps, ancestor watcher restart (a63fb66)
Bug Fixes
- ai: auto-detect Ollama embedding dimension + surface embed_repo failures (68249bc), closes #223
- config: preserve user-added keys when rewriting a project config section (bfb5b93)
- daemon: close topology.db handle in runSubprojectAutoSync (fd leak) (27b2418)
- dashboard: deep-merge PUT /api/settings and preserve JSONC comments (7510769), closes #221
- indexer: electron & filament edges were silently dropped — rewrite + tests (3/3) (fb84beb)
- indexer: import TSNode locally in language helpers (keep re-export) (8a6ee59)
- indexer: import TSNode locally in language helpers instead of dead re-export (dba6233)
- indexer: stop following directory symlinks during file discovery (c6bda46), closes #218
- init: accept string content in withPs1Bom + align hooks test with BOM write path (03a77ab)
- init: write .ps1 launcher/hook artifacts with a UTF-8 BOM + ASCII-only templates (66ba15c), closes #224
- tests: type the unknown config section before member access in jsonc-merge test (7872942)
- types: restore tsc gate (1/3) — core plugin-api types match runtime (524bf06)
- types: restore tsc gate (2/3) — mechanical/drift/noise across 38 files (33e9ed1)
Performance
- daemon: cache registry reads + dedup consultation markers on the hot path (bdce2a2)
Refactoring
- indexer: extract extractAndPersist from IndexingPipeline (137 -> 115 cyclomatic) (7fd7b36)
- memory-scheduler: extract shared types into a dependency-free leaf module to break the resource-ops cycle (93f983d)
- memory: extract MemorySchedulerResourceOps from MemoryScheduler (f528d00)
Documentation
- taint-analysis: reword example comment to avoid self-triggering the SQL-injection scanner (cd68c36)
Chores
- quality-gates: calibrate thresholds from today's cleanup + scanner review (7e17144)
CI/CD
- add tsc --noEmit typecheck gate to prevent type rot (5cd4a03)
Upgrade
npm install -g trace-mcp@latest
trace-mcp init
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About nikolai-vysotskyi/trace-mcp
Framework-aware code intelligence that indexes source code into a cross-language dependency graph. Understands framework semantics — routes, ORM relations, component rendering, DI trees — for navigation, impact analysis, call graphs, refactoring, security scanning, and cross-session memory.
Related context
Related tools
Earlier breaking changes
- v1.41.1 Removes desktop app from core repository (phase E).
Beta — feedback welcome: [email protected]