Skip to content

codexmate v0.0.36

Choose a tag to compare

@github-actions github-actions released this 26 May 10:26
· 1 commit to 0e38488385ec7dbb7954606d7bbd689a30174b1c since this release

Highlights

  • Refined the Web UI brand header with a smaller, cleaner logo block, lighter typography, hover-revealed version text, and better gradient/fallback styling.
  • Simplified session time display to stable absolute timestamps, avoiding noisy relative-time labels and improving behavior around incomplete session data.
  • Stabilized Web UI navigation and URL handling: canonical root redirects, preserved query strings, static URL behavior, and stronger no-cache handling for served UI assets.
  • Improved session discovery by scanning recent .jsonl files that may be missing from the session index.
  • Switched the packaged Web UI path toward precompiled runtime assets so the browser build no longer relies on Vue runtime compilation or unsafe-eval.
  • Expanded regression coverage for URL canonicalization, session tab navigation, render parity, asset serving, and session UI behavior.

Changed

  • Web UI brand/header redesign and responsive polish.
  • Session timestamp formatting and guards for malformed session records.
  • /web-ui/index.html now redirects to the canonical root URL while preserving query parameters.
  • Dynamic/static Web UI asset responses now use explicit Cache-Control: no-store, max-age=0 where appropriate.
  • Package version bumped to 0.0.36.

Pull Request

Contributors

Full Changelog: v0.0.35...v0.0.36