Skip to content

v2.0.0 — Windows/WSL support & skill workflow improvements

Choose a tag to compare

@rodion-m rodion-m released this 14 Apr 03:07
· 26 commits to main since this release

What's New

Windows / WSL Compatibility

  • Add .gitattributes to force LF line endings for .sh files (prevents CRLF shebang breakage on WSL)
  • Add WSL credential detection in check_auth.sh via cmdkey existence check
  • Add WSL credential reading in api_client.py via powershell.exe P/Invoke (CredReadW)
  • Add WSL credential read/store in setup.py with Windows-aware env var guidance

Skill Workflow Improvements

  • Update skill guidance for search-first workflow
  • Add canonical semantic and grep skill flows
  • Add relationships drill-down and surface MCP triage hint
  • Normalize self-hosted CodeAlive URLs in skills

Infrastructure

  • Fix skills CI setup-python cache configuration
  • Add automated runtime tests for CodeAlive skills
  • Add Claude Desktop self-hosted best practices