Git status
Real-time .git watcher surfacing branch, commit, and dirty state.
Ptah treats git as a first-class part of your workspace. Every open workspace that contains a .git/ directory gets:
The integration is read-first. Agents can propose commits, branch switches, and worktree operations, but destructive actions always require your confirmation.
Git status
Real-time .git watcher surfacing branch, commit, and dirty state.
Worktrees
Parallel development with git worktree — ideal for agent-driven branches.
Diffs
Side-by-side file change display with syntax highlighting.
Commits
Agent-assisted conventional commits with commitlint enforcement.
Branch awareness
How agent context adapts when you switch branches.
| Feature | Where to find it |
|---|---|
| Current branch | Status bar, bottom-left |
| Short commit hash | Status bar, next to branch |
| Dirty indicator | Orange dot next to branch when uncommitted changes exist |
| Diff viewer | Click any modified file in the file tree |
| Worktree panel | View → Git Worktrees |
| Commit composer | Chat command /commit or Git → Commit changes |