Claude Code update watcher and plugin compatibility analyzer.
Monitors Claude Code releases, detects breaking changes affecting the plugin ecosystem, and gathers community feedback via Exa.
| Agent |
Description |
changelog-watcher |
4-phase update tracking: FETCH, DIFF, IMPACT, REPORT |
| Skill |
Description |
changelog-scan |
Fetch and parse official Claude Code changelog |
breaking-changes |
Detect API surface changes affecting plugins |
community-pulse |
Gather community sentiment via Exa search |
| Command |
Description |
/watch |
Check for Claude Code updates and compatibility |
/watch - Technical: changelog + API diff + compatibility check
/watch --pulse - Full: adds community sentiment + real-world usage
/watch --since 1.5.0 - Filter changes since specific version
Phase 1: FETCH → WebFetch changelog, docs index, Exa search
Phase 2: DIFF → Compare against api-surface.md
Phase 3: IMPACT → Grep plugins for affected APIs
Phase 4: REPORT → [BREAKING], [DEPRECATED], [NEW], [COMMUNITY]
| Source |
Method |
Mode |
| Official changelog |
WebFetch |
Default |
| Docs index (llms.txt) |
WebFetch |
Default |
| Local plugin files |
Grep |
Default |
| Community blogs/forums |
Exa web_search |
--pulse |
| Deep analysis |
Exa deep_researcher |
--pulse |
- Exa - Web search, deep research, code context
- Sequential Thinking - Structured analysis
- PostToolUse (exa/WebFetch/WebSearch) - Track research queries