lxy
c8f35a7211
新增: V37 migration + T6 版本化快照(自动 checkpoint)
迁移 V37:
- conversation_checkpoints 表: id/conv_id/snapshot/token_total/label/created_at
- 索引: (conv_id, created_at DESC)
save_conversation_inner:
- 每 20 轮自动创建 checkpoint(snapshot = JSON 全量消息)
- 防撑爆: snapshot < 1MB 才写
- checkpoint ID: ck_{conv_id}_{token_total}(幂等,INSERT OR IGNORE)
- 为 T6 后续的 IPC list/restore 准备数据基础
2026-07-20 09:10:47 +08:00
..
2026-07-20 01:05:20 +08:00
2026-07-02 20:11:52 +08:00
2026-07-20 00:19:50 +08:00
2026-06-27 21:32:36 +08:00
2026-06-29 21:57:07 +08:00
2026-07-03 00:18:21 +08:00
2026-06-29 22:16:45 +08:00
2026-06-29 21:57:07 +08:00
2026-07-20 09:10:47 +08:00
2026-07-20 00:19:50 +08:00
2026-07-02 20:11:52 +08:00
2026-07-03 00:18:21 +08:00