core-agent-ide/codex-rs/state/src
Shijie Rao 8e258eb3f5
Feat: CXA-1831 Persist latest model and reasoning effort in sqlite (#14859)
### Summary
The goal is for us to get the latest turn model and reasoning effort on
thread/resume is no override is provided on the thread/resume func call.
This is the part 1 which we write the model and reasoning effort for a
thread to the sqlite db and there will be a followup PR to consume the
two new fields on thread/resume.

[part 2 PR is currently WIP](https://github.com/openai/codex/pull/14888)
and this one can be merged independently.
2026-03-17 10:14:34 -07:00
..
bin Apply argument comment lint across codex-rs (#14652) 2026-03-16 16:48:15 -07:00
model Feat: CXA-1831 Persist latest model and reasoning effort in sqlite (#14859) 2026-03-17 10:14:34 -07:00
runtime Feat: CXA-1831 Persist latest model and reasoning effort in sqlite (#14859) 2026-03-17 10:14:34 -07:00
extract.rs Feat: CXA-1831 Persist latest model and reasoning effort in sqlite (#14859) 2026-03-17 10:14:34 -07:00
lib.rs feat: simplify DB further (#13771) 2026-03-07 03:48:36 -08:00
log_db.rs feat: simplify DB further (#13771) 2026-03-07 03:48:36 -08:00
migrations.rs Move sqlite logs to a dedicated database (#13772) 2026-03-06 10:54:20 -08:00
paths.rs feat: sqlite 1 (#10004) 2026-01-28 15:29:14 +01:00
runtime.rs feat: simplify DB further (#13771) 2026-03-07 03:48:36 -08:00