Ask about the indexed codebase
ask_codebaseAsk plain-English questions about your codebase. Retrieves relevant code via vector search and returns answers with file:line citations.
Instructions
Ask a plain-English question about the connected repo. Grounds on pgvector retrieval over project_codebase_files and returns an answer with file:line citations. Requires codebase indexing enabled and an Anthropic or OpenAI BYOK key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Project UUID (defaults to configured project) | |
| question | Yes | Plain-English question about the repo | |
| thread_id | No | Optional thread UUID to continue a conversation | |
| file_path | No | Optional file path focus | |
| symbol_name | No | Optional symbol name focus |