change_context
Retrieve commit history for any symbol—see who last modified it and when. Returns author, date, and subject for each change, newest first.
Instructions
Read-only. Join a symbol to its Git history: the exact commits that touched it with author, date, and subject. Returns history facts only — no generated 'why' narrative. Use it to date a change or find who last touched a function; newest first, paged with limit/offset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | maximum commits returned | |
| format | No | text (compact, default) | json (structured result page) | |
| offset | No | commit offset for paging | |
| symbol | Yes | symbol name or graph node id |