Skip to content

Releases: nitekeeper/agora

v0.2.7

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

v0.2.6

Choose a tag to compare

@nitekeeper nitekeeper released this 24 Jun 03:23
f6fe8f1

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.py next-steps now print the real /reload-plugins command (the non-existent /reload-settings is gone). (#12)
  • plugin-register success output now commits the recompiled marketplace.json alongside plugins.json, and points gh pr create --repo at your own instance instead of defaulting to the upstream a fork was made from. (#14)

Registry

  • Added kaizen to the marketplace. (#13)

Docs / accuracy

  • Corrected README/wiki statements to match actual script behavior (setup.py scope, update-banner ownership, description hard-error, author derivation), plus CI/security hardening and dependency updates.

Full changelog: v0.2.5...v0.2.6

v0.2.5

Choose a tag to compare

@nitekeeper nitekeeper released this 20 Jun 00:26
c5cf9dd

Marketplace maintenance release. (Repo recreated to purge personal data that remained only in old pull-request refs; main history and commit SHAs are unchanged.)