From 3150be409aa1f4b6f8d1e2efa7a148ecb4be0e3e Mon Sep 17 00:00:00 2001 From: starr-openai Date: Tue, 21 Apr 2026 10:55:41 -0700 Subject: [PATCH] codex: remove verbose environment docs Co-authored-by: Codex --- codex-rs/app-server/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/codex-rs/app-server/README.md b/codex-rs/app-server/README.md index d817015984..02ab175fbd 100644 --- a/codex-rs/app-server/README.md +++ b/codex-rs/app-server/README.md @@ -519,8 +519,6 @@ Turns attach user input (text or images) to a thread and trigger Codex generatio You can optionally specify config overrides on the new turn. If specified, these settings become the default for subsequent turns on the same thread. `outputSchema` applies only to the current turn. -`environments` is experimental and requires `initialize.params.capabilities.experimentalApi = true`. When omitted or `null`, Codex uses the thread's default environment behavior. When set to `[]`, the turn runs without an agent-accessible environment. When set to one or more `{ "environmentId", "cwd" }` entries, Codex resolves each id against the configured environments and uses the first entry as the turn's primary environment and cwd. - `approvalsReviewer` accepts: - `"user"` — default. Review approval requests directly in the client.