mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
chore: do not disable memories for past rollouts on reset (#17919)
This commit is contained in:
committed by
GitHub
Unverified
parent
b99a62c526
commit
5e544be3c9
@@ -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