github / github/copilot-cli

sessionStart hook in .github/hooks/ does not fire in Copilot CLI (v0.0.420)

未關閉
#1,730 8 則留言 3 個 reaction 已指派 0 人 在 GitHub 檢視
area:plugins
主要語言
Shell
星號
11.2k
分支
1.9k
平均合併
14 小時 16 分鐘
30 天內合併 PR
6

描述

### Describe the bug

`sessionStart` hooks defined in `.github/hooks/*.json` do not execute when starting a Copilot CLI session.

### Environment
- **CLI version:** v0.0.420
- **OS:** Windows 11
- **Shell:** PowerShell 7

### Hook configuration

**File:** `.github/hooks/test-hook.json`
```json
{
"version": 1,
"hooks": {
"sessionStart": [
{
"type": "command",
"bash": "echo \"Session started: $(date)\" >> logs/session.log",
"powershell": "Add-Content -Path logs/session.log -Value \"Session started: $(Get-Date)\"",
"cwd": ".",
"timeoutSec": 10
}
]
}
}
```

### Expected behavior

`logs/session.log` should be created with a timestamp entry when a CLI session starts.

### Actual behavior

`logs/session.log` is never created. The `sessionStart` hook does not fire.

### Additional context

```

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。