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
mode="summary" on search_memories — returns first 200 chars of content with full metadata (tags, score, source, dates, ID). Sits between probe (one-liner) and full (complete content), eliminating the two-round-trip probe+expand pattern for most searches.
SERVER_INSTRUCTIONS updated to recommend summary as the default search mode.