Skip to content

Releases: GaosCode/MemWing

MemWing v0.1.5

07 May 05:26

Choose a tag to compare

Changes

  • Add memwing restart for restarting the local MemWing runtime after Docker or dependency restarts.
  • Add dry-run-first memwing openclaw repair with explicit --yes apply mode for stale MemWing OpenClaw plugin state.
  • Improve OpenClaw config-schema error hints and release smoke coverage.

Verification

  • uv run pytest tests/unit/test_openclaw_installer.py tests/unit/test_cli_config.py tests/unit/test_release_packaging.py -q
  • MEMWING_VERSION=0.1.5 packaging/release/build_artifact.sh
  • artifact quickstart/control-plane smoke via packaging/release/smoke_quickstart.sh
  • release artifact metadata/path scan

MemWing v0.1.4

07 May 04:11

Choose a tag to compare

MemWing v0.1.4 focuses on OpenClaw memory-slot integration, scoped demo setup, and Feishu push-card delivery.\n\nHighlights:\n- Install MemWing as both the OpenClaw context engine and native memory provider.\n- Add scoped bootstrap via memwing scope create for cleaner demo/project switching.\n- Trigger reusable push-card candidates from MemWing memories and deliver them through OpenClaw reply dispatch.\n- Preserve Feishu receive target type and provider diagnostics in outbox failures.\n- Refresh release artifact and Homebrew formula checksum.

MemWing v0.1.3

06 May 12:26

Choose a tag to compare

What's changed

  • Full-local quickstart now verifies Postgres authentication instead of only checking that the port is reachable.
  • Full-local quickstart now verifies Neo4j credentials and reports a clear missing-password error before runtime startup.
  • Service precheck output now distinguishes reachable from authenticated for dependencies that need credentials.
  • Release metadata is bumped to v0.1.3 across the CLI, OpenClaw plugin manifest, install script, artifact builder, and Homebrew formula.

Artifact

  • memwing-0.1.3.tar.gz
  • SHA256: d95c3443dd51bbca01b1ef1f917e700b0ac9d99569ba638966f564573e3b3c37

Validation

  • uv run pytest tests/unit/test_service_supervisor.py tests/unit/test_cli_config.py tests/unit/test_release_packaging.py tests/unit/test_openclaw_smoke.py tests/unit/test_control_plane_launcher.py
  • npm test && npm run typecheck in memwing/integrations/openclaw
  • Release artifact scan for __pycache__, .pyc, direct_url.json, source maps, and local build paths
  • Extracted artifact quickstart/control-plane smoke
  • Isolated HOME OpenClaw plugin install and runtime inspect smoke

MemWing v0.1.2

06 May 12:04

Choose a tag to compare

MemWing v0.1.2

Patch release for OpenClaw 2026.5.5 plugin runtime compatibility.

Fixed

  • Declares the MemWing OpenClaw plugin as kind: "context-engine" so runtime inspect reports the context engine capability.
  • Declares all MemWing and native memory shim tools under contracts.tools, matching OpenClaw 2026.5.5's stricter plugin contract validation.
  • Improves MemWing's OpenClaw smoke failure message by surfacing plugin diagnostics when runtime registration fails.

Validation

  • uv run pytest tests/unit/test_openclaw_smoke.py tests/unit/test_release_packaging.py tests/unit/test_cli_config.py tests/unit/test_control_plane_launcher.py
  • npm test && npm run typecheck in memwing/integrations/openclaw
  • packaging/release/smoke_quickstart.sh <extracted-artifact>
  • Real openclaw CLI install and runtime inspect smoke under an isolated HOME

MemWing v0.1.1

06 May 11:49

Choose a tag to compare

MemWing v0.1.1

Patch release for the Homebrew/tap install path and release artifact hygiene.

Fixed

  • Bundles the OpenClaw plugin package.json in the release artifact so memwing openclaw install is treated as a plugin install instead of a hook-pack install.
  • Removes __pycache__, .pyc, and direct_url.json build metadata from the release artifact.
  • Removes third-party SBOM files with runner-local paths and redacts local build paths from numpy.__config__.
  • Updates the Homebrew formula to the v0.1.1 artifact checksum.

Validation

  • uv run pytest tests/unit/test_release_packaging.py tests/unit/test_cli_config.py tests/unit/test_control_plane_launcher.py
  • npm run typecheck in memwing/integrations/openclaw
  • packaging/release/smoke_quickstart.sh <extracted-artifact>
  • Real openclaw CLI install smoke under an isolated HOME

MemWing v0.1.0

06 May 10:26

Choose a tag to compare

MemWing v0.1.0 initial tap release.

Install with Homebrew:

brew install GaosCode/tap/memwing

Quick start:

memwing quickstart --profile lite
memwing openclaw install
memwing control-plane

This release line is built from 74b0f79 plus minimal release packaging commits, and does not include the later benchmark CLI refactor commit.