Commit Graph

7 Commits

Author SHA1 Message Date
Steve Korshakov
b2c72cc485 feat: add kv 2025-09-21 17:03:45 -07:00
Steve Korshakov
014473a7ac feat: implement session deletion with cascade and socket notifications
- Add sessionDelete action to handle deletion of sessions and all related data
- Delete session messages, usage reports, and access keys in proper order
- Add delete-session event type to eventRouter for real-time notifications
- Add DELETE /v1/sessions/:sessionId endpoint with ownership verification
- Send socket notification to all user connections after successful deletion
- Add idempotency rule to CLAUDE.md for API operations

Generated with [Claude Code](https://claude.ai/code)
via [Happy](https://happy.engineering)

Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>
2025-09-20 21:17:48 -07:00
Steve Korshakov
d032ec1596 ref: extract github connect and disconnect to a separate action, shared eventRouter, copy username to the account on connect and remove on disconnect, make github profile unique 2025-09-19 20:38:48 -07:00
Steve Korshakov
31bb2892f2 feat: data encryption key 2025-09-07 22:04:59 -07:00
Kirill Dubovitskiy
3a804f24c8 devx: dangerous logging endpoint 2025-08-15 19:13:45 -07:00
Steve Korshakov
f5118557d9 ref: add nice readme to backend 2025-07-18 00:03:23 -07:00
Steve Korshakov
0ccdef14ff feat: add metadata version, agent state, version, add netadata change 2025-07-14 18:47:47 -07:00