Skip to main content

Feature

Enum Feature 

Source
pub enum Feature {
Show 96 variants ShellTool, CodexHooks, SecretAuthStorage, CodeMode, CodeModeBufferedExec, CodeModeHost, CodeModeOnly, UnifiedExec, ShellZshFork, UnifiedExecZshFork, TerminalResizeReflow, TerminalVisualizationInstructions, ApplyPatchStreamingEvents, ExecPermissionApprovals, RequestPermissionsTool, WebSearchRequest, WebSearchCached, StandaloneWebSearch, UseLegacyLandlock, ShellSnapshot, DeferredExecutor, RuntimeMetrics, MemoryTool, ExternalAgentMemoryImport, LocalThreadStoreCompression, Chronicle, EnableRequestCompression, NetworkProxy, RespectSystemProxy, Collab, MultiAgentV2, MultiAgentMode, SpawnCsv, Apps, EnableMcpApps, AppsMcpPathOverride, ToolSearch, ToolSearchAlwaysDeferMcpTools, NonPrefixedMcpToolNames, ToolSuggest, Plugins, ExecutorCapabilityDiscovery, PluginHooks, InAppBrowser, BrowserUse, BrowserUseFullCdpAccess, BrowserUseExternal, ComputerUse, RemotePlugin, PluginSharing, ExternalMigration, ImageGeneration, ResizeAllImages, ItemIds, ConcurrentReasoningSummaries, SkillMcpDependencyInstall, SkillSearch, SkillEnvVarDependencyPrompt, MentionsV2, DefaultModeRequestUserInput, GuardianApproval, Goals, TokenBudget, RolloutBudget, CurrentTimeReminder, ToolCallMcpElicitation, AuthElicitation, Personality, Artifact, FastMode, RealtimeConversation, PreventIdleSleep, RemoteCompactionV2, UseAgentIdentity, WorkspaceDependencies, GhostCommit, JsRepl, JsReplToolsOnly, SearchTool, UseLinuxSandboxBwrap, RequestRule, WindowsSandbox, WindowsSandboxElevated, RemoteModels, CodexGitCommit, Sqlite, ApplyPatchFreeform, UnavailableDummyTools, Steer, CollaborationModes, RemoteControl, ImageDetailOriginal, TuiAppServer, WorkspaceOwnerUsageNudge, ResponsesWebsockets, ResponsesWebsocketsV2,
}
Expand description

Unique features toggled via configuration.

Variants§

§

ShellTool

Enable the default shell tool.

§

CodexHooks

Enable Claude-style lifecycle hooks loaded from hooks.json files.

§

SecretAuthStorage

Store CLI auth in the encrypted local secrets backend when keyring storage is selected.

§

CodeMode

Enable JavaScript code mode backed by the in-process V8 runtime.

§

CodeModeBufferedExec

Use a 30-second default yield timeout for code mode exec calls.

§

CodeModeHost

Run JavaScript code mode in the standalone host process.

§

CodeModeOnly

Restrict model-visible tools to code mode entrypoints (exec, wait).

§

UnifiedExec

Use the single unified PTY-backed exec tool.

§

ShellZshFork

Route shell tool execution through the zsh exec bridge.

§

UnifiedExecZshFork

Allow unified exec to compose with the zsh exec bridge.

This flag is only a composition gate. Enabling it by itself must not turn on either unified_exec or shell_zsh_fork because those features have separate rollout and enterprise controls.

§

TerminalResizeReflow

Removed compatibility flag. Transcript scrollback reflow on terminal resize is always on.

§

TerminalVisualizationInstructions

Add terminal-specific visualization guidance to TUI developer instructions.

§

ApplyPatchStreamingEvents

Stream structured progress while apply_patch input is being generated.

§

ExecPermissionApprovals

Allow exec tools to request additional permissions while staying sandboxed.

§

RequestPermissionsTool

Expose the built-in request_permissions tool.

§

WebSearchRequest

Allow the model to request web searches that fetch live content.

§

WebSearchCached

Allow the model to request web searches that fetch cached content. Takes precedence over WebSearchRequest.

