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