Files
codex/codex-rs/core/src
T
Michael Bolin 295ca27e98 fix: Scope ExecSessionManager to Session instead of using global singleton (#2664)
The `SessionManager` in `exec_command` owns a number of
`ExecCommandSession` objects where `ExecCommandSession` has a
non-trivial implementation of `Drop`, so we want to be able to drop an
individual `SessionManager` to help ensure things get cleaned up in a
timely fashion. To that end, we should have one `SessionManager` per
session rather than one global one for the lifetime of the CLI process.
295ca27e98 · 2025-08-24 22:52:49 -07:00
History
..
2025-08-23 22:58:56 -07:00
2025-08-23 22:58:56 -07:00
2025-08-23 22:58:56 -07:00
2025-08-23 16:54:31 +00:00
2025-08-22 22:18:54 +00:00
2025-08-19 13:22:02 -07:00