← Back
OpenAI
Codex CLI 0.114.0 introduces experimental code mode and session hooks
OpenAI API · releasefeatureapisdk · developers.openai.com ↗

Overview

Codex CLI version 0.114.0 introduces several experimental features and improvements designed to enhance developer workflows and platform reliability. The release includes new capabilities for code isolation, session management, and improved integrations with deployment infrastructure.

New Features

Experimental Code Mode

  • Introduces an experimental code mode for more isolated coding workflows, allowing developers to run code in restricted environments with better separation of concerns.

Session Hooks Engine

  • Adds an experimental hooks engine supporting SessionStart and Stop hook events, enabling developers to execute custom logic at critical points in the session lifecycle.

Health Check Improvements

  • WebSocket app-server deployments now expose GET /readyz and GET /healthz endpoints on the same listener, simplifying health check configurations and improving Kubernetes integration.

Configuration Enhancements

  • New config switch allows developers to disable bundled system skills entirely for more granular control over available capabilities.

Handoff Context Improvements

  • Handoffs now carry realtime transcript context, improving continuity and context preservation when work is transferred between turns.

Refined Mention Picker

  • The $ mention picker now clearly labels Skills, Apps, and Plugins with improved plugin surfacing for better discoverability.

Installation

Install the latest version via npm:

npm install -g @openai/codex@0.114.0