mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-13 04:03:30 +00:00
feat(session): optimize SQLite persistence layout
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
SELECT id, version, created_at, cwd, parent_session, seed_length, origin,
|
||||
delegation_depth, agent_preset, incarnation, revision
|
||||
FROM sessions
|
||||
WHERE id = ?;
|
||||
Reference in New Issue
Block a user