§

StandaloneWebSearch

Expose the extension-backed standalone web search tool.

§

UseLegacyLandlock

Use the legacy Landlock Linux sandbox fallback instead of the default bubblewrap pipeline.

§

ShellSnapshot

Experimental shell snapshotting.

§

DeferredExecutor

Allow turns to start while selected executors are still starting.

§

RuntimeMetrics

Enable runtime metrics snapshots via a manual reader.

§

MemoryTool

Enable startup memory extraction and file-backed memory consolidation.

§

ExternalAgentMemoryImport

Enable importing project-scoped memory from external agents.

§

LocalThreadStoreCompression

Compress cold local thread-store rollout files.

§

Chronicle

Enable the Chronicle sidecar for passive screen-context memories.

§

EnableRequestCompression

Compress request bodies (zstd) when sending streaming requests to codex-backend.

§

NetworkProxy

Start the managed network proxy for sandboxed sessions.

§

RespectSystemProxy

Respect host system proxy settings for Codex-owned network clients.

§

Collab

Enable collab tools.

§

MultiAgentV2

Enable task-path-based multi-agent routing.

§

MultiAgentMode

Removed compatibility flag retained as a no-op.

§

SpawnCsv

Removed compatibility flag for the deleted agent-job tools.

§

Apps

Enable apps.

§

EnableMcpApps

Enable MCP apps.

§

AppsMcpPathOverride

Removed compatibility flag for the legacy Apps MCP path override.

§

ToolSearch

Removed compatibility flag retained as a no-op now that tool_search is always enabled.

§

ToolSearchAlwaysDeferMcpTools

Removed compatibility flag. MCP tools are always deferred when tool_search is available.

§

NonPrefixedMcpToolNames

Expose MCP model-visible namespaces without the legacy mcp__ prefix.

§

ToolSuggest

Enable discoverable tool suggestions for apps.

§

Plugins

Enable plugins.

§

ExecutorCapabilityDiscovery

Discover selected-root plugin and skill manifests through one high-level exec-server RPC.

§

PluginHooks

Removed compatibility flag for plugin-bundled lifecycle hooks.

§

InAppBrowser

Allow the in-app browser pane in desktop apps.

Requirements-only gate: this should be set from requirements, not user config.

§

BrowserUse

Allow Browser Use agent integration in desktop apps.

Requirements-only gate: this should be set from requirements, not user config.

§

BrowserUseFullCdpAccess

Allow Browser Use integration to access the full Chrome DevTools Protocol surface.

Requirements-only gate: this should be set from requirements, not user config.

§

BrowserUseExternal

Allow Browser Use integration with external browsers.

Requirements-only gate: this should be set from requirements, not user config.

§

ComputerUse

Allow Codex Computer Use.

Requirements-only gate: this should be set from requirements, not user config.

§

RemotePlugin

Enable the PS-backed remote plugin catalog.

§

PluginSharing

Enable remote plugin sharing flows.

§

ExternalMigration

Removed compatibility flag retained as a no-op.

§

ImageGeneration

Enable extension-backed image generation.

§

ResizeAllImages

Removed compatibility flag for always-on centralized image preparation.

§

ItemIds

Removed compatibility flag for always-on response item IDs.

§

ConcurrentReasoningSummaries

Request sequential cutoff reasoning summary delivery.

§

SkillMcpDependencyInstall

Allow prompting and installing missing MCP dependencies.

§

SkillSearch

Run cheap skill-search methods in shadow mode and emit experiment metrics.

§

SkillEnvVarDependencyPrompt

Removed compatibility flag for deleted skill env var dependency prompting.

§

MentionsV2

Enable the unified mention popup used by default in the TUI.

§

DefaultModeRequestUserInput

Allow request_user_input in Default collaboration mode.

§

GuardianApproval

Enable automatic review for approval prompts.

§

Goals

Enable persisted thread goals and automatic goal continuation.

§

TokenBudget

Add current context-window metadata to model-visible context.

§

RolloutBudget

Track and report a shared token budget across a session’s agent threads.

§

CurrentTimeReminder

