Skip to content

Releases: coderalnaim/memographix

Memographix v0.1.11

27 Apr 15:15

Choose a tag to compare

Self-healing activation across IDEs. Adds mgx heal, doctor --live --repair, verify-agent --repair, explicit --root CLI fallback guidance, CLI capture event accounting, richer repo/event diagnostics, isolated release smoke checks, and Python 3.14 package metadata.

Memographix v0.1.10

27 Apr 14:37

Choose a tag to compare

Route capture_task by resolve_event_id so captures save to the repo that produced the context, even when the agent's current directory or repo hint is wrong. Tighten generated rules to pass repo_root back on capture.

Memographix v0.1.9

27 Apr 14:21

Choose a tag to compare

Fix Codex activation by installing a Memographix Codex skill during setup, and prevent explicit unconfigured repo paths from falling back to another registered repo.

Memographix v0.1.8

27 Apr 14:03

Choose a tag to compare

Patch release for strict agent activation upgrade behavior.\n\nHighlights:\n- Rerunning mgx setup now replaces old Memographix agent-rule blocks with the strict activation rules.\n- Keeps surrounding project instructions intact.\n- Bumps package metadata to 0.1.8.

Memographix v0.1.7

27 Apr 13:58

Choose a tag to compare

Strict agent activation release.\n\nHighlights:\n- Adds strict agent memory mode by default.\n- Adds mgx verify-agent to prove the active agent actually calls Memographix MCP.\n- Adds mgx guard to detect missed MCP usage and missed captures.\n- Adds capture final_status_line receipts for agent final answers.\n- Expands doctor, savings, and activation status diagnostics.

Memographix v0.1.6

27 Apr 12:53

Choose a tag to compare

Release 0.1.6 adds the automatic activation router: repo registry, global MCP routing, live doctor checks, zero-savings diagnostics, repo listing, MCP repair, resolve event IDs, and capture reuse of resolve evidence.

Memographix v0.1.5

27 Apr 12:28

Choose a tag to compare

Fixes setup and doctor for supported agent MCP integrations.\n\n- Configures Codex, Claude Code, Cursor, GitHub Copilot in VS Code, Gemini CLI, OpenCode, and Windsurf MCP files where supported.\n- Keeps Aider on project rules and CLI fallback.\n- Adds per-agent integration status in setup, status, and doctor output.\n- Records setup agent selection and fixes cross-platform integration tests.

Memographix v0.1.4

27 Apr 12:03

Choose a tag to compare

Patch release focused on PyPI project-page polish.

Changes:

  • Remove badge image rows from the packaged README so PyPI no longer shows badge alt text like CI/PyPI/Python/License.
  • Keep the quickstart clean with pipx install memographix, mgx setup, and mgx savings.
  • Add a README test to prevent badge markdown from returning to the packaged description.

Memographix v0.1.3

27 Apr 11:54

Choose a tag to compare

Patch release focused on smoother installation.

Changes:

  • Support Python 3.14 so pipx/Homebrew Python users can install normally.
  • Recommend pipx install memographix as the CLI install path.
  • Keep python -m pip install memographix for virtual environments and CI.
  • Add Python 3.14 to CI.

Memographix v0.1.2

27 Apr 11:37

Choose a tag to compare

Patch release focused on simplifying installation.

Changes:

  • Make the standard PyPI install include MCP support by default.
  • Keep the old memographix[mcp] extra as a backward-compatible no-op.
  • Clarify README quick start around one install command.
  • Keep README install instructions versionless and rely on the live PyPI badge for the latest version.
  • Update release artifact smoke tests for runtime dependencies.