You can clone any git repository into your space’s Drive. Once cloned, the AI can read, edit, and commit to the repo just like it works with apps.Documentation Index
Fetch the complete documentation index at: https://docs.kazzle.com/llms.txt
Use this file to discover all available pages before exploring further.
Cloning a repo
Tell the AI to clone a repo, or use the Drive sidebar’s + button and choose Clone repo. Provide the git URL and Kazzle handles the rest.Authentication
Git credentials are managed through the vault. Kazzle supports:- GitHub App - installation tokens, auto-refresh. The recommended approach.
- SSH keys - stored in the vault, injected via credential helper.
- Personal access tokens - stored in the vault, used for HTTPS cloning.
Operations
| Operation | Who can do it | Notes |
|---|---|---|
| Clone | You or AI | Adds the repo to Drive |
| Pull | You or AI | Fetches and merges remote changes |
| Commit | You or AI | Commits local changes |
| Push | You only | The AI asks, you approve |
| Create pull request | You only | The AI can draft the description |
| Branch/switch | You or AI | Create or switch branches |