codeinfuse
Search code context using natural language queries. Review a list of numbered matches, then select one to view its full context.
Instructions
INTERACTIVE code context search. First call (selection=0): Returns numbered list of matches. CRITICAL: After first call, you MUST IMMEDIATELY call AskUserQuestion to let user pick a number - DO NOT skip this step or pick for them. Second call (selection=N): Returns full context for selection N. User selections are logged for training data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural language description of what you want to do | |
| top_k | No | Number of results to show (default 10) | |
| selection | No | User's selection (1-N). If 0 or omitted, shows search results list. |