Code Search with Probe and AI

Configured Search Folders:

Loading configured folders...

About Probe Tool

This chat interface uses the Probe semantic code search tool. The AI (powered by either Anthropic's Claude or OpenAI's GPT) can search through your codebase to find relevant code blocks and create diagrams to explain code structure.

Example queries:

You can specify a folder to search in: "Search for API handlers in folder /Users/leonidbugaev/go/src/tyk"

Probe extracts complete code blocks (functions, classes, methods) to provide full context for AI analysis.

Available Tools

graph TD A[Client] --> B[Server] B --> C[Database]