Releases: MarimerLLC/claude-utils
Releases · MarimerLLC/claude-utils
v0.1.8
Fixes
- Windows: replace the
claude-memsync.cmdStartup-folder launcher with aclaude-memsync.vbslauncher. The previous.cmdran the daemon withstart "" /B, which left acmd.execonsole window attached to the daemon for as long as it ran. The new VBScript launcher usesWScript.Shell.Runwith a hidden, fire-and-forget invocation, so no console window is left behind at logon. (#1) claude-memsync installandclaude-memsync uninstallnow also remove the legacyclaude-memsync.cmdso users upgrading from v0.1.7 don't end up with both launchers firing.
Upgrading from v0.1.7 on Windows
claude-memsync stop
# extract the new archive, copy bin/* over your existing install
claude-memsync install # writes the new .vbs and removes the old .cmd
claude-memsync startNo action needed on Linux / macOS — only the Windows logon path changed.
v0.1.7
- Hide child-process console windows on Windows (no more flicker)
- Skip pull/push when remote hasn't moved (ls-remote gate)
- Default PullIntervalSec bumped from 30s to 1h
- Versioning wired through -ldflags / runtime/debug.BuildInfo
- CI on main and PRs across Linux, macOS, and Windows