Skip to main content

Opening the browser

The browser opens automatically after a successful analyze. You can reopen it anytime with:
issues
Requires an active session (from the latest analyze or from session …). If there is no session, the CLI tells you to run analyze first.

Layout

  • Header — Session id, issue counts, fixable count.
  • List — One row per issue: index, severity, message, file:line, fix status markers.
  • Detail — Selected issue message, suggestion, file path, blast level, fixable flag.

Keys

KeyAction
/ or j / kMove selection
dPreview diff (dry-run; no write)
EscDismiss diff overlay
aFix selected issue
AFix all fixable issues
vVerify fixed files
/Filter issues
g / GJump to first / last issue
qQuit browser, return to REPL
Markers in the list can include fixable (·), fixed (), verified (), or blocked () depending on implementation version.

Tips

  • Use d before a to confirm the transform on critical paths.
  • After bulk A, run v to run verification for fixed files.
  • Quitting with q does not delete the session; use session list to resume later.

See also