Adam Perry @ OpenAI
3418498f01
Honor the configured SQLite home in the logs client ( #35695 )
...
## Why
`just log` derived the logs database path from `CODEX_HOME`, so it could read
the wrong database when `sqlite_home` or `CODEX_SQLITE_HOME` selected a
different location.
## What changed
- Move `logs_client` into `codex-cli` so it can resolve the shared
`SqliteConfig` through the standard configuration loader.
- Keep `--db` as a direct override that skips config loading and preserves
native path bytes.
- Update the `just log` recipes to run the client from its new crate.
## Testing
- Add coverage for bypassing invalid Codex config with `--db`.
- Add Unix coverage for non-UTF-8 database paths.
GitOrigin-RevId: fabd64a66543be26a6f5d3b5e509016c3270350e
2026-07-28 01:17:52 +00:00
..
2026-07-23 19:19:35 +00:00
2026-07-21 22:44:43 +00:00
2026-07-24 23:40:14 +00:00
2026-07-27 22:12:15 +00:00
2026-07-22 21:35:16 +00:00
2026-07-21 08:50:21 +00:00
2026-07-28 00:14:22 +00:00
2026-07-22 22:54:28 +00:00
2026-07-23 19:19:35 +00:00
2026-07-22 02:19:45 +00:00
2026-07-21 08:59:41 +00:00
2026-07-24 20:00:59 +00:00
2026-07-23 01:00:35 +00:00
2026-07-28 01:17:52 +00:00
2026-07-24 20:00:59 +00:00
2026-07-22 01:35:06 +00:00
2026-07-21 08:28:51 +00:00
2026-07-25 00:01:43 +00:00
2026-07-24 04:37:01 +00:00
2026-07-24 04:37:01 +00:00
2026-07-23 19:32:26 +00:00
2026-07-24 20:00:59 +00:00
2026-07-27 10:25:32 +00:00
2026-07-27 18:41:09 +00:00
2026-07-23 01:00:35 +00:00
2026-07-26 23:36:33 +00:00
2026-07-27 21:43:27 +00:00
2026-07-24 06:03:36 +00:00
2026-07-27 21:17:42 +00:00
2026-07-24 23:40:14 +00:00
2026-07-27 14:12:50 +00:00
2026-07-27 18:37:11 +00:00
2026-07-23 23:35:29 +00:00
2026-07-20 06:13:29 +00:00
2026-07-27 19:37:02 +00:00
2026-07-27 14:31:50 +00:00
2026-07-27 02:16:11 +00:00
2026-07-22 16:50:09 +00:00
2026-07-23 23:35:29 +00:00
2026-07-22 02:19:45 +00:00
2026-07-27 18:07:31 +00:00
2026-07-23 23:25:53 +00:00
2026-07-08 12:17:58 -04:00
2026-07-27 18:07:31 +00:00
2026-07-22 04:17:34 +00:00
2026-07-24 20:00:59 +00:00
2026-07-26 01:23:38 +00:00
2026-07-23 19:19:35 +00:00
2026-07-17 20:52:42 +00:00
2026-07-23 19:32:26 +00:00
2026-07-23 00:02:15 +00:00
2026-07-27 12:52:37 +00:00
2026-07-27 18:07:31 +00:00
2026-07-27 16:33:59 +00:00
2026-07-24 23:36:11 +00:00
2026-07-22 19:14:11 +00:00
2026-07-27 12:52:37 +00:00
2026-07-24 20:04:23 +00:00
2026-07-27 16:54:52 +00:00
2026-07-23 23:13:59 +00:00
2026-07-21 21:06:04 +00:00
2026-07-23 21:50:17 +00:00
2026-07-24 23:36:11 +00:00
2026-07-28 01:17:52 +00:00
2026-07-24 00:10:22 +00:00
2026-07-28 00:14:22 +00:00
2026-07-22 21:00:01 +00:00
2026-07-28 00:38:45 +00:00
2026-07-27 18:37:11 +00:00
2026-07-22 16:18:08 +00:00
2026-07-24 00:16:42 +00:00
2026-07-27 18:37:11 +00:00
2026-07-09 17:31:44 -07:00
2026-07-28 01:17:52 +00:00
2026-07-27 23:56:47 +00:00
2026-07-11 03:27:51 +00:00
2026-07-27 23:56:47 +00:00