Skip to content

Releases: Loongphy/codext

codext 0.137.0-d322686

06 Jun 14:38
d322686

Choose a tag to compare

For upstream changes, see codex-v0.137.0.

Revert AGENTS.md auto reload

codext 0.137.0-abdbd18

05 Jun 10:51
abdbd18

Choose a tag to compare

For upstream changes, see codex-v0.137.0.

feat(tui): add composer header to cursor pos/style reserve

codext 0.137.0-09dc582

05 Jun 15:33
09dc582

Choose a tag to compare

For upstream changes, see codex-v0.137.0.

fix(tui): update usage limit resume prompt

codext 0.137.0-9064aaf

04 Jun 09:16
9064aaf

Choose a tag to compare

For upstream changes, see codex-v0.137.0.

fix: keep run status above status header

codext 0.137.0-3358a6b

04 Jun 06:16
3358a6b

Choose a tag to compare

For upstream changes, see codex-v0.137.0.

fix: align auth reload with config manager

codext 0.136.0-89c2fe4

02 Jun 04:14
89c2fe4

Choose a tag to compare

For upstream changes, see codex-v0.136.0.

test(tui): cover usage-limit prompt queue recovery

codext 0.135.0-8846a85

01 Jun 05:50
8846a85

Choose a tag to compare

For upstream changes, see codex-v0.135.0.

fix(tui): avoid false prompt queueing from credits-only rate-limit state (#6)

codext 0.135.0-9b497c4

29 May 00:34
d65dc91

Choose a tag to compare

For upstream changes, see codex-v0.135.0.

docs: simplify status-header skill

codext 0.134.0-b5db3fd

28 May 03:49
b5db3fd

Choose a tag to compare

For upstream changes, see codex-v0.134.0.

fix(tui): queue prompts when usage is exhausted

codext 0.134.0-5020d9f

28 May 09:37
5020d9f

Choose a tag to compare

For upstream changes, see codex-v0.134.0.

fix: use composite action for musl rusty_v8 artifact overrides

Replace inline 'Configure musl rusty_v8 artifact overrides' step with
the existing .github/actions/setup-rusty-v8 composite action.

The inline step was grepping checksums from a local file
(third_party/v8/rusty_v8_*.sha256) that only contained Windows
checksums, causing the musl builds to fail with 'Expected exactly two
checksums'. The composite action downloads per-target checksums directly
from the GitHub release, matching the upstream approach.