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 摘要。