Added

  • MCP tool get_milestone_summary returns tasks pre-grouped by section (In Progress, Pending Review, Todo, Done) with slim stubs (id, title, tags). Replaces list_tasks { milestone } plus manual grouping.
  • REST endpoint GET /milestones/{name}/summary with optional project query parameter.
  • MCP create_task accepts optional claim: true for atomic create-and-claim. Sets section to In Progress with claimedBy/claimedAt in one call.
  • Portfolio project form autofills GitHub repository field from PAT. Fetches accessible repos and presents a fuzzy-searchable dropdown.
  • Latest GitHub release version displayed on the GitHub view table and portfolio repo card. Links to the release page on GitHub.
  • REST endpoint GET /integrations/github/repo/{owner}/{repo}/releases/latest.
  • GitHub quick links (Repo, Issues, PRs, Actions) in portfolio project sidenav when a GitHub repository is linked.