Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions grok-cli/agent.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"id": "grok-cli",
"name": "Grok-cli",
"description": "An open-source AI agent that brings the power of xAI's Grok models directly into your terminal and Zed editor.",
"author": "micro-tech",
"version": "0.1.2",
"repository": "https://github.com/micro-tech/grok-cli",
"license": "License",
"icon": "https://www.google.com/search?q=https://raw.githubusercontent.com/micro-tech/grok-cli/main/icon.svg",
"type": "custom",
"command": "grok",
"args": ["--acp"],
"env_vars": [
{
"name": "GROK_API_KEY",
"description": "Your xAI API key from console.x.ai",
"required": true
}
],
"targets": {
"darwin-aarch64": {
"bin": "grok"
},
"linux-x86_64": {
"bin": "grok"
},
"windows-x86_64": {
"bin": "grok.exe"
}
},
"distribution": {
"npm": {
"package": "grok-cli-acp"
}
}
}
6 changes: 6 additions & 0 deletions grok-cli/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading