v1.6.0 — Subcommand CLI, Multi-IDE, Homebrew
What's new
Subcommand-style CLI
The CLI now uses proper subcommands instead of flags:
| Old | New |
|---|---|
peon --pause |
peon pause |
peon --packs |
peon packs list |
peon --pack glados |
peon packs use glados |
peon --pack |
peon packs next |
peon --remove |
peon packs remove |
peon --notifications-on |
peon notifications on |
Multi-IDE support
peon-ping now works with Claude Code, OpenAI Codex, Cursor, and OpenCode. All messaging and docs updated to reflect multi-IDE support.
Homebrew install
brew install PeonPing/tap/peon-ping is now the primary install method.
Other changes
- Dynamic pack counts from registry (no more hardcoded numbers)
peonping.com/installredirect for clean curl installs- Handle read-only shell rc files during install
- 43 packs across 8+ franchises and 7 languages
- Updated CLAUDE.md with related repos and architecture