Alle Tools
Quellcode ansehen
Git
Execution stable v1.0.0
Git version control operations: clone, status, add, commit, push, pull, diff, log
Tools sind fest im Agenten eingebaut — nichts zu installieren. Im Cloud-Modus hängt die
Verfügbarkeit vom Tarif ab (Capability-Gating).
Anwendungsfälle
- Clone repositories
- Commit changes
- Push and pull from remote
- View git status and diff
- Manage branches
Beispiele
Clone: action='clone', url='https://github.com/...'
Commit: action='commit', path='.', message='...'
Push: action='push', path='.'