Command reference ยท Codex CLI
/personality
Chooses how Codex responds, when the model supports personalities.
/personality chooses a communication style for Codex's responses, provided the currently used model supports personalities. This lets you make Codex sound more concise, more explanatory, or more collaborative, for example. According to the docs, the command only changes the tone and style of the responses โ not your actual instructions and not the technical content of the work.
Like /fast, /personality is documented both in the pure terminal CLI command list and in the general Codex command reference, so it's a regular terminal CLI feature and not a desktop-app-exclusive one. Despite the unusual name, it's not an easter egg but an officially documented feature โ whether it's available for your current model depends on the model itself, similar to /fast.
โ WHEN TO USE IT?
Adjust the response style to your own working style, e.g. more concise instead of detailed
/personality
Check which styles are now available after switching models
switch /model, then open /personality
โ WHEN NOT TO?
The current model doesn't support personalities
According to the docs, /personality is only available if the model offers this feature.
Better: choose a model that supports personalities via /model
SOURCES
- Codex CLI docs: Slash Commands โ learn.chatgpt.com
MORE COMMANDS ยท Codex CLI