mirror of
https://github.com/myronblair/jarvis
synced 2026-06-30 17:50:23 -05:00
6eb387899e
Previously agents only registered when api_key was missing (first run). After updating to v3.0 with screenshot capability, restarted agents never refreshed their capabilities in the DB. Now register() is called every startup — server does UPDATE on existing agent_id so api_key is preserved.