Skip to content

codexmate v0.0.43

Choose a tag to compare

@github-actions github-actions released this 04 Jun 12:24
· 1 commit to f9f12b82b55f68484fba8cd7953eb98d1213e827 since this release

Release Notes

Web UI

  • Refine provider cards into a denser two-column layout on wider screens while preserving a single-column mobile layout.
  • Tighten provider status badges so configured/not configured states take less space and read consistently across cards.
  • Fix copied session links so browser-generated session URLs resolve correctly.
  • Prevent raw toast translation keys from leaking into the UI.

Internationalization

  • Add and wire missing provider, Claude config, prompt-template, and common configured/not-configured translations across zh/en/ja/vi.
  • Replace hardcoded Chinese provider and Claude configuration messages with localized strings.
  • Add test-context i18n helpers so UI unit tests exercise translated code paths instead of failing on missing this.t() methods.

Stability

  • Validate toolConfigPermissions loaded from localStorage and normalize legacy or corrupted cache values.
  • Normalize repository line endings to LF for cross-platform consistency.
  • Lock @vue/compiler-dom and regenerate the precompiled Web UI render output to keep CI output deterministic.

Release

  • Bump package version to 0.0.43 and tag v0.0.43.

Full Changelog

v0.0.42...v0.0.43

Contributors