meshai/meshai
K7ZVX c22cf47dec feat(dashboard): move notification config to Config page
- Notifications tab in Config sidebar with Bell icon
- Channels section: add/edit/delete channels (mesh broadcast, DM, email, webhook)
- Test button sends test alert to channel
- Rules section: create rules with category checkboxes fetched from API
- Quiet hours configurable with start/end times
- Dedup window to prevent alert spam
- Full helper text and info buttons on every field
- Category list fetched from /api/notifications/categories, not hardcoded
- Added notifications and environmental to VALID_SECTIONS in config_routes.py

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-05-13 04:47:42 +00:00
..
backends fix: Remove hard-coded token limits on LLM responses 2026-05-05 22:06:50 +00:00
cli feat: Full alert engine — 17 conditions, scaling cooldown, per-condition TUI toggles 2026-05-06 05:39:11 +00:00
commands feat(notifications): alert routing with channels, rules, and delivery 2026-05-13 03:51:37 +00:00
dashboard feat(dashboard): move notification config to Config page 2026-05-13 04:47:42 +00:00
env feat(env): add NASA FIRMS satellite fire hotspot detection 2026-05-12 23:06:55 +00:00
notifications feat(notifications): alert routing with channels, rules, and delivery 2026-05-13 03:51:37 +00:00
sources feat: Add MQTT source adapter 2026-05-12 21:57:11 +00:00
__init__.py
__main__.py
alert_engine.py fix: remove hardcoded timezone and region names for portability 2026-05-12 15:39:54 -06:00
chunker.py feat: ACK-based message delivery, markdown stripping, prompt fixes 2026-05-06 04:17:44 +00:00
config.py feat(dashboard): comprehensive config UI with help and descriptions 2026-05-13 04:26:17 +00:00
connector.py fix: Rename ACK callback to onAckNak — meshtastic lib filters ACKs for other names 2026-05-06 14:30:28 +00:00
context.py Add passive mesh context awareness — observe channel traffic, inject into LLM prompts 2026-02-24 22:02:42 +00:00
geo.py feat: Add Phase 2 - Geographic Hierarchy and Health Scoring 2026-05-04 16:43:12 +00:00
history.py
knowledge.py feat(knowledge): add Qdrant backend with SQLite fallback 2026-05-06 15:54:43 +00:00
main.py feat(dashboard): comprehensive config UI with help and descriptions 2026-05-13 04:26:17 +00:00
memory.py
mesh_data_store.py feat: Add MQTT source adapter 2026-05-12 21:57:11 +00:00
mesh_health.py feat(mesh): config-driven regions with stale purge and coverage fix 2026-05-05 06:33:38 +00:00
mesh_models.py feat: Feeder-level gateway awareness from /api/packets_seen 2026-05-05 19:55:23 +00:00
mesh_reporter.py fix: Dedup packets across sources, translate numeric port numbers to names 2026-05-07 03:08:08 +00:00
mesh_sources.py fix: Fundamental ID matching — packets, telemetry, and utilization now work 2026-05-04 21:47:18 +00:00
meshmonitor.py feat: Dynamic identity system prompt from bot config 2026-05-03 05:45:58 +00:00
responder.py fix: Switch to delay-based delivery — wantAck firmware retries cause duplicates 2026-05-07 21:50:09 +00:00
router.py feat(env): USGS stream gauges, TomTom traffic, 511 road conditions 2026-05-12 22:22:57 +00:00
subscriptions.py feat(subscriptions): Add Phase 4 subscription system for scheduled reports 2026-05-05 02:26:12 +00:00