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
Full changelog: v0.2.6...v0.2.7