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
Sync PRs button in Project Doctor — a new "Sync PRs" action in the Doctor tab's Utility Functions card lets operators kick off an on-demand pull-request history backfill for a project, mirroring the existing Sync Commits & Tags workflow. (imbi-ui #434)
Improved
Reports are now shareable links — each report in the Reports section has a genuine URL you can copy, open in a new tab, or bookmark. Back/Forward navigation works correctly between reports; the bare /reports path redirects to the default report. (imbi-ui #433)
Fixed
MCP --public-url documentation corrected — the help text and README example for IMBI_MCP_PUBLIC_URL now shows the base host (e.g. https://imbi-public.aweber.io) instead of the /mcp path. FastMCP appends the mount path internally; including it in the configured value was doubling the path and breaking OAuth discovery for remote MCP clients. (imbi-mcp #16)