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 or AI | Terminal git push asks for approval by default; force push is blocked |
| Create pull request | You or AI | The AI can open PRs unless you restrict it |
| Branch/switch | You or AI | Create or switch branches |