mirror of
https://github.com/cline/cline.git
synced 2026-09-19 10:13:34 +08:00
* feat(hooks): add Windows hook execution via PowerShell * chore(changeset): add release note for Windows hooks * Get hooks working on Windows Remove changeset file (we no longer use changeset files) feat(hooks): support Windows PowerShell hook resolution and management feat(hooks): complete windows powershell hook support and tests Detect linux-style hooks only on macOS and linux and detect PowerShell-style hooks only on Windows Fixes for failing unit tests on Windows in CI Fix failing unit tests on Windows in CI Fix unit tests for hooks on Windows Be clear about .ps1 file extension for hooks in PowerShell vs. bash/binary for linux-style hooks Remove separate test suite step Reapply hooks-specific test suite Fix failing hooks tests * Harden Windows hook PowerShell runtime and test coverage * test: centralize hook test env and platform overrides --------- Co-authored-by: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com>