Releases: SakuraByteCore/codexmate
Releases · SakuraByteCore/codexmate
codexmate v0.0.26
codexmate v0.0.25
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)
codexmate v0.0.24
What's Changed
- feat(web-ui): accessibility shortcuts and i18n cleanup by @ymkiux in #104
- feat(health): claude speed probe in health checks by @ymkiux in #105
- chore(reset): remove PR prompt flow by @ymkiux in #106
- feat: Doctor report pipeline (i18n keys + actions, non-breaking) by @ymkiux in #89
- feat: import skills from url by @ymkiux in #107
- fix: import skills cli edge cases by @ymkiux in #108
Full Changelog: v0.0.23...v0.0.24
codexmate v0.0.23
codexmate v0.0.22
What's Changed
- chore: add Claude provider presets and open browser only when Web UI is ready by @ymkiux in #88
- chore: release v0.0.21 by @awsl233777 in #87
- feat: OpenAI-compatible provider bridge + Codex UX improvements by @ymkiux in #90
- feat(ui): add toggle for config template diff confirmation by @ymkiux in #91
- feat(claude): add CLAUDE.md editor by @ymkiux in #93
- Refine Settings, Usage, and Skills UI by @ymkiux in #94
- feat(plugins): add Prompt Templates composer by @ymkiux in #96
- fix(usage): align cost with usage by @ymkiux in #97
- docs+proxy+ui: update README, add responses shim, and refine usage by @ymkiux in #98
- fix(run): stop auto-opening the browser by @ymkiux in #99
- docs: prioritize docs and Termux Codex install by @ymkiux in #100
Full Changelog: v0.0.21...v0.0.22
codexmate v0.0.21
What's Changed
- fix: refine provider display and align status pill by @ymkiux in #58
- feat: add local skills market and LAN web defaults by @SurviveM in #59
- chore: update coderabbit rules and ui copy by @ymkiux in #60
- fix: remove legacy proxy surfaces by @ymkiux in #61
- feat: add codex context budget controls by @SurviveM in #62
- fix: align trash header action buttons by @SurviveM in #63
- fix: scan full session files for keyword hits by @SurviveM in #64
- Release/v0.0.19 by @ymkiux in #65
- refactor: split web ui modules and harden provider switching by @SurviveM in #68
- chore: add reset main workflow command by @SurviveM in #69
- fix: refine codex health check dialog flow by @SurviveM in #70
- feat: modularize web ui and harden local workflows by @SurviveM in #71
- fix: release default web run port and align codex defaults by @SurviveM in #72
- ci: add local lint and shared pr checks by @SurviveM in #73
- feat: add sessions usage tab by @awsl233777 in #74
- chore: tighten ui copy by @SurviveM in #76
- chore: release v0.0.20 by @ymkiux in #77
- feat: split session usage into separate tab by @ymkiux in #78
- feat: refine web-ui layout hierarchy with dory-inspired composition by @awsl233777 in #79
- fix(web-ui): validate provider modal input by @awsl233777 in #80
- docs(readme): show logo in both readmes by @awsl233777 in #81
- feat(usage): add local insights dashboard by @awsl233777 in #82
- fix: stabilize web ui startup and reduce usage load by @ymkiux in #83
- feat: add Claude proxy, local-provider cleanup, share settings, and split CLI controllers by @awsl233777 in #84
- chore: keep runtime assets only in res by @awsl233777 in #85
- feat: add task orchestration and usage insights by @awsl233777 in #86
Full Changelog: v0.0.18...v0.0.21
codexmate v0.0.20
What's Changed
- fix: refine provider display and align status pill by @ymkiux in #58
- feat: add local skills market and LAN web defaults by @SurviveM in #59
- chore: update coderabbit rules and ui copy by @ymkiux in #60
- fix: remove legacy proxy surfaces by @ymkiux in #61
- feat: add codex context budget controls by @SurviveM in #62
- fix: align trash header action buttons by @SurviveM in #63
- fix: scan full session files for keyword hits by @SurviveM in #64
- Release/v0.0.19 by @ymkiux in #65
- refactor: split web ui modules and harden provider switching by @SurviveM in #68
- chore: add reset main workflow command by @SurviveM in #69
- fix: refine codex health check dialog flow by @SurviveM in #70
- feat: modularize web ui and harden local workflows by @SurviveM in #71
- fix: release default web run port and align codex defaults by @SurviveM in #72
- ci: add local lint and shared pr checks by @SurviveM in #73
- feat: add sessions usage tab by @awsl233777 in #74
- chore: tighten ui copy by @SurviveM in #76
Full Changelog: v0.0.18...v0.0.20
codexmate v0.0.19
What's Changed
- fix: refine provider display and align status pill by @ymkiux in #58
- feat: add local skills market and LAN web defaults by @SurviveM in #59
- chore: update coderabbit rules and ui copy by @ymkiux in #60
- fix: remove legacy proxy surfaces by @ymkiux in #61
Full Changelog: v0.0.18...v0.0.19
codexmate v0.0.18
What's Changed
- docs: remove static version lines from readme by @ymkiux in #48
- fix: eliminate session tab render stalls and reduce tab-switch lag by @ymkiux in #49
- feat: add inline diff preview for agents editor by @SurviveM in #50
- perf: optimize session tab switching and coderabbit review prompt by @SurviveM in #52
- feat: add agents diff preview and session render optimizations by @SurviveM in #53
- fix: delay web ui restart after frontend changes by @SurviveM in #54
- fix: stabilize session trash and mcp contracts by @SurviveM in #55
- feat: add local session pinning by @ymkiux in #56
- docs: expand README architecture overview by @SurviveM in #57
Full Changelog: v0.0.17...v0.0.18
codexmate v0.0.17
What's Changed
- fix: restore warm palette and soften background gradient by @ymkiux in #40
- fix: remove static version line from README headers by @ymkiux in #41
- fix: harden compact layout and clean qwen overview docs by @ymkiux in #42
- fix: complete provider share import command with model step by @ymkiux in #44
- fix: widen desktop session layout and improve history readability by @ymkiux in #45
- fix: improve local Claude settings detection in web UI by @awsl233777 in #46
- fix: suppress claude model-list noise and disable share import by @ymkiux in #47
Full Changelog: v0.0.16...v0.0.17