Skip to main content
Builder Feature - Tracer is included with Builder, Team, and Business plans. Free plan users can also use Tracer with purchased credits (15 credits per job).

Overview

Tracer is an autonomous agent that searches code on GitHub without requiring you to index repositories first. It delegates tasks to specialized sub-agents — each handling search, reading, or analysis in parallel — to deliver faster, more thorough results than a single-agent approach. Tracer supports two modes: Fast (powered by Claude Haiku for quick lookups) and Deep (powered by Claude Opus with 1M context window for thorough investigations). Use Tracer when you need to quickly search unfamiliar code, find implementation examples, or understand how libraries work internally.

Modes

How It Works

You provide a question, repositories to search, and optionally a mode. Tracer delegates work to specialized sub-agents that operate in parallel:
1

Plan

The coordinator analyzes your query and breaks it into sub-tasks
2

Explore

Sub-agents browse repository structures to understand layouts
3

Search & Read

Sub-agents search and read files concurrently using GitHub’s Code Search API
4

Iterate

Follow code paths as results reveal new areas, with sub-agents working in parallel
5

Synthesize

Generate a comprehensive report with file paths and line citations

Available Tools

Tracer autonomously uses four GitHub tools:

API Usage

Create a Tracer Job

Parameters: Response:

Stream Results

Subscribe to real-time updates as Tracer works:
Event Types:

Get Job Status

List Jobs

MCP Integration

Tracer is available as an MCP tool. Once configured, use it in Claude Code, Cursor, or any MCP-compatible agent:

Example Use Cases

Query: “Explain why we’re getting this error from Zod and show me the validation logic causing it.”Tracer searches the Zod repo for error messages, finds the validation functions, reads the implementation, and explains exactly what triggers the error.
Query: “Find examples of how to implement cursor-based pagination in GraphQL resolvers.”Tracer searches multiple repositories, finds pagination implementations, compares approaches, and synthesizes findings.
Query: “How does React’s useEffect cleanup function work?”Tracer navigates the React codebase, finds the hooks implementation, reads the relevant code, and explains the cleanup mechanism.
Use Tracer when:
  • Exploring unfamiliar code
  • Searching repos you haven’t indexed
  • Researching across multiple repositories
Use Nia Search when:
  • Working with familiar codebases
  • Need fast, repeated searches
  • Want precise control over search scope