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
Wiki startup generation — Wiki pages now auto-generate on MCP server and daemon startup, not just during index_codebase. Ensures wiki context is always available.
Wiki generator freshness guard — writePage now checks sourceCommit from disk to skip unchanged pages. Fixed surprisesPage flag not being set on result.
FTS5 phrase query fix — Stop words stripped before phrase matching, so queries like "how does image generation work" correctly find wiki pages.
Memory precision — Wiki type excluded from memory search; access count penalty (>15: 0.5x, >8: 0.75x); relevance threshold raised to 0.85.
Version sync — package-lock.json synced to match package.json.