Re-enable it (#18002)

Reverts openai/codex#17981
This commit is contained in:
jif-oai
2026-04-15 22:09:41 +01:00
committed by GitHub
Unverified
parent bc969b6516
commit 83dc8da9cc
3 changed files with 6 additions and 3 deletions
-1
View File
@@ -195,7 +195,6 @@ impl SlashCommand {
SlashCommand::SandboxReadRoot => cfg!(target_os = "windows"),
SlashCommand::Copy => !cfg!(target_os = "android"),
SlashCommand::Rollout | SlashCommand::TestApproval => cfg!(debug_assertions),
SlashCommand::Memories => false,
_ => true,
}
}