Installation
Quick Start
Push automatically triggers code embedding for semantic search. After 3-8 seconds, your code is searchable. See Semantic Search for search usage.
Git Operations
All standard Git operations are supported. Push automatically triggers code embedding for semantic search.Git Methods
| Method | Description |
|---|---|
init(options) | Initialize new repository |
clone(options) | Clone existing repository |
add(options) | Stage file for commit |
commit(options) | Commit staged changes |
push(options) | Push to remote (triggers code embedding) |
pull(options) | Pull from remote |
status(options) | Get file status |
statusMatrix(options) | Get all file statuses |
log(options) | Get commit history |
checkout(options) | Checkout branch or commit |
branch(options) | Create new branch |
listBranches(options) | List all branches |
currentBranch(options) | Get current branch name |
resolveRef(options) | Get commit hash for ref |