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
4 changes: 2 additions & 2 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.144.5`
- 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`
- Latest audited version: `0.144.6`
- 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`

## Install / インストール

Expand Down
23 changes: 23 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## 0.144.6 — 2026-07-20

upstream openai/codex 0.144.6 追従。

**Upstream highlights / 主な変更(upstream)**

## Bug Fixes

- Refreshed bundled instructions for GPT-5.6 Sol, Terra, and Luna, and corrected their context windows to 272,000 tokens. (#33972, #34009)

## Changelog

Full Changelog: https://github.com/openai/codex/compare/rust-v0.144.5...rust-v0.144.6

- #33972 Backport refreshed bundled model metadata to 0.144 @sayan-oai
- #34009 Narrow 0.144 hotfix to GPT-5.6 prompts and context @sayan-oai

### Install

```sh
npm install -g @bash0816/codex-termux@0.144.6
codex --version
```
## 0.144.5 — 2026-07-18

upstream openai/codex 0.144.5 追従。
Expand Down
11 changes: 6 additions & 5 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.144.5",
"latest_audited_version": "0.144.6",
"latest_candidate_version": "0.144.6",
"previous_stable_version": "0.144.5",
"candidate_state": "published",
Expand All @@ -26,7 +26,8 @@
"0.144.1",
"0.144.3",
"0.144.4",
"0.144.5"
"0.144.5",
"0.144.6"
],
"historical_baselines": [
"0.131.0",
Expand All @@ -49,7 +50,7 @@
"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-07-19T21:17:26.812Z",
"updated_at": "2026-07-20T08:19:50.604Z",
"build_run_id": "29701985280",
"source_sha": "5d1fbf26c43abc65a203928b2e31561cb039e06d",
"expected_build_run_id": "29701985280"
Expand Down
4 changes: 2 additions & 2 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.144.5`
- 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`
- latest audited version: `0.144.6`
- 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`

## Current Scope

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.144.5`
- 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`
- Latest audited version: `0.144.6`
- 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`
- Update strategy: `npm_reinstall_audited_package`

## Scope
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"canonical_package_status": "published",
"public_distribution_status": "published",
"support_status": "active",
"latest_audited_version": "0.144.5",
"latest_audited_version": "0.144.6",
"latest_candidate_version": "0.144.6",
"previous_stable_version": "0.144.5",
"candidate_state": "published",
"candidate_state_status": "codex_build_dispatched",
"candidate_state_status": "ready_to_publish",
"tracked_versions": [
"0.141.0",
"0.140.0",
Expand All @@ -23,7 +23,8 @@
"0.144.1",
"0.144.3",
"0.144.4",
"0.144.5"
"0.144.5",
"0.144.6"
],
"historical_baselines": [
"0.131.0",
Expand All @@ -37,7 +38,7 @@
"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-07-19T20:09:39.559Z",
"updated_at": "2026-07-20T08:19:50.604Z",
"platform": "android",
"arch": "arm64",
"planned_wrapper_package": {
Expand Down