get_recent_merged_changes
Retrieves your recent committed or merged changes to review code patterns, modifications, and successful merges.
Instructions
Retrieves recent committed/merged changes made by you in this project.
Use this to pull historical code patterns, review modifications, and study successful merges.
Works seamlessly in standard Git checkouts and Jujutsu (jj) co-located checkouts.
Parameters:
- directory: The absolute path of the current workspace directory (REQUIRED).
- count: The number of recent changes to retrieve (default: 10).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| directory | Yes |