Skip to content

v1.0.3

Choose a tag to compare

@agungprasastia agungprasastia released this 08 Aug 09:50
· 9 commits to main since this release

Fixed

  • Windows: backslash paths break Git Bash hooks: toksave_abs() returned native Windows paths (C:\Users\...\toksave.exe) which break in Git Bash (backslashes interpreted as escape characters). Now normalizes to forward slashes (C:/Users/.../toksave.exe) on Windows — valid in cmd.exe, PowerShell, and Git Bash. Users must re-run toksave init after upgrading to rewrite configs with safe paths. (@jondmarien in #24)
  • Doctor probe false positives on non-toksave MCP entries: toksave doctor probed every "command" key in agent config files, including user-owned MCP servers (e.g. node, shell builtins [, if), reporting spurious binary not found warnings. Probe now filters to toksave-owned commands only via is_toksave_exe() check. (@jondmarien in #24)