mirror of
https://github.com/myronblair/jarvis
synced 2026-06-30 17:50:23 -05:00
f304ada4d3
- sendMessage() was fetching /api.php?action=chat which bypasses the /api/* rewrite rule; api.php parsed endpoint as "api.php" → 404. Fixed to /api/chat so the rewrite routes it correctly to chat.php. - agent.php HA entity map INSERT used non-existent fact_type column, causing PDOException on every agent heartbeat. Fixed to use the correct (category, fact_key, fact_value) columns. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>