mirror of
https://github.com/myronblair/jarvis
synced 2026-06-30 17:50:23 -05:00
5d12ed6f62
Two issues: 1. NM_OPEN_RE regex was too narrow — phrases like "show me the network", "open the network", "show network status" did not match, so they fell through to the API which returned text but never opened the map. Broadened regex to catch natural network-related phrases. 2. When the network_scan intent IS triggered via API, the map never opened because the API response handler only processed reply/arc_job. chat.php now returns open_network_map:true for network_scan intent, and the client calls openNetMap() when that flag is present. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>