Hey guys.
Recently I’ve developed plugin that provides first class codex-ST integration: GitHub - yaroslavyaroslav/CodexSublime: Sublime Text frontend for OpenAI Codex
It’s just a wrapper around codex-cli backend yet it appears that this is more than enough to never run codex in terminal again.
In specific it has all the things that I wanted to but never have capacity to implement in the original one:
- Full scale MCP servers support
- various providers support like: Gemini, Antropic, Deepseek and some others.
From the ST integration perspective there are these features yet:
- provider per project configuration (i.e. set model, sandbox rules strictness).
- input pane — separate md syntax view.
- output pane — can be either output panel or separate view (symbols, search and all the ST goodies available).
- Parallel execution (each window has it’s own codex instance attached)
As always: share, tweet, hit star button