Skip to content

Releases: SakuraByteCore/codexmate

codexmate v0.0.56

Choose a tag to compare

@github-actions github-actions released this 27 Jun 03:36

Changes

  • i18n: Vietnamese language support — vi locale + README.vi.md (#193)
  • provider-cache: hydrate synced providers in fresh browsers (#204)
  • release: use GitHub API logins for contributors deduplication (#205)
  • sessions: add workspace memory summary
  • sessions: harden workspace summary regressions
  • claude: route local bridge by target api
  • claude: cover batch health checks
  • claude: allow ollama health checks without api key
  • sessions: address workspace review nits
  • claude: avoid forwarding bridge token upstream
  • claude: validate local bridge request bodies
  • health: cover codex batch speed checks
  • health: skip local bridge batch speed tests
  • health: route settings checks through codex config
  • health: preserve codex probe failure state
  • health: clarify codex settings health check
  • health: support failed provider cleanup
  • health: add failed provider bulk selection
  • health: refine failed provider modal layout
  • health: skip per-item confirms in bulk cleanup
  • readme: describe provider health cleanup
  • health: close modal after bulk cleanup
  • release: bump version to 0.0.56

Commits without PR

  • 749d708 chore(release): bump version to 0.0.56 — awsl233777
  • bf7c1cf fix(health): close modal after bulk cleanup — awsl233777
  • 2b2c1fc docs(readme): describe provider health cleanup — awsl233777
  • 5a5cc13 fix(health): skip per-item confirms in bulk cleanup — awsl233777
  • b37a469 fix(health): refine failed provider modal layout — awsl233777
  • b59ddc8 fix(health): add failed provider bulk selection — awsl233777
  • c58c68c fix(health): support failed provider cleanup — awsl233777
  • 29dba3d fix(health): clarify codex settings health check — awsl233777
  • 53b715e fix(health): preserve codex probe failure state — awsl233777
  • 0fb8296 fix(health): route settings checks through codex config — awsl233777
  • 2cb5743 fix(health): skip local bridge batch speed tests — awsl233777
  • 77c7dd1 test(health): cover codex batch speed checks — awsl233777
  • 9b274cd fix(claude): validate local bridge request bodies — awsl233777
  • 7bbd79d fix(claude): avoid forwarding bridge token upstream — awsl233777
  • c4155aa fix(sessions): address workspace review nits — awsl233777
  • 92aab49 fix(claude): allow ollama health checks without api key — awsl233777
  • ca36fa3 test(claude): cover batch health checks — awsl233777
  • 28a508c fix(claude): route local bridge by target api — awsl233777
  • 584acba fix(sessions): harden workspace summary regressions — awsl233777
  • cc72616 feat(sessions): add workspace memory summary — awsl233777
  • a7d2c0e fix(release): use GitHub API logins for contributors deduplication (#205) — ymkiux
  • 4d21e2e fix(provider-cache): hydrate synced providers in fresh browsers (#204) — Awsl
  • f529c73 feat(i18n): Vietnamese language support — vi locale + README.vi.md (#193) — yana

Compare: v0.0.55...v0.0.56

Contributors

awsl233777    ymkiux    yana

codexmate v0.0.55

Choose a tag to compare

@github-actions github-actions released this 21 Jun 01:47

Highlights

  • Aligned chat fallback behavior and version metadata (#202).
  • Hardened the provider cache viewer and sync record handling.
  • Hydrated project and Claude provider cache from synced records on startup.
  • Suppressed the unnecessary startup hydration spinner.
  • Added coverage for Claude cache merge metadata.
  • Bumped the package version to 0.0.55.

Commits

  • 8aa7faa chore(release): bump version to 0.0.55 — awsl233777
  • 1651484 test(provider-cache): cover Claude cache merge metadata — awsl233777
  • ef83d19 fix(provider-cache): hydrate Claude providers from synced cache — awsl233777
  • feb4f29 fix(provider-cache): suppress startup hydration spinner — awsl233777
  • bdbf7c6 fix(provider-cache): hydrate project cache on startup — awsl233777
  • b8ca791 fix(provider-cache): harden cache viewer and sync records — ymkiux
  • f223733 fix(responses): align chat fallback and bump version to 0.0.54 (#202) — Awsl

Compare

v0.0.54...v0.0.55

Contributors

@awsl233777    @ymkiux

codexmate v0.0.54

Choose a tag to compare

@github-actions github-actions released this 19 Jun 08:40

Highlights

  • Applied Claude configuration while preserving the Codex proxy identity (#201).
  • Tightened chat fallback handling for response edge cases.
  • Bumped the package version to 0.0.54.

Commits

  • 2539072 chore(release): bump version to 0.0.54 — awsl233777
  • a4d918d fix(responses): align chat fallback edge cases — awsl233777
  • c9fb5be fix: apply Claude config and preserve Codex proxy identity (#201) — Awsl

Compare

v0.0.53...v0.0.54

Contributors

@awsl233777

codexmate v0.0.52

Choose a tag to compare

@github-actions github-actions released this 17 Jun 15:42

Changes

  • docs: default install registry selection to npmmirror and remove the official-registry preset from the docs panel
  • docs: make long install commands wrap cleanly while keeping the copy button visible on narrow layouts
  • prompts: replace editor toolbar text buttons with SVG icon buttons and export Markdown files with agents/claude prefixes
  • sessions: correct copy-link and copy-path button icons so the actions are visually distinct

Commits without PR

  • 9a4afa7 chore: bump version to 0.0.52 — ymkiux
  • fed8be0 fix(sessions): correct copy-link and copy-path button icons — ymkiux
  • 5ff920c feat(prompts): replace editor toolbar buttons with SVG icons — ymkiux
  • ed4dc2b fix(docs): handle long command overflow and improve copy button visibility — ymkiux
  • 58edc23 fix(docs): command copy button absolute positioning — ymkiux
  • 03f8517 fix(docs): default registry to npmmirror and fix command display width — ymkiux
  • 4bd8164 fix: allow global CLAUDE.md diff preview (#198) — Awsl

Compare: v0.0.51...v0.0.52

Contributors

ymkiux    Awsl

codexmate v0.0.51

Choose a tag to compare

@github-actions github-actions released this 15 Jun 09:19

Changes

  • prompts: allow the claude-project tab to preview and save global ~/.claude/CLAUDE.md when no project path is selected
  • prompts: load Claude project path options before fetching prompt content, fixing project prompt path discovery
  • tests: add backend, modal guard, and e2e regression coverage for global/project CLAUDE.md flows

Commits without PR

  • ff1b934 Bump version to 0.0.51 — awsl233777
  • 1ea3ecf Fix Claude project prompt path discovery — awsl233777
  • e0679f1 fix: allow global claude md diff preview — awsl233777

Compare: v0.0.50...v0.0.51

Contributors

Awsl

codexmate v0.0.50

Choose a tag to compare

@github-actions github-actions released this 14 Jun 15:34
4566066

Changes

  • skills: add codexmate-project-context-recovery for evidence-first project handoff briefs from local agent session history (#197)
  • skills: ship the dependency-free search_sessions.py helper with raw search and structured brief modes
  • packaging: include bundled skills/ assets in the npm package and update project context recovery unit coverage
  • docs/ui: document the Prompt File Editor in English/Chinese READMEs and tighten the prompts toolbar path hint

Commits without PR

  • 4566066 feat: add project context recovery skill for v0.0.50 (#197) — Awsl
  • 034e62b fix(ui): reduce font-size of prompts toolbar path hint by 2px — ymkiux
  • ce2bf78 feat(prompts): project-level CLAUDE.md editor with auto-detect (#195) — ymkiux

Compare: v0.0.49...v0.0.50

Contributors

Awsl    ymkiux

codexmate v0.0.49

Choose a tag to compare

@github-actions github-actions released this 13 Jun 05:14

Changes

  • claude: tier model inputs, silent config timeout (#194)
  • prompts: project-level CLAUDE.md editor with auto-detect and global/project toggle
  • prompts: persist sub-tab selection across page refresh
  • prompts: eliminate tab switch flash by restricting segment transition to hover
  • release: bump version to 0.0.49

Commits without PR

  • a4d8439 chore(release): bump version to 0.0.49 — ymkiux
  • 03bafd8 fix(prompts): eliminate tab switch flash by restricting segment transition to hover — ymkiux
  • b12ad2c fix(prompts): persist sub-tab selection across page refresh — ymkiux
  • e18e6b9 feat(prompts): project-level CLAUDE.md editor with auto-detect and global/project toggle — ymkiux
  • 4fa83be feat(claude): tier model inputs, silent config timeout (#194) — ymkiux

Compare: v0.0.48...v0.0.49

Contributors

ymkiux

codexmate v0.0.48

Choose a tag to compare

@github-actions github-actions released this 12 Jun 15:54

Changes

  • i18n: add zh-tw locale, UI fixes, OpenCode convergence
  • claude: add tier-specific model inputs (Haiku/Sonnet/Opus)
  • web-ui: silently retry on config load timeout
  • web-ui: include sub-models in apply cache key
  • web-ui: remove tier model inputs, fix Claude template editor JSON diff

Commits without PR

  • 76cbd7e chore: bump version to 0.0.48 — ymkiux
  • 60b7182 fix(web-ui): remove tier model inputs, fix Claude template editor JSON diff — ymkiux
  • 249610b fix(web-ui): include sub-models in apply cache key — ymkiux
  • 278f4f4 fix(web-ui): silently retry on config load timeout — ymkiux
  • 1c0e022 feat(claude): add tier-specific model inputs (Haiku/Sonnet/Opus) — ymkiux
  • fffd1cc feat(i18n): add zh-tw locale, UI fixes, OpenCode convergence — ymkiux

Compare: v0.0.47...v0.0.48

Contributors

ymkiux

codexmate v0.0.47

Choose a tag to compare

@github-actions github-actions released this 07 Jun 23:47

Changes

  • ui: add OpenCode config editor (#191)
  • i18n: add Traditional Chinese (zh-tw) locale support
  • ui: narrow config overlay scope and remove sidebar version badge
  • i18n: converge OpenCode tab copy and add lang.zh-tw keys
  • release: bump version to 0.0.47

Commits without PR

  • d0d0cda chore(release): bump version to 0.0.47 — ymkiux
  • 0add71e refactor(i18n): converge OpenCode tab copy and add lang.zh-tw keys — ymkiux
  • ffa45f9 fix(ui): narrow config overlay scope and remove sidebar version badge — ymkiux
  • 99afd66 feat(i18n): add Traditional Chinese (zh-tw) locale support — ymkiux
  • 52f8976 feat(ui): add OpenCode config editor (#191) — Awsl

Compare: v0.0.46...v0.0.47

Contributors

ymkiux    Awsl

codexmate v0.0.46

Choose a tag to compare

@github-actions github-actions released this 07 Jun 15:48

Changes

  • web-ui: Prompts tab, Usage Y-axis, session icon buttons (#188)
  • release: generate accurate rounded release notes (#189)
  • ui: add opencode config editor
  • ui: align OpenCode config editor with real schema
  • ui: close OpenCode config review gaps
  • ui: show OpenCode config status
  • opencode: isolate provider store from native config
  • opencode: localize remaining config labels
  • opencode: harden provider store backend tests
  • readme: document OpenCode provider support
  • readme: clarify session browser sources
  • readme: remove unsupported derived session mention
  • readme: refresh screenshots
  • opencode: align provider action buttons
  • web-ui: refresh precompiled render
  • readme: refresh Chinese screenshots
  • release: reaffirm v0.0.46 head

Commits without PR

  • d21e173 chore(release): reaffirm v0.0.46 head — awsl233777
  • 07053b0 docs(readme): refresh Chinese screenshots — awsl233777
  • b0d0735 chore(web-ui): refresh precompiled render — awsl233777
  • 5b144b4 fix(opencode): align provider action buttons — awsl233777
  • 3f87fac docs(readme): refresh screenshots — awsl233777
  • 51d1065 chore: bump version to 0.0.46 — awsl233777
  • 72aa0ae docs(readme): remove unsupported derived session mention — awsl233777
  • 24bdef9 docs(readme): clarify session browser sources — awsl233777
  • b0d1aeb docs(readme): document OpenCode provider support — awsl233777
  • 9068b32 test(opencode): harden provider store backend tests — awsl233777
  • 12c645e fix(opencode): localize remaining config labels — awsl233777
  • e2860aa fix(opencode): isolate provider store from native config — awsl233777
  • 76a1d18 fix(ui): show OpenCode config status — awsl233777
  • 348d350 fix(ui): close OpenCode config review gaps — awsl233777
  • 44caa05 fix(ui): align OpenCode config editor with real schema — awsl233777
  • aa7c0f0 feat(ui): add opencode config editor — awsl233777
  • 2765d58 fix(release): generate accurate rounded release notes (#189) — Awsl
  • ff78eb1 feat(web-ui): Prompts tab, Usage Y-axis, session icon buttons (#188) — ymkiux

Compare: v0.0.45...v0.0.46

Contributors

Awsl    ymkiux