Skip to content

Commit fb852bd

Browse files
Update lambda_agent/tools.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent bba3539 commit fb852bd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lambda_agent/tools.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ def search_repo(query: str, path: str = ".") -> str:
138138
"--exclude-dir=__pycache__",
139139
"--exclude-dir=node_modules",
140140
"--exclude-dir=.ruff_cache",
141+
"--",
141142
query,
142143
path,
143144
]

0 commit comments

Comments
 (0)