search_by_filename
Retrieve prior coding sessions that touched a specific file or folder path. Use when you need change history for a known path without semantic search terms.
Instructions
Find prior sessions that touched a file or folder path.
Use when the user asks for changes/history for a specific file or folder and does not provide
separate semantic search terms, for example "show me all changes in auth.tsx" or
"show me changes under /somefolder". If the user includes semantic terms too, such as
"show all auth fixes in auth.tsx", use search_sessions with file_path instead.
date_from is inclusive and date_to is exclusive. Both filter by ingestion date in
YYYY-MM-DD format.
scope controls whose sessions are searched: "mine", "team", or "org". Omit scope to search
the widest scope your organization's sharing settings allow.
Do not automatically call summarize_session after this tool.
This is also the explicit second step after search_sessions identifies a likely file in its
changed_files result for an implementation-history question.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| scope | No | ||
| date_to | No | ||
| date_from | No | ||
| file_path | Yes | ||
| project_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||