Storing the sessions in a more organized way for easier look up. (#1596)

now storing the sessions in `~/.codex/sessions/YYYY/MM/DD/<file>`
This commit is contained in:
aibrahim-oai
2025-07-17 10:12:15 -07:00
committed by GitHub
parent 643ab1f582
commit fcbcc40f51
4 changed files with 165 additions and 5 deletions

1
codex-rs/Cargo.lock generated
View File

@@ -683,6 +683,7 @@ dependencies = [
"tree-sitter",
"tree-sitter-bash",
"uuid",
"walkdir",
"wildmatch",
"wiremock",
]