v1.2.0 — Auto-update check & upgrade command
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:upgradeto check for and install the latest version - Shows the changelog after upgrading
Full changelog
Added
commands/upgrade.md—/codemunch:upgradecommandhooks/sessionstart.sh— SessionStart update check hookVERSIONfile — tracks installed version for comparison
Changed
.claude-plugin/hooks/hooks.json— registered SessionStart hook- README: added auto-update docs, upgrade command, updated plugin structure