From f560b213b624a20c697694ebf26f9fe24e3a2664 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 17:18:18 +0000 Subject: [PATCH] docs: update README and RELEASES for 0.151.0 --- README.md | 6 +-- RELEASES.md | 53 +++++++++++++++++++ config/codex-termux-release-manifest.json | 13 ++--- .../20260503_codex-termux-release-guidance.md | 6 +-- packages/codex-termux/README.md | 4 +- .../config/codex-termux-release-manifest.json | 13 ++--- 6 files changed, 75 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 1a30a30..2a3fef8 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ Public support is available for the published package. - Canonical package status: `published` - Public distribution status: `published` - Support status: `active` -- Latest audited version: `0.150.1` -- Tracked versions: `0.141.0`, `0.140.0`, `0.139.0`, `0.137.0`, `0.131.1`, `0.142.0`, `0.142.2`, `0.142.3`, `0.142.4`, `0.142.5`, `0.143.0`, `0.144.1`, `0.144.3`, `0.144.4`, `0.144.5`, `0.144.6`, `0.145.0`, `0.146.0`, `0.146.1`, `0.147.0`, `0.148.0`, `0.149.0`, `0.149.1`, `0.150.1` +- Latest audited version: `0.151.0` +- Tracked versions: `0.141.0`, `0.140.0`, `0.139.0`, `0.137.0`, `0.131.1`, `0.142.0`, `0.142.2`, `0.142.3`, `0.142.4`, `0.142.5`, `0.143.0`, `0.144.1`, `0.144.3`, `0.144.4`, `0.144.5`, `0.144.6`, `0.145.0`, `0.146.0`, `0.146.1`, `0.147.0`, `0.148.0`, `0.149.0`, `0.149.1`, `0.150.1`, `0.151.0` ## Install / インストール @@ -45,7 +45,7 @@ codex update ## Rollback / ロールバック ```sh -npm install -g @bash0816/codex-termux@0.149.1 +npm install -g @bash0816/codex-termux@0.150.1 ``` Package files: diff --git a/RELEASES.md b/RELEASES.md index bd66e43..000c8ee 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,56 @@ +## 0.151.0 — 2026-08-31 + +upstream openai/codex 0.151.0 追従。 + +**Upstream highlights / 主な変更(upstream)** + +## New Features + +- Added a configurable grace period for discovering tools from optional MCP servers. (#41199) +- Extensions can now inspect or replace MCP tool results before they reach the model. (#41202) +- Plugin catalogs now combine per-repository configuration and report invalid project marketplaces without hiding valid plugins. (#41208) + +## Bug Fixes + +- Preserved restored permission profiles across TUI turns and prevented `/cd` from weakening sandbox restrictions. (#41192) +- Kept tool availability and reasoning effort correct when switching models or falling back to another model. (#41195, #41206) +- Improved remote sandbox enforcement using the executor’s actual home directory, operating system, and path conventions. (#41196, #41204, #41207, #41209) +- Preserved structured MCP tool and resource errors in app-server responses. (#41196) +- Counted nested subagent token usage toward root goal budgets. (#41183) +- Prevented stale Guardian classifications from authorizing actions after permission state changes. (#41196) + +## Chores + +- Added telemetry for escalated stdin reviews and remote executor MCP discovery. (#41189, #41205) +- Stabilized Guardian WebSocket and core fixture tests under slow or highly concurrent CI. (#41191, #41194) + +## Changelog + +Full Changelog: https://github.com/openai/codex/compare/rust-v0.150.0...rust-v0.151.0 + +- #41183 Account subagent token usage toward root goals @copyberry +- #41189 Instrument stdin review size checks @copyberry +- #41191 Stabilize Guardian WebSocket tests @copyberry +- #41192 Preserve restored permission profiles in TUI sessions @copyberry +- #41193 Report affected capabilities from remote plugin syncs @copyberry +- #41194 Harden core test fixture startup assertions @copyberry +- #41195 Finalize model-specific tool plans in `ToolRouter` @copyberry +- #41196 Improve sandboxing, MCP errors, and cached approvals @copyberry +- #41199 Make the optional MCP startup grace configurable @copyberry +- #41202 Let extensions process MCP tool results @copyberry +- #41204 Propagate executor home directories into sandbox contexts @copyberry +- #41205 Track executor MCP discovery telemetry @copyberry +- #41206 Make Ultra reasoning fallback model-aware @copyberry +- #41207 Propagate executor OS into turn environments @copyberry +- #41208 Honor per-repository plugin configuration in catalog requests @copyberry +- #41209 Align deny-read matching with executor path semantics @copyberry + +### Install + +```sh +npm install -g @bash0816/codex-termux@0.151.0 +codex --version +``` ## 0.150.1 — 2026-08-28 upstream openai/codex 0.150.1 追従。 diff --git a/config/codex-termux-release-manifest.json b/config/codex-termux-release-manifest.json index 696b88f..ba29193 100644 --- a/config/codex-termux-release-manifest.json +++ b/config/codex-termux-release-manifest.json @@ -1,9 +1,9 @@ { "canonical_package_name": "@bash0816/codex-termux", - "canonical_package_status": "ready_to_publish", - "public_distribution_status": "staged_for_publish", + "canonical_package_status": "published", + "public_distribution_status": "published", "support_status": "active", - "latest_audited_version": "0.150.1", + "latest_audited_version": "0.151.0", "latest_candidate_version": "0.151.0", "previous_stable_version": "0.150.1", "candidate_state": "published", @@ -35,7 +35,8 @@ "0.148.0", "0.149.0", "0.149.1", - "0.150.1" + "0.150.1", + "0.151.0" ], "historical_baselines": [ "0.131.0", @@ -54,11 +55,11 @@ "update_command": "codex update", "update_guidance": "Run codex update to install the latest audited package version.", "manifest_url": "https://raw.githubusercontent.com/bash0816/Codex-Termux/main/config/codex-termux-release-manifest.json", - "rollback_version": "0.149.1", + "rollback_version": "0.150.1", "rollback_policy": "Reinstall an explicit published version with npm to roll back.", "distribution_strategy": "public-npm-package", "audited_at": "2026-07-01T00:00:00+09:00", - "updated_at": "2026-08-30T14:23:13.014Z", + "updated_at": "2026-08-30T17:18:17.824Z", "build_run_id": "33312458303", "source_sha": "78c290807ce710180111df227df3b7a4fe845452", "expected_build_run_id": "33312458303" diff --git a/docs/20260503_codex-termux-release-guidance.md b/docs/20260503_codex-termux-release-guidance.md index 02a3252..411c64d 100644 --- a/docs/20260503_codex-termux-release-guidance.md +++ b/docs/20260503_codex-termux-release-guidance.md @@ -6,8 +6,8 @@ - the package is published - public support is available - package name: `@bash0816/codex-termux` -- latest audited version: `0.150.1` -- tracked versions: `0.141.0`, `0.140.0`, `0.139.0`, `0.137.0`, `0.131.1`, `0.142.0`, `0.142.2`, `0.142.3`, `0.142.4`, `0.142.5`, `0.143.0`, `0.144.1`, `0.144.3`, `0.144.4`, `0.144.5`, `0.144.6`, `0.145.0`, `0.146.0`, `0.146.1`, `0.147.0`, `0.148.0`, `0.149.0`, `0.149.1`, `0.150.1` +- latest audited version: `0.151.0` +- tracked versions: `0.141.0`, `0.140.0`, `0.139.0`, `0.137.0`, `0.131.1`, `0.142.0`, `0.142.2`, `0.142.3`, `0.142.4`, `0.142.5`, `0.143.0`, `0.144.1`, `0.144.3`, `0.144.4`, `0.144.5`, `0.144.6`, `0.145.0`, `0.146.0`, `0.146.1`, `0.147.0`, `0.148.0`, `0.149.0`, `0.149.1`, `0.150.1`, `0.151.0` ## Current Scope @@ -37,7 +37,7 @@ Do not install the upstream `@openai/codex` package directly on Termux. ## Rollback ```sh -npm install -g @bash0816/codex-termux@0.149.1 +npm install -g @bash0816/codex-termux@0.150.1 ``` ## Source Of Truth diff --git a/packages/codex-termux/README.md b/packages/codex-termux/README.md index 21cfc47..298b085 100644 --- a/packages/codex-termux/README.md +++ b/packages/codex-termux/README.md @@ -7,8 +7,8 @@ Termux 向け Codex package です。 - Canonical package status: `published` - Public distribution status: `published` - Support status: `active` -- Latest audited version: `0.150.1` -- Tracked versions: `0.141.0`, `0.140.0`, `0.139.0`, `0.137.0`, `0.131.1`, `0.142.0`, `0.142.2`, `0.142.3`, `0.142.4`, `0.142.5`, `0.143.0`, `0.144.1`, `0.144.3`, `0.144.4`, `0.144.5`, `0.144.6`, `0.145.0`, `0.146.0`, `0.146.1`, `0.147.0`, `0.148.0`, `0.149.0`, `0.149.1`, `0.150.1` +- Latest audited version: `0.151.0` +- Tracked versions: `0.141.0`, `0.140.0`, `0.139.0`, `0.137.0`, `0.131.1`, `0.142.0`, `0.142.2`, `0.142.3`, `0.142.4`, `0.142.5`, `0.143.0`, `0.144.1`, `0.144.3`, `0.144.4`, `0.144.5`, `0.144.6`, `0.145.0`, `0.146.0`, `0.146.1`, `0.147.0`, `0.148.0`, `0.149.0`, `0.149.1`, `0.150.1`, `0.151.0` - Update strategy: `npm_reinstall_audited_package` ## Scope diff --git a/packages/codex-termux/config/codex-termux-release-manifest.json b/packages/codex-termux/config/codex-termux-release-manifest.json index b0d6c11..4cf540f 100644 --- a/packages/codex-termux/config/codex-termux-release-manifest.json +++ b/packages/codex-termux/config/codex-termux-release-manifest.json @@ -1,9 +1,9 @@ { "canonical_package_name": "@bash0816/codex-termux", - "canonical_package_status": "ready_to_publish", - "public_distribution_status": "staged_for_publish", + "canonical_package_status": "published", + "public_distribution_status": "published", "support_status": "active", - "latest_audited_version": "0.150.1", + "latest_audited_version": "0.151.0", "latest_candidate_version": "0.151.0", "previous_stable_version": "0.150.1", "candidate_state": "published", @@ -32,21 +32,22 @@ "0.148.0", "0.149.0", "0.149.1", - "0.150.1" + "0.150.1", + "0.151.0" ], "historical_baselines": [ "0.131.0", "0.128.0" ], "gate_summary": "0.144.3 published as @latest. Build run 29282002840.", - "rollback_version": "0.149.1", + "rollback_version": "0.150.1", "install_command": "npm install -g @bash0816/codex-termux@latest", "update_strategy": "npm_reinstall_audited_package", "manifest_url": "https://raw.githubusercontent.com/bash0816/Codex-Termux/main/config/codex-termux-release-manifest.json", "rollback_policy": "Reinstall an explicit published version with npm to roll back.", "distribution_strategy": "public-npm-package", "audited_at": "2026-07-01T00:00:00+09:00", - "updated_at": "2026-08-30T14:23:13.014Z", + "updated_at": "2026-08-30T17:18:17.824Z", "platform": "android", "arch": "arm64", "planned_wrapper_package": {