TypeWhisper 1.2.2 is a stable maintenance release centered on the rebuilt OpenAI integration. The bundled OpenAI plugin is now presented as OpenAI / ChatGPT and can use either a traditional API key or a ChatGPT/Codex login for prompt processing.
Highlights
- OpenAI / ChatGPT login - the bundled OpenAI plugin now supports browser-based ChatGPT/Codex OAuth in addition to API-key auth.
- Better GPT-5 and Codex support - reasoning effort can be tuned directly in plugin settings, and the bundled model list now includes current GPT-5/Codex variants such as
GPT-5.3-Codex-Spark. - Fixed Codex response handling - the ChatGPT/Codex path now speaks the actual Codex Responses protocol, including the required request shape and SSE response parsing.
Fixes & Compatibility
- Fixed
400failures from the ChatGPT/Codex endpoint caused by the old request format. - Improved OpenAI OAuth compatibility for the browser login flow and Codex login import.
- Restored SDK compatibility for external plugins after extending the OpenAI chat helper, so older plugin builds keep loading correctly.
- The marketplace OpenAI / ChatGPT plugin now correctly requires TypeWhisper
1.2.2or newer.