Skip to content

Releases: SakuraByteCore/codexmate

codexmate v0.1.3

Choose a tag to compare

@github-actions github-actions released this 16 Jul 14:08

Changes

  • codexmate: harden bridge retries and OpenClaw UX (#207)
  • kilocode: configure and launch from cli
  • kilocode: remove web launch button
  • kilocode: persist url key without provider field
  • kilocode: add cli install docs target
  • kilocode: load config when restoring tab
  • kilocode: use eye icon for api key toggle
  • kilocode: make provider cards selectable
  • readme: document kilocode support
  • kilocode: use default cursor for readonly preview
  • kilocode: keep api key toggle from blurring
  • readme: improve star history embed
  • readme: restore star history markdown
  • release: bump version to v0.1.3

Commits without PR

  • 0f62b0e chore(release): bump version to v0.1.3 — awsl233777
  • b0c8b35 docs(readme): restore star history markdown — awsl233777
  • 1ac33af docs(readme): improve star history embed — awsl233777
  • 74a217c fix(kilocode): keep api key toggle from blurring — awsl233777
  • ce6f844 fix(kilocode): use default cursor for readonly preview — awsl233777
  • 46dbca4 docs(readme): document kilocode support — awsl233777
  • 46d0480 fix(kilocode): make provider cards selectable — awsl233777
  • db575f3 fix(kilocode): use eye icon for api key toggle — awsl233777
  • 4afaf9e fix(kilocode): load config when restoring tab — awsl233777
  • 798959a fix(kilocode): add cli install docs target — awsl233777
  • 0e7383d fix(kilocode): persist url key without provider field — awsl233777
  • 472d3c0 fix(kilocode): remove web launch button — awsl233777
  • 3cfc27f feat(kilocode): configure and launch from cli — awsl233777
  • 7a54654 fix(codexmate): harden bridge retries and OpenClaw UX (#207) — Awsl

Compare: v0.1.2...v0.1.3

Contributors

awsl233777

codexmate v0.1.2

Choose a tag to compare

@github-actions github-actions released this 13 Jul 13:49

Changes

  • prompts: add reusable prompt presets (#213)
  • openai-bridge: avoid duplicate error headers
  • openai-bridge: close failed post-header responses
  • openai-bridge: retry transient HTTP statuses
  • openai-bridge: retry transient responses streams
  • web-ui: expand main area when sidebar collapses
  • openai-bridge: hide retry counts and keep retrying
  • openai-bridge: align transient retries with maxx
  • openclaw: enrich config tab diagnostics
  • openclaw: tighten workspace editor copy
  • openclaw: align workspace file cards
  • openclaw: remove redundant workspace input
  • openclaw: simplify workspace card labels
  • release: bump version to 0.1.2

Commits without PR

  • aec7088 chore(release): bump version to 0.1.2 — awsl233777
  • de46497 style(openclaw): simplify workspace card labels — awsl233777
  • c34d962 style(openclaw): remove redundant workspace input — awsl233777
  • c8496d3 style(openclaw): align workspace file cards — awsl233777
  • 3c684cb style(openclaw): tighten workspace editor copy — awsl233777
  • f1429fa feat(openclaw): enrich config tab diagnostics — awsl233777
  • 5c9c66d fix(openai-bridge): align transient retries with maxx — awsl233777
  • 187a747 fix(openai-bridge): hide retry counts and keep retrying — awsl233777
  • 6431495 fix(web-ui): expand main area when sidebar collapses — ymkiux
  • 4372218 fix(openai-bridge): retry transient responses streams — awsl233777
  • 563d3bf fix(openai-bridge): retry transient HTTP statuses — awsl233777
  • 25d4f27 fix(openai-bridge): close failed post-header responses — awsl233777
  • 7628878 fix(openai-bridge): avoid duplicate error headers — awsl233777
  • 005cbdb feat(prompts): add reusable prompt presets (#213) — Awsl

Compare: v0.1.1...v0.1.2

Contributors

awsl233777    ymkiux

codexmate v0.1.1

Choose a tag to compare

@github-actions github-actions released this 12 Jul 04:09

Changes

  • openai-bridge: split runtime retry layers (#212)
  • web-ui: tighten config sidebar meta copy
  • prompts: add reusable prompt presets
  • prompts: add preset pool sidebar tab
  • openai-bridge: force builtin conversion through chat
  • prompts: align preset pool styling
  • prompts: merge sidebar prompt entries
  • prompts: remove redundant sidebar prompt section
  • prompts: add current editor to presets
  • prompts: paste presets into current editor
  • prompts: keep presets in current editor
  • prompts: surface preset save in editor
  • prompts: make preset save visible
  • prompts: shorten preset copy
  • release: bump version to 0.1.1

Commits without PR

  • afe6355 chore(release): bump version to 0.1.1 — awsl233777
  • c7f2ae2 fix(prompts): shorten preset copy — awsl233777
  • 6aa8c9f fix(prompts): make preset save visible — awsl233777
  • 63632fa fix(prompts): surface preset save in editor — awsl233777
  • 0153983 fix(prompts): keep presets in current editor — awsl233777
  • e2e4000 fix(prompts): paste presets into current editor — awsl233777
  • 18b2971 fix(prompts): add current editor to presets — awsl233777
  • 8262807 fix(prompts): remove redundant sidebar prompt section — awsl233777
  • 6b96164 fix(prompts): merge sidebar prompt entries — awsl233777
  • 79083a8 fix(prompts): align preset pool styling — awsl233777
  • 0079889 fix(openai-bridge): force builtin conversion through chat — awsl233777
  • 458a1be fix(prompts): add preset pool sidebar tab — awsl233777
  • 8da6e32 feat(prompts): add reusable prompt presets — awsl233777
  • 4d677fe fix(web-ui): tighten config sidebar meta copy — awsl233777
  • e65caf5 refactor(openai-bridge): split runtime retry layers (#212) — Awsl

Compare: v0.1.0...v0.1.1

Contributors

awsl233777

codexmate v0.1.0

Choose a tag to compare

@github-actions github-actions released this 11 Jul 09:42

Changes

  • web-ui: persist preferences and refine sidebar collapse (#211)
  • providers: configure codex bridge retries
  • openai-bridge: split runtime retry layers
  • web-ui: isolate prompts markdown tabs
  • web-ui: reset prompts scroll on tab switch
  • release: bump version to v0.1.0

Commits without PR

  • fb8b9b4 chore(release): bump version to v0.1.0 — awsl233777
  • db16320 fix(web-ui): reset prompts scroll on tab switch — awsl233777
  • 74af750 fix(web-ui): isolate prompts markdown tabs — awsl233777
  • fbe6e3c refactor(openai-bridge): split runtime retry layers — awsl233777
  • a9c9fd6 feat(providers): configure codex bridge retries — awsl233777
  • 042f455 fix(web-ui): persist preferences and refine sidebar collapse (#211) — Awsl

Compare: v0.0.57...v0.1.0

Contributors

awsl233777

codexmate v0.0.57

Choose a tag to compare

@github-actions github-actions released this 07 Jul 05:17

Changes

  • ui: add session workspace and provider cleanup (#206)
  • task-orchestration: add task orchestration console
  • web-ui: persist preferences outside localStorage
  • web-ui: center sidebar collapse handle
  • web-ui: show full labels in collapsed sidebar
  • web-ui: keep collapsed sidebar context visible
  • web-ui: prevent collapsed sidebar footer overlap
  • web-ui: keep collapsed sidebar brand visible
  • release: v0.0.57

Commits without PR

  • 3cadaca chore(release): v0.0.57 — awsl233777
  • 7397790 fix(web-ui): keep collapsed sidebar brand visible — awsl233777
  • 0922af1 fix(web-ui): prevent collapsed sidebar footer overlap — awsl233777
  • 4f51d46 fix(web-ui): keep collapsed sidebar context visible — awsl233777
  • 052640f fix(web-ui): show full labels in collapsed sidebar — awsl233777
  • eee1db5 fix(web-ui): center sidebar collapse handle — awsl233777
  • 0908794 fix(web-ui): persist preferences outside localStorage — awsl233777
  • a088933 feat(task-orchestration): add task orchestration console — Awsl
  • 3d4e522 feat(ui): add session workspace and provider cleanup (#206) — Awsl

Compare: v0.0.56...v0.0.57

Contributors

awsl233777

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