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
parent bc969b6516
commit 83dc8da9cc
3 changed files with 6 additions and 3 deletions

View File

@@ -293,7 +293,7 @@ mod tests {
CommandItem::Builtin(cmd) => cmd.command(),
})
.collect();
assert_eq!(cmds, vec!["model", "mention", "mcp"]);
assert_eq!(cmds, vec!["model", "memories", "mention", "mcp"]);
}
#[test]