Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 / インストール

Expand All @@ -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:
Expand Down
53 changes: 53 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -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 追従。
Expand Down
13 changes: 7 additions & 6 deletions config/codex-termux-release-manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions docs/20260503_codex-termux-release-guidance.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/codex-termux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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": {
Expand Down