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: show indentation mode in approval UI even when anchor_line is omitted
- getLineSnippet() now always displays 'indentation mode at line X' when mode is indentation
- getStartLine() now always returns the effective anchor line for indentation mode
- Both methods use fallback chain: anchor_line ?? offset ?? 1
Addresses review feedback about approval UI not reflecting defaulted anchor_line
0 commit comments