mirror of
https://github.com/openai/codex.git
synced 2026-05-02 02:17:22 +00:00
chore: do not disable memories for past rollouts on reset (#17919)
This commit is contained in:
@@ -1269,7 +1269,7 @@ async fn run_debug_clear_memories_command(
|
||||
let state_db =
|
||||
StateRuntime::init(config.sqlite_home.clone(), config.model_provider_id.clone())
|
||||
.await?;
|
||||
state_db.reset_memory_data_for_fresh_start().await?;
|
||||
state_db.clear_memory_data().await?;
|
||||
cleared_state_db = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user