Netclaw 0.7.8
0.7.8 2026-03-21
Netclaw v0.7.8 — CLI packaging fix for installed binaries
CLI
- Fixed installed CLI binaries crashing on the
MemoryCheckpointHealthdoctor check —libe_sqlite3.sowas missing from shipped single-file CLI binaries becauseIncludeNativeLibrariesForSelfExtract=truewas set on the daemon publish but not the CLI. The release packaging step now bundles native libs correctly, and the PR validation smoke test now runs against a published binary (matching the exact release artifact) instead of viadotnet run. (#365)