Alle Tools

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

Beispiele

Clone: action='clone', url='https://github.com/...'
Commit: action='commit', path='.', message='...'
Push: action='push', path='.'
Quellcode ansehen