linked_commits
Identify git commits produced from a conversation thread by comparing discussed files with git log in the same time window. Returns commit SHA, subject, and overlap count.
Instructions
List the git commits a thread likely PRODUCED — inferred on-device by overlapping the thread's discussed files with git log in the same time window. Answers 'which commit came out of this conversation?'. Each result has a short SHA, subject, and an overlap count (more shared files = higher confidence). Empty if none are inferred yet (the user runs cal commits in the repo to compute them). Pass a threadId from search_threads.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| thread_id | Yes | The thread id (from a search/recent result) to find produced commits for. |