Skip to content

Releases: Loongphy/codext

codext 0.144.5-5240b89

Choose a tag to compare

@github-actions github-actions released this 18 Jul 04:38
5240b89

For upstream changes, see codex-v0.144.5.

fix(tui): restore rate-limit reset time in status header

The reapply on rust-v0.144.1 introduced a regression: when the reset
time falls on the same day, format_reset_timestamp returns a bare
HH:MM string with no space, so split_once(' ') returned None and
the header dropped the time, showing only 95% instead of 95% 23:19.

Restore the compact_reset_time helper from feat/rust-v0.144.0 that
falls back to the original string when there is no space, so the time
segment is always preserved.

Generated with Devin

Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>

codext 0.144.5-9c9ca1f

Choose a tag to compare

@github-actions github-actions released this 16 Jul 16:21
9c9ca1f

For upstream changes, see codex-v0.144.5.

feat: reapply fork behavior on rust-v0.144.5

  • Port TUI composer draft clipboard shortcut, status header/polling,
    auth.json watcher, usage-limit queued-message handling, and resume
    command branding to codext.
  • Port app-server auth.json account-switching support.
  • Update workspace lock for added notify dependency and 0.144.5 versions.
  • Carry forward release workflow and npm packaging files per
    codex-upstream-reapply rules.

Generated with Devin

Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>

codext 0.144.3-259ce33

Choose a tag to compare

@github-actions github-actions released this 13 Jul 18:17
259ce33

For upstream changes, see codex-v0.144.3.

feat: reapply fork behavior on rust-v0.144.3

codext 0.144.1-a8c9398

Choose a tag to compare

@github-actions github-actions released this 10 Jul 08:15
a8c9398

For upstream changes, see codex-v0.144.1.

feat: reapply fork behavior for rust-v0.144.1

codext 0.144.0-abee62d

Choose a tag to compare

@github-actions github-actions released this 10 Jul 04:01
abee62d

For upstream changes, see codex-v0.144.0.

docs: make release CI sync upstream-driven

codext 0.144.0-782985c

Choose a tag to compare

@github-actions github-actions released this 09 Jul 19:31
782985c

For upstream changes, see codex-v0.144.0.

feat: reapply fork changes onto rust-v0.144.0

codext 0.143.0-3407c26

Choose a tag to compare

@github-actions github-actions released this 08 Jul 04:39
3407c26

For upstream changes, see codex-v0.143.0.

feat: reapply fork behavior for rust-v0.143.0

codext 0.142.5-0a8f60d

Choose a tag to compare

@github-actions github-actions released this 04 Jul 17:24
0a8f60d

For upstream changes, see codex-v0.142.5.

feat: reapply fork behavior for rust-v0.142.5

codext 0.142.0-96209a8

Choose a tag to compare

@github-actions github-actions released this 23 Jun 20:49
96209a8

For upstream changes, see codex-v0.142.0.

Strip Linux release artifacts on native builders

codext 0.142.0-5a4d587

Choose a tag to compare

@github-actions github-actions released this 23 Jun 12:54
5a4d587

For upstream changes, see codex-v0.142.0.

docs: require upstream tag verification first