You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)