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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 3 additions & 0 deletions codex-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 1 addition & 1 deletion codex-cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion codex-cli/config.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down