豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

Commit 9a94617

Browse files
Add includeHookEvents: true to Claude SDK query options
Agent-Logs-Url: https://github.com/microsoft/vscode-copilot-chat/sessions/88996da6-6787-43e8-a333-6320deda48b9 Co-authored-by: TylerLeonhardt <2644648+TylerLeonhardt@users.noreply.github.com>
1 parent 4688972 commit 9a94617

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/extension/chatSessions/claude/node/claudeCodeAgent.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,7 @@ export class ClaudeCodeSession extends Disposable {
441441
// Pass the permission mode to the SDK
442442
permissionMode: this._currentPermissionMode,
443443
hooks: this._buildHooks(token),
444+
includeHookEvents: true,
444445
mcpServers,
445446
settings: {
446447
env: {

0 commit comments

Comments
 (0)