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
-**`deps` can export graph-shaped output and dependency cycles (#1634)** — `deps` now accepts graph export formats and a cycle-only mode so callers can feed dependency data directly to visualization or cycle-analysis tooling.
-**`map` can return selected sections with bounded module depth (#1635)** — `map` now accepts section selection and depth control so MCP and CLI callers can request smaller repo overviews when they do not need the full payload.
new(){Name="--focus-column",ValuePlaceholder="<n>",Description="Focused column to keep visible when clamping",Commands=Set("find","excerpt")},
257
261
new(){Name="--focus-length",ValuePlaceholder="<n>",Description="Focused span width when clamping",Commands=Set("excerpt")},
258
262
new(){Name="--max-hops",ValuePlaceholder="<n>",Description="Impact: max BFS hops",Commands=Set("impact")},
259
-
new(){Name="--depth",ValuePlaceholder="<n>",Description="Impact: deprecated alias for --max-hops",Commands=Set("impact")},
263
+
new(){Name="--depth",ValuePlaceholder="<n>",Description="Map: cap module depth; impact: deprecated alias for --max-hops",Commands=Set("impact","map")},
260
264
new(){Name="--with-paths",Description="Impact: include shortest call chains per caller",Commands=Set("impact")},
261
265
new(){Name="--reverse",Description="Reverse direction (show dependents)",Commands=Set("deps")},
0 commit comments