用 codex features 查看实际生效的开关

别靠记忆。list / enable / disable 会持久化进 config.toml。

codex features list
codex features enable memories
codex features disable remote_connections

常见开关:hooks(旧名 codex_hooks)、unified_exec(Windows 默认关)、shell_snapshotmulti_agentmemoriesfast_modeundo(稳定但默认关)、codex_git_commit(开发中、默认关,管提交 trailer)、remote_plugin(稳定、默认开,关远程插件目录)。一次性也可用 codex --enable memories

/experimental 也可从 TUI 把实验功能写进 config。

开 memories 前先读隐私影响:记忆是按用户而不是按项目的,默认不要注入不信任会话。

来源