Skip to content

MemWing v0.1.3

Choose a tag to compare

@GaosCode GaosCode released this 06 May 12:26
· 19 commits to main since this release

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