Skip to content

Releases: icoretech/codex-action

v0.9.0

18 Mar 16:58
56fca58

Choose a tag to compare

0.9.0 (2026-03-18)

Features

  • add sandbox input to control bubblewrap isolation (d79e7fe)

v0.8.0

18 Mar 13:42
01f39a3

Choose a tag to compare

0.8.0 (2026-03-18)

Features

  • bump default codex-docker image to 0.115.0 (e2d0da3)

v0.7.0

18 Mar 09:10
99bcca6

Choose a tag to compare

0.7.0 (2026-03-18)

Features

  • surface critical errors in quiet mode (3da0eb2)

v0.6.0

16 Mar 20:12
55718b8

Choose a tag to compare

0.6.0 (2026-03-16)

Features

  • add quiet mode to suppress verbose output from workflow logs (1e629dd)

v0.5.0

16 Mar 20:00
a36722c

Choose a tag to compare

0.5.0 (2026-03-16)

Features

  • add network_access input to control network policy (5dc4f26)

v0.4.0

16 Mar 19:41
b3e1853

Choose a tag to compare

0.4.0 (2026-03-16)

Features

  • auto-configure git safe.directory, add issue triage recipe (a3eba5a)

v0.3.0

16 Mar 17:42
a3e7a5e

Choose a tag to compare

0.3.0 (2026-03-16)

Features

  • add codex_config_toml input for custom Codex preferences (b6c8582)

Bug Fixes

  • write codex_config credentials to auth.json instead of config.toml (d54880a)

v0.2.1

16 Mar 17:16
acc3e39

Choose a tag to compare

0.2.1 (2026-03-16)

Bug Fixes

  • replace useless cat with input redirection (SC2002) (5b7a20a)

v0.2.0

16 Mar 16:58
e09a060

Choose a tag to compare

0.2.0 (2026-03-16)

Features

  • add reasoning_effort input for controlling model reasoning level (c014848)
  • bump default codex-docker image to 0.114.0 (3804705)

Bug Fixes

  • chmod auth_dir so container user codex (uid 1000) can write to it (1389078)
  • ensure trailing newline before GITHUB_OUTPUT delimiter and robust cleanup (00c8c43)
  • mount output directory instead of file for container write access (db4100e)
  • use -o flag for output capture and fix container permissions (2b828ba)
  • use correct config key model_reasoning_effort for reasoning effort (6872bdc)