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
The feature-ai-rag branch forked from main on 2026-07-12, before #106 (the fix for #105, merged 2026-08-10) landed on main. So on the feature branch serialize_brain() still runs the full serialization with neither include_items=False nor any expansion control:
The commits stay separate on purpose: commit 2 is also cherry-picked to a small PR against main, so the @components fix makes the v2 release instead of waiting for the feature branch merge (which happens only after v2). No separate ticket for the main PR — it references this one and #105.
The
feature-ai-ragbranch forked from main on 2026-07-12, before #106 (the fix for #105, merged 2026-08-10) landed on main. So on the feature branchserialize_brain()still runs the full serialization with neitherinclude_items=Falsenor any expansion control:@componentsexpansion links (breadcrumbs, navigation, actions...), which the suggest dropdown never follows — pointed out by @davisagli in the review of Suggest: do not embed the child listing of folderish suggestions (#105) #106: Suggest: do not embed the child listing of folderish suggestions (#105) #106 (review)Fix, as two separate commits on the feature branch:
include_items=False),include_expansion=False.The commits stay separate on purpose: commit 2 is also cherry-picked to a small PR against main, so the
@componentsfix makes the v2 release instead of waiting for the feature branch merge (which happens only after v2). No separate ticket for the main PR — it references this one and #105.