Releases: Loongphy/codext
codext 0.137.0-d322686
For upstream changes, see codex-v0.137.0.
Revert AGENTS.md auto reload
codext 0.137.0-abdbd18
For upstream changes, see codex-v0.137.0.
feat(tui): add composer header to cursor pos/style reserve
codext 0.137.0-09dc582
For upstream changes, see codex-v0.137.0.
fix(tui): update usage limit resume prompt
codext 0.137.0-9064aaf
For upstream changes, see codex-v0.137.0.
fix: keep run status above status header
codext 0.137.0-3358a6b
For upstream changes, see codex-v0.137.0.
fix: align auth reload with config manager
codext 0.136.0-89c2fe4
For upstream changes, see codex-v0.136.0.
test(tui): cover usage-limit prompt queue recovery
codext 0.135.0-8846a85
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
For upstream changes, see codex-v0.135.0.
docs: simplify status-header skill
codext 0.134.0-b5db3fd
For upstream changes, see codex-v0.134.0.
fix(tui): queue prompts when usage is exhausted
codext 0.134.0-5020d9f
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.