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.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 / インストール

Expand All @@ -45,7 +45,7 @@ codex update
## Rollback / ロールバック

```sh
npm install -g @bash0816/[email protected].0
npm install -g @bash0816/[email protected].1
```

Package files:
Expand Down
21 changes: 21 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -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/[email protected]
codex --version
```
## 0.149.1 — 2026-08-25

upstream openai/codex 0.149.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.149.1",
"latest_audited_version": "0.150.1",
"latest_candidate_version": "0.150.1",
"previous_stable_version": "0.149.1",
"candidate_state": "published",
Expand Down Expand Up @@ -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",
Expand All @@ -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"
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.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

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/[email protected].0
npm install -g @bash0816/[email protected].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.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
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.149.1",
"latest_audited_version": "0.150.1",
"latest_candidate_version": "0.150.1",
"previous_stable_version": "0.149.1",
"candidate_state": "published",
Expand Down Expand Up @@ -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": {
Expand Down