Git Integration
Dynamo includes native git tools — no external CLI wrappers.
Available Tools
| Tool | Description |
|---|---|
git_status | Working tree status (staged, unstaged, untracked) |
git_diff | View changes (staged, unstaged, or between refs) |
git_log | Browse commit history |
git_commit | Create commits with messages |
gh_pr_create | Create GitHub pull requests |
gh_pr_view | View PR details, comments, and status |
How It Works
Dynamo understands your git context automatically:
- Knows which branch you're on
- Sees staged and unstaged changes
- Reads commit history for context
- Can create well-formatted commits and PRs
All git tools are classified as safe (read-only) or write (commit/PR), with appropriate permission levels.