Skip to content

v1.2.0 — Auto-update check & upgrade command

Choose a tag to compare

@benmarte benmarte released this 12 Mar 22:45
· 11 commits to main since this release
e145362

What's new

Auto-update check on startup

  • codemunch now checks for new releases once per day when you start a session
  • Lightweight: single GitHub API call, 3s timeout, 24h cache — never blocks startup
  • If an update is available, you'll see: Update available: v1.1.0 → v1.2.0

/codemunch:upgrade command

  • Run /codemunch:upgrade to check for and install the latest version
  • Shows the changelog after upgrading

Full changelog

Added

  • commands/upgrade.md/codemunch:upgrade command
  • hooks/sessionstart.sh — SessionStart update check hook
  • VERSION file — tracks installed version for comparison

Changed

  • .claude-plugin/hooks/hooks.json — registered SessionStart hook
  • README: added auto-update docs, upgrade command, updated plugin structure