Skip to content

v0.7.2

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Apr 01:11
· 1 commit to main since this release
de4f7a4

New Features

  • opensrc fetch subcommand — Cache a package's source without printing paths, for use in scripts and CI where you just want the source downloaded (#53)
  • Bitbucket Cloud support — Fetch source from Bitbucket repos, with private repo authentication via BITBUCKET_TOKEN (#52)
  • Authentication docs — New docs page covering private repo authentication across GitHub, GitLab, and Bitbucket (#52)

Improvements

  • Lockfile parsers — Rewrite lockfile parsers with proper transitive dependency resolution for pnpm workspaces (#51)
  • Skills location — Move agent skill to a top-level skills/ directory for easier discovery (#46)
  • Docs favicon — Add favicon to the docs site (#50)

Contributors