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
# Only output if recall context actually exists and has content
if [ -f "$CONTEXT_FILE" ] && grep -q "## Recall Stats" "$CONTEXT_FILE" 2>/dev/null; then
echo "Recall plugin: detailed pre-compaction transcript loaded via recall-context.md. Print a short status line (tokens, verbatim %) and continue working."