Add current-time reminders to model-visible context.

§

ToolCallMcpElicitation

Route MCP tool approval prompts through the MCP elicitation request path.

§

AuthElicitation

Prompt Codex Apps connector auth failures through MCP URL elicitations.

§

Personality

Enable personality selection in the TUI.

§

Artifact

Enable native artifact tools.

§

FastMode

Enable Fast mode selection in the TUI and request layer.

§

RealtimeConversation

Enable experimental realtime voice conversation mode in the TUI.

§

PreventIdleSleep

Prevent idle system sleep while a turn is actively running.

§

RemoteCompactionV2

Enable remote compaction v2 over the normal Responses API.

§

UseAgentIdentity

Use Agent Identity for ChatGPT-authenticated sessions.

§

WorkspaceDependencies

Enable workspace dependency support.

§

GhostCommit

Removed compatibility flag retained as a no-op so old configs can still parse undo.

§

JsRepl

Removed compatibility flag for the deleted JavaScript REPL feature.

§

JsReplToolsOnly

Removed compatibility flag for the deleted JavaScript REPL tool-only mode.

§

SearchTool

Legacy search-tool feature flag kept for backward compatibility.

§

UseLinuxSandboxBwrap

Removed legacy Linux bubblewrap opt-in flag retained as a no-op so old wrappers and config can still parse it.

§

RequestRule

Allow the model to request approval and propose exec rules.

§

WindowsSandbox

Enable Windows sandbox (restricted token) on Windows.

§

WindowsSandboxElevated

Use the elevated Windows sandbox pipeline (setup + runner).

§

RemoteModels

Legacy remote models flag kept for backward compatibility.

§

CodexGitCommit

Removed legacy git commit attribution guidance flag.

§

Sqlite

Persist rollout metadata to a local SQLite database.

§

ApplyPatchFreeform

Removed compatibility flag for the deleted apply_patch fallback feature.

§

UnavailableDummyTools

Removed compatibility flag for the deleted unavailable-tool placeholder backfill.

§

Steer

Steer feature flag - when enabled, Enter submits immediately instead of queuing. Kept for config backward compatibility; behavior is always steer-enabled.

§

CollaborationModes

Enable collaboration modes (Plan, Default). Kept for config backward compatibility; behavior is always collaboration-modes-enabled.

§

RemoteControl

Removed compatibility flag for the deleted remote control feature.

§

ImageDetailOriginal

Removed compatibility flag retained as a no-op so old wrappers can still pass --enable image_detail_original.

§

TuiAppServer

Removed compatibility flag. The TUI now always uses the app-server implementation.

§

WorkspaceOwnerUsageNudge

Removed compatibility flag retained as a no-op now that workspace owner usage nudges are always enabled.

§

ResponsesWebsockets

Legacy rollout flag for Responses API WebSocket transport experiments.

§

ResponsesWebsocketsV2

Legacy rollout flag for Responses API WebSocket transport v2 experiments.

Implementations§

Source§

impl Feature

Source

pub fn key(self) -> &'static str

Source

pub fn stage(self) -> Stage

Source

pub fn default_enabled(self) -> bool

Trait Implementations§

Source§

impl Clone for Feature

Source§

fn clone(&self) -> Feature

Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Copy for Feature

Source§

impl Debug for Feature

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Eq for Feature

Source§

impl Hash for Feature

Source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · Source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
Source§

impl Ord for Feature

Source§

fn cmp(&self, other: &Feature) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 (const: unstable) · Source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 (const: unstable) · Source§

fn clamp(self, min: Self, max: Self) -> Self
where Self: Sized,

Restrict a value to a certain interval. Read more
Source§

impl PartialEq for Feature

Source§

fn eq(&self, other: &Feature) -> bool

Equality operator ==. Read more
1.0.0 (const: unstable) · Source§

fn ne(&self, other: &Rhs) -> bool

Inequality operator !=. Read more
Source§

impl PartialOrd for Feature

Source§

fn partial_cmp(&self, other: &Feature) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 (const: unstable) · Source§

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 (const: unstable) · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 (const: unstable) · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 (const: unstable) · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl StructuralPartialEq for Feature

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where T: 'a,

