External Publication
Visit Post

Add persistent user preference recall across Codex CLI conversations

OpenAI Developer Community June 19, 2026
Source
For most of what was mentioned, a good read of codex documentation would solve the issue. Briefly: 1. Codex allows storing instructions (skills/agents) on 2 levels: * globally in codex * per repo 2. Repeated prompts can be stored by you and reused however you need (do it just by stirring your files wherever you want, or use cool things like wisprflow snippets) 3. External memory solutions like MCP servers, your own tools+instructions, etc. For simple memory I would look into something like MunninDB or “second brain” concept (many have it built as an MCP server). Codex custom instructions doc to read: Custom instructions with AGENTS.md – Codex | OpenAI Developers Custom instructions with AGENTS.md – Codex | OpenAI Developers

Discussion in the ATmosphere

Loading comments...