Show a repository's Git graph in AI Coach
show_ai_coach_git_graphVisualize a local Git repository's commit graph—branches, tags, merges—inside the AI Coach mascot app; reads only local .git data, keeping history private.
Instructions
Open the commit graph (branches, tags, merges, like VS Code's Git Graph) of a local Git repository folder beside the AI Coach mascot. Pass the absolute path of a folder that contains .git. The app reads .git locally and never runs git or touches the network; the model only receives a small summary (branch, commit and ref counts), never the history itself. Use only when the user asked to see the repository history or graph.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path of a local folder that contains .git (the repository root). The AI Coach app reads the repository itself; only a small summary comes back. | |
| locale | No | Display language (BCP 47). | |
| mascotId | No | A mascotId returned by status. Defaults to the primary mascot when omitted. |