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
fix: handle null content in relation-type search results
BM CLI returns relation-type results with no content field.
Plugin crashed on r.content.length when content was undefined.
Added null coalescing (r.content ?? "") in search.ts and memory-provider.ts.
0 commit comments