Changelog
September 4, 2026
Release
September 4, 2026
Release
0.3.0 (2026-09-04)
⚠ BREAKING CHANGES
getCloneCredentialsis a new required method on theRepoProviderinterface. Custom provider implementations must add it; the built-in providers already do.getCloneUrlcan be derived from it withtoCloneUrlsemantics: embedusernameandpasswordas percent-encoded userinfo inurl.
Features
August 29, 2026
Release
July 30, 2026
Release
July 26, 2026
Release
0.2.0 (2026-07-26)
⚠ BREAKING CHANGES
- azure-devops: CloneUrl no longer has a headers field; getCloneUrl always embeds the credential in the URL for every provider.
Features
Bug Fixes
- azure-devops: embed tokenProvider tokens in the clone URL (6a47808)
July 23, 2026
Release
July 23, 2026
Release
July 20, 2026
Release
July 20, 2026
Release
July 19, 2026
Release
0.1.0 (2026-07-19)
Features
- add branch listing and ref search (c337f25)
- add commit author user refs and namespace avatars (9c10ff5)
- add Gitea provider (d40ceb6)
- add users.me() for the authenticated user profile (e15bd4b)
- expand webhook parsing, Azure DevOps auth, and commit URL helpers (0cf6fba)
- github: expose installation tokens via getInstallationToken (54938a7)
- github: resolve app installation by owner (4b3f971)
- guarantee Repository.urls.web is always present (ed6aadb)
- initial repo-sdk implementation (ee2b6dd)
- resolve hidden account emails via users.me includeEmail (1404c06)
- support async token providers for all providers (e025a42)
- testing: allow configuring provider name and capabilities (e43ddf3)
- webhooks: add detectWebhookProvider helper (19668b6)
Bug Fixes
- build: add unrun devDependency so tsdown loads its config on Node 20 (9a58902)
- docs: correct footer spacing and rework attribution line (28d5099)
- docs: repair MDX comment mangled by prettier and ignore mdx files (2213258)
- docs: restore readable accent foreground in dark mode (063c53c)
- type-check custom pages against Blume’s Astro config (fdf1f7b)