Skip to content

2.11.5

Latest

Choose a tag to compare

@gmr gmr released this 12 Jun 18:45
c46c693

What's Changed

Added

  • 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)