Skip to content

codexmate v0.0.25

Choose a tag to compare

@github-actions github-actions released this 29 Apr 08:09

Highlights

  • Session Browser now supports Gemini CLI and CodeBuddy Code sessions.
  • Usage page adds a Current session summary bar (API duration / total duration / tokens).
  • Multiple Sessions UI layout refinements to keep controls compact and readable.

What’s New

Sessions (Gemini / CodeBuddy)

  • Add Session Browser support for Gemini CLI sessions.
  • Add Session Browser support for CodeBuddy Code sessions.
  • Improve source selection behavior (dropdown reflects the latest selection and reloads correctly after restore).
  • Add “resume command” copy support for:
    • gemini -r <sessionId>
    • codebuddy -r <sessionId>

Usage

  • Add a top summary bar for the currently loaded usage scope:
    • API duration, Total duration, Tokens

Web UI Polish

  • Force session list titles to a single line with ellipsis truncation.
  • Tighten spacing in the Sessions filter toolbar.
  • Keep Sessions header action buttons from wrapping/stacking (layout regression fixes).
  • Minor navigation/brand asset refinements.

Automation / Reliability

  • Add automation hooks and task notifications.
  • Harden remote hooks behavior.

Docs

  • Expand session management documentation (sources, usage tips, resume/export guidance).
  • Update CLI install copy related to Gemini/CodeBuddy.

Changelog (selected)

  • #113 Gemini CLI / CodeBuddy sessions + UI/Usage improvements
  • #112 Harden remote hooks
  • #111 Brand assets cleanup & related polish

Contributors