Skip to content
This repository was archived by the owner on May 20, 2026. It is now read-only.
Merged
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/extension/chatSessions/claude/node/claudeCodeAgent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,10 @@ export class ClaudeCodeSession extends Disposable {
USE_BUILTIN_RIPGREP: '0',
PATH: `${this.envService.appRoot}/node_modules/@vscode/ripgrep/bin${pathSep}${process.env.PATH}`
},
attribution: {
commit: '',
pr: '',
},
Comment thread
TylerLeonhardt marked this conversation as resolved.
},
canUseTool: async (name, input) => {
if (!this._currentRequest) {
Expand Down
Loading