Sublime Text Codex Integration

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

7 Likes

Nice! Have been using Codex a little, maybe this will spice my Codex relationship up :slight_smile:

Am I reading correctly that the pugin is working with MAC only?

" By default the plug-in looks for the binary at:

  • macOS (Homebrew): /opt/homebrew/bin/codex"

Am I reading correctly that the pugin is working with MAC only?

Not at all, it’s just looking to macos specific codex $PATH by default. So if you’re linux/windows user you have to update this setting manually.

Also feel free to ping me in gh if you face any issues with it working of a different than mac platforms, as I’ve tested it only on mac so far.

2 Likes