Skip to content

Releases: memorax-ai/memorax-code

MemoraX Code v0.1.11

Choose a tag to compare

@lizhaocst lizhaocst released this 01 Sep 04:39
42246b6

Fixed

  • Updated Windows WorkBuddy setup to prefer %USERPROFILE%\\.workbuddy for
    new installations while safely reconciling only MemoraX-managed plugin state
    from legacy %USERPROFILE%\\.codebuddy homes, preserving unrelated plugins,
    Skills, and user data.

MemoraX Code v0.1.10

Choose a tag to compare

@lizhaocst lizhaocst released this 31 Aug 18:23
536e623

Added

  • Added managed CodeBuddy/WorkBuddy integration with native Turn tracking,
    completed-Turn writeback, interrupted-Turn handling, Skill reminders, quota
    notices, Repo Memory maintenance, local traces, and supported setup on
    macOS, Linux, and Windows.
  • Added automatic updates owned by the managed Backend. Stable and preview
    installations check their release channel every eight hours, retry failures
    after 15 minutes, install the exact resolved version, reconcile enabled
    clients non-interactively, silently trust verified Codex Hook changes, and
    replace the Backend process without requiring a new client session.

Fixed

  • Completed manual update reconciliation when the managed Backend was already
    stopped, including client integration assets, Codex Hook trust, setup state,
    and Backend recovery.
  • Repaired the Windows user PATH during interactive setup when npm's global
    command directory is missing, while preserving existing command priority.
  • Repaired missing or disabled Codex plugin registrations even when a valid
    versioned plugin cache already exists, preventing the CLI and active Codex
    plugin from remaining on different versions.

MemoraX Code v0.1.9

Choose a tag to compare

@lizhaocst lizhaocst released this 28 Aug 01:05
3300fef

MemoraX Code v0.1.9 is now available on npm.

Fixed

  • Restored Codex automatic writeback for current rollout transcripts by reading authoritative response-item user and final-assistant messages before falling back to legacy event messages.
  • Rejected response-item messages whose embedded Turn ID conflicts with the active Turn, preventing mismatched content from being written to memory.

Links

MemoraX Code v0.1.8

Choose a tag to compare

@lizhaocst lizhaocst released this 24 Aug 15:50
db0ed30

MemoraX Code v0.1.8 is now available on npm.

Added

  • Guest quota reminders can now display the matching anonymous identity's Mark ID and 90-day guest term, while registered-account reminders remain unchanged.

Changed

  • Clarified existing-account setup, 90-day guest mode, guest activation, and cross-device configuration reuse in the installation guidance.

Fixed

  • Preserved OpenCode turns across native context compaction so automatic writeback uses the original request and final visible reply instead of synthetic compaction content.
  • Prevented standalone OpenCode Repo Memory initialization from contending with the active client's database.

Removed

  • Removed the local Memory Viewer. Memory search, automatic writeback, quota reminders, and supported coding-agent integrations remain available.

Links

MemoraX Code v0.1.7

Choose a tag to compare

@lizhaocst lizhaocst released this 24 Aug 06:33
b0b8f4b

MemoraX Code v0.1.7 was originally published to npm on August 22, 2026.

Fixed

  • Prevented a running Backend from blocking subsequent npm package updates on Windows.

Windows upgrade note

Windows users upgrading from versions 0.1.3 through 0.1.6 should complete this one-time sequence:

memorax-code stop
memorax-code update --latest
memorax-code

Later upgrades do not require this workaround.

Links