fix(git diff): improve git diff
This commit is contained in:
@@ -30,6 +30,14 @@ export class Commit {
|
||||
const diffStringArray = await gitRepo.getUncommittedDiff([
|
||||
'pnpm-lock.yaml',
|
||||
'package-lock.json',
|
||||
'npm-shrinkwrap.json',
|
||||
'yarn.lock',
|
||||
'deno.lock',
|
||||
'bun.lockb',
|
||||
'.claude/*',
|
||||
'.cursor/*',
|
||||
'.vscode/*',
|
||||
'.idea/*',
|
||||
]);
|
||||
// Use the new TaskContextFactory for optimized context
|
||||
const taskContextFactory = new (await import('../context/index.js')).TaskContextFactory(
|
||||
|
||||
Reference in New Issue
Block a user