find_file_context
Search Claude conversation history to find all discussions and modifications related to a specific file, helping users track changes and reference previous work.
Instructions
Find all conversations and changes related to a specific file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filepath | Yes | File path to search for in conversation history | |
| operation_type | No | Filter by operation: read, edit, create, or all | all |
| limit | No | Maximum number of results (default: 15) | |
| detail_level | No | Response detail: summary (default), detailed, raw | summary |