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
The inbox no longer breaks on GitLab. v0.4.0 pinned the host on glab mr list with --hostname, but that subcommand has no such flag
(only glab api does), so every inbox fetch failed with Unknown flag: --hostname. The host is now pinned via a full URL in --repo — the mechanism glab mr list actually supports — mirroring how mr diff/mr view already target self-hosted instances. (diffsmith-1bk)