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
Feat: Add "Only Direct Neighbors" filter to VSCode lineage panel
Selecting a model in the VSCode lineage panel renders the full transitive
lineage, which can be dense for hub models. This adds a new toggle to the
existing settings menu that limits the view to the selected model plus
its direct parents and direct children.
The filter is implemented as a new withOnlyDirect boolean on
LineageFlowContext, paired with a directNeighbors set memoized from the
lineage map and mainNode. When enabled, getUpdatedNodes and
getUpdatedEdges hide anything outside that set, leaving existing
withConnected/withImpacted/withSecondary logic untouched.
Refs #5811
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Signed-off-by: Bart Schuijt <schuijt.bart@gmail.com>
0 commit comments