On June 4, OpenAI announced a comprehensive upgrade for its programming tool, Codex, adding voice input and internet connectivity features. This update not only made Codex available to ChatGPT Plus users but also greatly improved developers' efficiency.
In the new version, Codex can access the internet while executing tasks. This means that developers no longer need to manually configure settings; Codex can automatically install basic dependencies, run code checks (linting), and perform tests, and even execute scripts that require access to test servers. This feature brings great convenience to the programming process, allowing developers to focus more on logic and functionality rather than environment configuration.
It is worth noting that OpenAI has adopted a cautious attitude toward promoting the internet connectivity feature. By default, this feature is turned off, and users can finely control the domains and HTTP methods that Codex can access. At the same time, OpenAI is monitoring potential prompt injection attacks to prevent malicious actors from hijacking network requests and ensure user safety.
In addition to the internet connectivity feature, OpenAI has also lowered the usage threshold for Codex. Previously, Codex was limited to Enterprise, Team, and Pro users, but now monthly ChatGPT Plus users who pay $20 can also use this tool to create programming environments and delegate tasks to AI. For developers hoping to use AI-assisted programming, this is undoubtedly good news.
Furthermore, OpenAI has introduced a voice input feature. Users can verbally describe tasks, allowing Codex to naturally receive instructions. This feature is particularly suitable for developers who are accustomed to expressing their thoughts orally, further improving the usability of the tool. Additionally, Codex now supports updating existing pull requests instead of creating a new one for each iteration, reducing the confusion in the codebase and helping improve the efficiency of code reviews.
At the technical level, OpenAI has made several underlying improvements to Codex, including expanding diff limits, accelerating setup scripts, optimizing performance on the iOS platform, and improving the connection process with GitHub. Moreover, for teams using single sign-on (SSO) or social login, two-factor authentication (2FA) is no longer mandatory.
Key Points:
🆕 The new OpenAI Codex adds internet connectivity and voice input features, enhancing developer efficiency.
🔒 By default, the internet connectivity feature is disabled, and users can finely control access permissions to ensure security.
💰 Codex is now available to ChatGPT Plus users who pay $20 per month, lowering the usage barrier.