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

View File

@@ -65,4 +65,5 @@ predicates = "3"
pretty_assertions = "1.4.1"
tempfile = "3"
tokio-test = "0.4"
walkdir = "2.5.0"
wiremock = "0.6"