analyze_code_diff
Compare code versions to identify specific changes, extract minimal updates, and optimize code references efficiently for AI assistants. Supports TypeScript/JavaScript, Python, Go, and Rust.
Instructions
Analyze differences between code versions and provide minimal updates
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filePath | Yes | Path to the source file | |
newContent | Yes | Current version of the code | |
oldContent | Yes | Previous version of the code |