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
- Thread 'fast' recall parameter through the full MCP→daemon→worker
stack (recall_worker, worker_pool, daemon_proxy, pool_adapter,
tools_core, tools_v3). Engine.recall(fast=True) shipped in v3.4.40
but was unreachable from MCP tools until now.
- Wire 'session_id' through pool_recall kwargs (was silently dropped).
- Replace session_init AutoRecall double-call with single pool_recall
(fast=True) — removes one redundant recall round-trip per session.
- Switch tools_core.recall and tools_v3.recall_trace from hardcoded
WorkerPool.shared() to choose_pool() — enables daemon-first routing
(single shared ONNX process instead of N local subprocesses).
- Make FTS triggers idempotent with IF NOT EXISTS (race safety on
repeated schema init).
- Clean up dead code: remove unused engine= calls in observe and
close_session; remove unused imports.
Author: VikingOwl91
0 commit comments