Skip to content

codexmate v0.0.39

Choose a tag to compare

@github-actions github-actions released this 30 May 17:25
· 2 commits to 6315a171a54806ae69934ad44be7fa8a646bbc43 since this release

Highlights

  • Moved language switching into Settings so the sidebar/header stay focused on navigation while language remains easy to change.
  • Expanded localization coverage across Settings, Webhook, Trash, provider forms, Codex config controls, dialogs, and toast/status messages.
  • Hardened runtime language switching so translated UI text, dynamic toasts, and fallback labels update more consistently.
  • Improved the built-in proxy streaming fallback: aborted upstream streaming retries now happen before any client-visible SSE output is emitted, avoiding broken partial streams.

Web UI

  • Added Settings language selector UI and supporting layout polish.
  • Localized remaining visible labels for Settings quick options, Webhook controls, Trash actions, provider validation/errors, modal actions, and related status text.
  • Kept config mode labels and sidebar language affordances aligned with the active locale.
  • Refreshed the precompiled Web UI render bundle so packaged builds include the localization updates.

Proxy / Runtime

  • Updated the built-in proxy Responses shim to retry streaming aborts safely before sending output to clients.
  • Added regression coverage for the proxy streaming abort retry behavior.

Validation

  • Added/updated unit coverage for Web UI behavior parity and built-in proxy Responses shim behavior.
  • Bumped package metadata to 0.0.39.

Full Changelog

v0.0.38...v0.0.39

Contributors