mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-09 04:02:35 +00:00
feat(session): reduce persistence storage size (#3048)
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user