-
Notifications
You must be signed in to change notification settings - Fork 107
Open
Description
Tried to use PreToolUse and PostTool Use win Cline with git-ai but it seems it is not working. Here is Pretooluse script.
try {
$rawInput = [Console]::In.ReadToEnd()
if ($rawInput) {
$null = $rawInput | ConvertFrom-Json
$rawInput | & "C:\new_software.git-ai\bin\git-ai.exe" checkpoint cline --hook-input stdin
}
} catch {
Write-Error "[PreToolUse] git-ai checkpoint failed: $($_.Exception.Message)"
}
@{
cancel = $false
contextModification = ""
errorMessage = ""
} | ConvertTo-Json -Compress
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels