enrichStackTrace
Identify the commit that introduced each frame in a stack trace. Parses Node, Python, or browser traces, filters to workspace files, and returns blame information for each frame along with the top suspect commit.
Instructions
Map stack-trace frames to introducing commits via git blame. Parses Node/Python/browser traces, filters to in-workspace files, returns per-frame commit + overall top suspect.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stackTrace | Yes | Full stack trace text. Multi-line; any language. | |
| maxFrames | No | Max frames to blame. Default 10. Top-of-stack first. |