Skip to content

v0.2.7

Latest

Choose a tag to compare

@nitekeeper nitekeeper released this 24 Jun 04:10
e974f66

Highlights

gh is now optional

Agora never strictly required the gh CLI — it degrades to GITHUB_TOKEN/anonymous. This release makes that explicit: plugin-register's success output gains a no-gh / browser PR fallback, and CLAUDE.md reclassifies gh from a hard dependency to an optional auth convenience. (#16)

Self-pin auto-bump on release

Agora indexes itself, so it now dogfoods its own push-based auto-bump: a new .github/workflows/notify-agora.yml fires a repository_dispatch on each published release, and plugin-update.yml opens the self-pin bump PR automatically. Requires the AGORA_DISPATCH_TOKEN secret on the repo. (#19)

Plumbing

  • Marketplace self-pin refreshed to v0.2.6. (#17)
  • Plugin version bumped to 0.2.7. (#18)

Full changelog: v0.2.6...v0.2.7