core-agent-ide/codex-rs/state/migrations
jif-oai 9ee746afd6
Leverage state DB metadata for thread summaries (#10621)
Summary:
- read conversation summaries and cwd info from the state DB when
possible so we no longer rely on rollout files for metadata and avoid
extra I/O
- persist CLI version in thread metadata, surface it through summary
builders, and add the necessary DB migration hooks
- simplify thread listing by using enriched state DB data directly
rather than reading rollout heads

Testing:
- Not run (not requested)
2026-02-05 16:39:11 +00:00
..
0001_threads.sql feat: sqlite 1 (#10004) 2026-01-28 15:29:14 +01:00
0002_logs.sql chore: unify log queries (#10152) 2026-01-29 16:28:15 +00:00
0003_logs_thread_id.sql chore: unify log queries (#10152) 2026-01-29 16:28:15 +00:00
0004_thread_dynamic_tools.sql [feat] persist thread_dynamic_tools in db (#10252) 2026-02-03 00:06:44 +00:00
0005_threads_cli_version.sql Leverage state DB metadata for thread summaries (#10621) 2026-02-05 16:39:11 +00:00
0006_thread_memory.sql feat: add phase 1 mem db (#10634) 2026-02-04 21:38:39 +00:00
0007_threads_first_user_message.sql Leverage state DB metadata for thread summaries (#10621) 2026-02-05 16:39:11 +00:00
0008_backfill_state.sql feat: resumable backfill (#10745) 2026-02-05 14:34:34 +00:00