Releases: GaosCode/MemWing
MemWing v0.1.5
Changes
- Add
memwing restartfor restarting the local MemWing runtime after Docker or dependency restarts. - Add dry-run-first
memwing openclaw repairwith explicit--yesapply 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 -qMEMWING_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
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
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
reachablefromauthenticatedfor 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.pynpm test && npm run typecheckinmemwing/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
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.pynpm test && npm run typecheckinmemwing/integrations/openclawpackaging/release/smoke_quickstart.sh <extracted-artifact>- Real
openclawCLI install and runtime inspect smoke under an isolatedHOME
MemWing v0.1.1
MemWing v0.1.1
Patch release for the Homebrew/tap install path and release artifact hygiene.
Fixed
- Bundles the OpenClaw plugin
package.jsonin the release artifact somemwing openclaw installis treated as a plugin install instead of a hook-pack install. - Removes
__pycache__,.pyc, anddirect_url.jsonbuild 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.pynpm run typecheckinmemwing/integrations/openclawpackaging/release/smoke_quickstart.sh <extracted-artifact>- Real
openclawCLI install smoke under an isolatedHOME
MemWing v0.1.0
MemWing v0.1.0 initial tap release.
Install with Homebrew:
brew install GaosCode/tap/memwingQuick start:
memwing quickstart --profile lite
memwing openclaw install
memwing control-planeThis release line is built from 74b0f79 plus minimal release packaging commits, and does not include the later benchmark CLI refactor commit.