Docs/Tools & Features/Git Integration

Git Integration

Dynamo includes native git tools — no external CLI wrappers.

Available Tools

ToolDescription
git_statusWorking tree status (staged, unstaged, untracked)
git_diffView changes (staged, unstaged, or between refs)
git_logBrowse commit history
git_commitCreate commits with messages
gh_pr_createCreate GitHub pull requests
gh_pr_viewView 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.