feat(session): reduce persistence storage size (#3048)

This commit is contained in:
Magolor
2026-08-26 08:01:07 +00:00
committed by GitHub
parent 1e2d2b7b47
commit df76bc695b
66 changed files with 1130 additions and 226 deletions
@@ -1,4 +1,4 @@
SELECT id, version, created_at, cwd, parent_session, seed_length, origin,
SELECT session_key AS id, version, created_at, cwd, parent_session, seed_length, origin,
delegation_depth, agent_preset, incarnation, revision
FROM sessions
WHERE id = ?;
WHERE session_key = ?;