·
27 commits
to develop
since this release
Codex for Sublime Text - 1.146.1
This patch moves the plugin to Sublime Text's Python 3.14 runtime.
Highlights
- Explicitly selects the Python 3.14 plugin host.
- Sets Sublime Text build 4205 as the minimum supported editor version.
- Modernizes type annotations to built-in generics and union syntax.
- Uses timezone-aware UTC timestamps instead of deprecated
datetime.utcnow(). - Removes obsolete pre-app-server turn configuration code.
Compatibility
- Plugin
1.146.1 - codex-cli
0.146.0 - Sublime Text build 4205 or newer
- Python plugin host
3.14