Symbol Search & Code Intelligence
Ask where something is defined -- symbol_search and tree map your code instantly.
What you'll see
- Launch
ryshin a codebase; double-Esc to prompt mode. - Prompt: "where is the main function defined."
- Agent uses
symbol_searchto locate declarations (functions, types) andtreefor structure -- both read-only. - Agent returns the precise file and line with surrounding context.
Commands shown
rysh
where is the main function defined in this project
Keys used
EnterEscape
Transcript
0:00Ask where something is defined -- symbol_search and tree map your code instantly.
0:03Launch rysh inside a codebase you want to understand.
0:08Double-press Escape to talk to the agent.
0:13Ask where a function or type lives. The agent uses symbol_search to find declarations -- functions, types, methods -- and tree to show the directory structure around it. Both are read-only, so they run without approval.
0:30Instead of grepping by hand, you just ask. Code intelligence tools turn a vague question into a precise file and line, with the surrounding structure.
0:37Find any declaration, understand any tree -- conversationally.
Key takeaway
symbol_search and tree give conversational code intelligence -- a vague question becomes a precise file and line, no approval required.