Source§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

Source§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where T: 'a,

Source§

fn implicit( self, class: Class, constructed: bool, tag: u32, ) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
where ST: ?Sized, DT: ?Sized,

Source§

impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
where ST: ?Sized, DT: ?Sized,

Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<Q, K> Comparable<K> for Q
where Q: Ord + ?Sized, K: Borrow<Q> + ?Sized,

Source§

fn compare(&self, key: &K) -> Ordering

Compare self to key and return their ordering.
Source§

impl<T> DynClone for T
where T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

Source§

impl<Q, K> Equivalent<K> for Q
where Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,

Source§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
Source§

impl<Q, K> Equivalent<K> for Q
where Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,

Source§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
Source§

impl<T> ErasedDestructor for T
where T: 'static,

Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T> FromRef<T> for T
where T: Clone,

Source§

fn from_ref(input: &T) -> T

Converts to this type from a reference to the input type.
Source§

impl<T> FutureExt for T

Source§

fn with_context(self, otel_cx: Context) -> WithContext<Self>

Attaches the provided Context to this type, returning a WithContext wrapper. Read more
Source§

fn with_current_context(self) -> WithContext<Self>

Attaches the current Context to this type, returning a WithContext wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> if into_left is true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> if into_left(&self) returns true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
Source§

impl<T> IntoRequest<T> for T

Source§

fn into_request(self) -> Request<T>

Wrap the input message T in a tonic::Request
Source§

impl<L> LayerExt<L> for L

Source§

fn named_layer<S>(&self, service: S) -> Layered<<L as Layer<S>>::Service, S>
where L: Layer<S>,

Applies the layer to a service and wraps it in Layered.
Source§

impl<T> Pointable for T

Source§

const ALIGN: usize

The alignment of pointer.
Source§

type Init = T

The type for initializers.
Source§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
Source§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
Source§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
Source§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> PolicyExt for T
where T: ?Sized,

Source§

fn and<P, B, E>(self, other: P) -> And<T, P>
where T: Sized + Policy<B, E>, P: Policy<B, E>,

Create a new Policy that returns Action::Follow only if self and other return Action::Follow. Read more
Source§

fn or<P, B, E>(self, other: P) -> Or<T, P>
where T: Sized + Policy<B, E>, P: Policy<B, E>,

Create a new Policy that returns Action::Follow if either self or other returns Action::Follow. Read more
Source§

impl<T> PolicyExt for T
where T: ?Sized,

Source§

fn and<P, B, E>(self, other: P) -> And<T, P>
where T: Sized + Policy<B, E>, P: Policy<B, E>,

Create a new Policy that returns Action::Follow only if self and other return Action::Follow. Read more
Source§

fn or<P, B, E>(self, other: P) -> Or<T, P>
where T: Sized + Policy<B, E>, P: Policy<B, E>,

Create a new Policy that returns Action::Follow if either self or other returns Action::Follow. Read more
Source§

impl<T, U> RamaFrom<T> for U
where U: From<T>,

Source§

fn rama_from(value: T) -> U

Source§

impl<T, U, CrateMarker> RamaInto<U, CrateMarker> for T
where U: RamaFrom<T, CrateMarker>,

Source§

fn rama_into(self) -> U

Source§

impl<T, U> RamaTryFrom<T> for U
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

Source§

fn rama_try_from(value: T) -> Result<U, <U as RamaTryFrom<T>>::Error>

Source§

impl<T, U, CrateMarker> RamaTryInto<U, CrateMarker> for T
where U: RamaTryFrom<T, CrateMarker>,

Source§

type Error = <U as RamaTryFrom<T, CrateMarker>>::Error

Source§

fn rama_try_into(self) -> Result<U, <U as RamaTryFrom<T, CrateMarker>>::Error>

Source§

impl<T> Read<Exclusive, BecauseExclusive> for T
where T: ?Sized,

Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<V, T> VZip<V> for T
where V: MultiLane<T>,

Source§

fn vzip(self) -> V

Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more