Releases: nitekeeper/agora
Release list
v0.2.7
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
v0.2.6
Highlights
Self-host model
The canonical nitekeeper/agora index is maintainer-curated and not accepting third-party plugin submissions at this time. To index your own plugins, run your own instance — see the new Run Your Own Agora wiki guide. (#11)
Fixes
setup.pynext-steps now print the real/reload-pluginscommand (the non-existent/reload-settingsis gone). (#12)plugin-registersuccess output now commits the recompiledmarketplace.jsonalongsideplugins.json, and pointsgh pr create --repoat your own instance instead of defaulting to the upstream a fork was made from. (#14)
Registry
- Added
kaizento the marketplace. (#13)
Docs / accuracy
- Corrected README/wiki statements to match actual script behavior (
setup.pyscope, update-banner ownership, description hard-error,authorderivation), plus CI/security hardening and dependency updates.
Full changelog: v0.2.5...v0.2.6
v0.2.5
Marketplace maintenance release. (Repo recreated to purge personal data that remained only in old pull-request refs; main history and commit SHAs are unchanged.)