From 28306c6a378cbb458405ff408d24fcafd64270b2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 22:54:30 +0000 Subject: [PATCH] docs: update README and RELEASES for 0.150.1 --- README.md | 6 +++--- RELEASES.md | 21 +++++++++++++++++++ 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, 43 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 9e8b93a..1a30a30 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.149.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` +- 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` ## Install / インストール @@ -45,7 +45,7 @@ codex update ## Rollback / ロールバック ```sh -npm install -g @bash0816/codex-termux@0.149.0 +npm install -g @bash0816/codex-termux@0.149.1 ``` Package files: diff --git a/RELEASES.md b/RELEASES.md index 383e0ca..bd66e43 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,24 @@ +## 0.150.1 — 2026-08-28 + +upstream openai/codex 0.150.1 追従。 + +**Upstream highlights / 主な変更(upstream)** + +## Bug Fixes +- Remote compaction now counts retained images toward its token budget by default, trimming older images as needed. (#41003) + +## Changelog + +Full Changelog: https://github.com/openai/codex/compare/rust-v0.150.0...rust-v0.150.1 + +- #41003 Backport retained-image compaction budgeting to 0.150 @rhan-oai + +### Install + +```sh +npm install -g @bash0816/codex-termux@0.150.1 +codex --version +``` ## 0.149.1 — 2026-08-25 upstream openai/codex 0.149.1 追従。 diff --git a/config/codex-termux-release-manifest.json b/config/codex-termux-release-manifest.json index 8250cc4..0b87495 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.149.1", + "latest_audited_version": "0.150.1", "latest_candidate_version": "0.150.1", "previous_stable_version": "0.149.1", "candidate_state": "published", @@ -34,7 +34,8 @@ "0.147.0", "0.148.0", "0.149.0", - "0.149.1" + "0.149.1", + "0.150.1" ], "historical_baselines": [ "0.131.0", @@ -53,11 +54,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.0", + "rollback_version": "0.149.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-27T19:38:57.046Z", + "updated_at": "2026-08-27T22:54:27.729Z", "build_run_id": "33102511621", "source_sha": "90854393966b21e9ebfd21b122334eb09a20c93d", "expected_build_run_id": "33102511621" diff --git a/docs/20260503_codex-termux-release-guidance.md b/docs/20260503_codex-termux-release-guidance.md index 8d26a1e..02a3252 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.149.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` +- 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` ## 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.0 +npm install -g @bash0816/codex-termux@0.149.1 ``` ## Source Of Truth diff --git a/packages/codex-termux/README.md b/packages/codex-termux/README.md index 101d629..21cfc47 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.149.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` +- 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` - 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 0bca8a3..737672c 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.149.1", + "latest_audited_version": "0.150.1", "latest_candidate_version": "0.150.1", "previous_stable_version": "0.149.1", "candidate_state": "published", @@ -31,21 +31,22 @@ "0.147.0", "0.148.0", "0.149.0", - "0.149.1" + "0.149.1", + "0.150.1" ], "historical_baselines": [ "0.131.0", "0.128.0" ], "gate_summary": "0.144.3 published as @latest. Build run 29282002840.", - "rollback_version": "0.149.0", + "rollback_version": "0.149.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-27T19:38:57.046Z", + "updated_at": "2026-08-27T22:54:27.729Z", "platform": "android", "arch": "arm64", "planned_wrapper_package": {