Commit Graph

14 Commits

Author SHA1 Message Date
Kirill Dubovitskiy
a4bc4d34e8 feat: Add machine persistence to database
• Add Machine model to Prisma schema
• Create /v1/machines endpoints for CRUD operations
• Persist machine metadata and track active status
• Update socket handlers for machine-scoped connections
• Convert ephemeral machine status to database persistence

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-12 03:30:23 -07:00
Steve Korshakov
2a32adec3e feat: add settingsVersion 2025-07-26 13:52:22 -07:00
Steve Korshakov
c865d359b8 feat: add account settings 2025-07-26 13:51:22 -07:00
Steve Korshakov
b656562e56 ref: remove updates 2025-07-26 02:24:05 -07:00
Steve Korshakov
e07e79ae2f feat: usage collection 2025-07-21 00:50:07 -07:00
Steve Korshakov
7dcb7f30af fix: missing account id in response 2025-07-18 23:33:44 -07:00
Steve Korshakov
4e14898e97 feat: add scoped auth 2025-07-18 21:48:33 -07:00
Steve Korshakov
93c55df649 feat: add push tokens 2025-07-17 20:31:18 -07:00
Steve Korshakov
bed3f87cba feat: add localId 2025-07-17 20:18:35 -07:00
Steve Korshakov
0ccdef14ff feat: add metadata version, agent state, version, add netadata change 2025-07-14 18:47:47 -07:00
Steve Korshakov
d2a35ca842 feat: add session online states 2025-07-13 20:31:41 -07:00
Steve Korshakov
5aa597186a feat: add metadata field to session 2025-07-13 20:11:44 -07:00
Steve Korshakov
e2322b7e2d ref: add session resolving and socketio 2025-07-12 20:45:15 -07:00
Steve Korshakov
240023e8b3 feat: initial version 2025-07-12 17:57:05 -07:00