What's Changed
Fixed
- Cross-state incident filtering - Fixed issue where state-configured instances received incidents from neighboring states (#117)
- The ABC Emergency API returns incidents from nearby states when querying a specific state
- Added client-side filtering using the
featuresarray to ensure only incidents from the configured state are included - Applied to all three modes: State, Zone, and Person
Changed
- Updated CI workflow - Migrated PR review workflow to official Claude Code GitHub Action (#119)
- Replaced third-party
grll/claude-code-action@betawith officialanthropics/claude-code-action@v1 - Simplified authentication using OAuth token or API key
- Replaced third-party
Full Changelog: v0.4.5...v0.4.6