From f1cc4d8b4f389c9d4839f4acceefb4653663d2e3 Mon Sep 17 00:00:00 2001 From: JxnLexn <10897478+JxnLexn@users.noreply.github.com> Date: Sun, 6 Sep 2026 08:32:58 +0000 Subject: [PATCH] Update Codex CLI to 0.153.4 --- README.md | 2 +- codex-cli/CHANGELOG.md | 3 +++ codex-cli/Dockerfile | 2 +- codex-cli/config.yaml | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a0aaaac..6083f4a 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ container image. | App | Description | Architectures | Version | | --- | --- | --- | --- | -| [Codex CLI](codex-cli) | Run OpenAI Codex CLI as a secure SSH-accessible workspace on Home Assistant OS. | `amd64`, `aarch64` | `0.3.1` | +| [Codex CLI](codex-cli) | Run OpenAI Codex CLI as a secure SSH-accessible workspace on Home Assistant OS. | `amd64`, `aarch64` | `0.3.2` | ## Add this repository to Home Assistant diff --git a/codex-cli/CHANGELOG.md b/codex-cli/CHANGELOG.md index ad47956..593e793 100644 --- a/codex-cli/CHANGELOG.md +++ b/codex-cli/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 0.3.2 + +- Updates OpenAI Codex CLI from `0.146.1` to `0.153.4`. ## 0.3.1 - Expands `/workspace/AGENTS.md` with automatic English orientation for Codex, diff --git a/codex-cli/Dockerfile b/codex-cli/Dockerfile index da9d2d2..e230f75 100644 --- a/codex-cli/Dockerfile +++ b/codex-cli/Dockerfile @@ -2,7 +2,7 @@ ARG BUILD_ARCH ARG BUILD_FROM=ghcr.io/home-assistant/base:3.23-2026.04.0 FROM ${BUILD_FROM} -ARG CODEX_VERSION=0.146.1 +ARG CODEX_VERSION=0.153.4 RUN apk add --no-cache \ bash \ diff --git a/codex-cli/config.yaml b/codex-cli/config.yaml index d83e93f..c13a86e 100644 --- a/codex-cli/config.yaml +++ b/codex-cli/config.yaml @@ -1,5 +1,5 @@ name: Codex CLI -version: "0.3.1" +version: "0.3.2" slug: codex_cli description: Run Codex CLI as a secure SSH workspace on Home Assistant OS url: "https://github.com/leoncode-homeassistant/apps/tree/main/codex-cli"