Skip to content

Commit 415dc5b

Browse files
Pavel Sergeevclaude
authored andcommitted
feat: Add exclude_patterns to incremental updater
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent c9726b9 commit 415dc5b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

codebase_rag/mcp/tools.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ async def index_repository(self) -> str:
301301
repo_path=Path(self.project_root),
302302
parsers=self.parsers,
303303
queries=self.queries,
304+
exclude_patterns=cs.IGNORE_PATTERNS,
304305
)
305306
updater.run()
306307

0 commit comments

Comments
 (0)