Codex CLI 0.145.0: Amazon Bedrock Login, Audio Inputs, Paginated Thread History, and Stabilized Multi-Agent
What's new
- Amazon Bedrock + custom endpoints: Enterprise Codex CLI deployment without an OpenAI account — log in via AWS Bedrock or a custom API endpoint.
- Audio inputs: Voice-based interaction with the Codex CLI coding agent.
- Paginated thread history (experimental): Efficient pagination with search and session resume capabilities across past conversations.
- Stabilized multi-agent: Improved navigation and more reliable terminal workflows in multi-agent scenarios.
- Multi-folder projects: Local projects now support multiple related folders; primary folder drives Git operations and chat creation.
- Expanded import: Migrate settings from competing tools.
Why it matters
Bedrock integration opens Codex CLI to enterprise teams in regulated environments. The combination of audio inputs, multi-folder support, and stabilized multi-agent moves Codex CLI toward a full-featured agentic coding assistant that lives entirely in the terminal.
How to try it
Update via npm install -g @openai/codex to version 0.145.0. Configure Bedrock via --endpoint flag. Audio inputs available on supported platforms.
Open original source
OpenAI