Releases: memorax-ai/memorax-code
Releases · memorax-ai/memorax-code
Release list
MemoraX Code v0.1.11
Fixed
- Updated Windows WorkBuddy setup to prefer
%USERPROFILE%\\.workbuddyfor
new installations while safely reconciling only MemoraX-managed plugin state
from legacy%USERPROFILE%\\.codebuddyhomes, preserving unrelated plugins,
Skills, and user data.
MemoraX Code v0.1.10
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
PATHduring 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
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
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
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-codeLater upgrades do not require this workaround.