The commit hash link in the status bar used an <a href> tag which doesn't open external URLs in Tauri's webview. Replaced with onClick handler that calls openExternalUrl (Tauri opener plugin in native, window.open in browser). Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>