Repo Context Pack
repo_context_packSearch repository code with hybrid semantic search to find files, paths, and snippets when file locations are unknown.
Instructions
Preferred task-oriented code lookup for unknown file locations. Use response_mode=paths_only for first-pass scouting, compact for short snippets, and snippets for ranking/debug detail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | hybrid | |
| query | Yes | ||
| max_results | No | ||
| project_path | No | ||
| related_depth | No | ||
| response_mode | No | compact | |
| max_seed_files | No | ||
| max_context_chars | No | ||
| max_related_files | No | ||
| max_related_items | No | ||
| max_snippet_chars | No | ||
| include_related_snippets | No | ||
| max_related_context_chars | No | ||
| max_related_snippet_chars | No | ||
| max_related_snippets_per_file | No |