Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
e5529f0
Add grok-cli agent and icon
micro-tech Jan 29, 2026
a7a900c
Update icon.svg
micro-tech Jan 29, 2026
bc981b9
Update agent.json
micro-tech Jan 31, 2026
7c25e38
Merge branch 'agentclientprotocol:main' into main
micro-tech Jan 31, 2026
3ff2f0c
Merge branch 'main' into main
benbrandt Feb 9, 2026
44b1220
Merge branch 'main' into main
micro-tech Feb 14, 2026
6180bfd
Switch grok-cli to binary distributions
micro-tech Feb 15, 2026
c162622
Merge branch 'main' into main
micro-tech Feb 15, 2026
ff8c6a5
Add macOS x86_64 binary target
micro-tech Feb 15, 2026
52b1c58
Merge branch 'main' into main
micro-tech Feb 15, 2026
1d1a452
Merge branch 'main' into main
micro-tech Feb 17, 2026
14e639c
Merge branch 'main' into main
micro-tech Feb 18, 2026
e2e5479
Merge branch 'main' into main
micro-tech Feb 19, 2026
bc25e73
Merge branch 'main' into main
micro-tech Feb 19, 2026
9441003
Merge branch 'main' into main
micro-tech Feb 19, 2026
7a3945e
Merge branch 'main' into main
micro-tech Feb 19, 2026
13ed994
update agent.json
micro-tech Feb 20, 2026
6dcd099
Merge branch 'main' of https://github.com/micro-tech/acp_registry
micro-tech Feb 20, 2026
6ebb01f
Merge branch 'main' into main
micro-tech Feb 20, 2026
1919eda
Merge branch 'main' into main
micro-tech Feb 21, 2026
f0b67bd
Merge branch 'main' into main
micro-tech Feb 23, 2026
b462216
Merge branch 'main' into main
micro-tech Feb 27, 2026
729d588
Merge branch 'main' into main
micro-tech Mar 1, 2026
edaecd2
update to 0.1.6
micro-tech Mar 11, 2026
6c1a349
Merge branch 'main' into main
micro-tech Mar 11, 2026
d08c088
Bump version from 0.1.2 to 0.1.6
micro-tech Mar 11, 2026
f33b01c
Use secrets.GITHUB_TOKEN and drop token gen
micro-tech Mar 11, 2026
e8a6579
Switch grok-cli to new distribution schema
micro-tech Mar 11, 2026
e81de1a
Update grok-cli agent metadata and icon
micro-tech Mar 11, 2026
4855f7b
Merge branch 'main' into main
micro-tech Mar 12, 2026
7eec339
Merge branch 'agentclientprotocol:main' into main
micro-tech Mar 14, 2026
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
28 changes: 6 additions & 22 deletions .github/workflows/update-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,22 +35,10 @@ jobs:
with:
python-version: "3.14"

- &generate-token
# Generating a GitHub token, so that PRs and tags created by
# the action can trigger actions workflows.
name: Generate GitHub token
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf
id: generate-token
with:
# GitHub App ID secret name
app-id: ${{ secrets.RELEASE_PLZ_APP_ID }}
# GitHub App private key secret name
private-key: ${{ secrets.RELEASE_PLZ_APP_PRIVATE_KEY }}

- name: Check for version updates
id: check
env:
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
set +e

Expand Down Expand Up @@ -90,7 +78,7 @@ jobs:
issues: write
steps:
- name: Create failure issue
uses: actions/github-script@v8
uses: actions/github-script@v7
with:
script: |
const title = `Version check failed - ${new Date().toISOString().split('T')[0]}`;
Expand Down Expand Up @@ -135,11 +123,10 @@ jobs:
permissions:
contents: write
steps:
- *generate-token
- name: Checkout repository
uses: actions/checkout@v6
with:
token: ${{ steps.generate-token.outputs.token }}
token: ${{ secrets.GITHUB_TOKEN }}

- name: Set up Python
uses: actions/setup-python@v6
Expand All @@ -156,7 +143,7 @@ jobs:

- name: Apply version updates
env:
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
ARGS="--apply"
if [ -n "${{ inputs.agents }}" ]; then
Expand Down Expand Up @@ -208,7 +195,7 @@ jobs:
env:
COMMIT_SUMMARY: ${{ steps.commit_msg.outputs.summary }}
COMMIT_DETAILS: ${{ steps.commit_msg.outputs.details }}
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git config user.name "acp-release[bot]"
git config user.email "2373403+acp-release[bot]@users.noreply.github.com"
Expand All @@ -230,11 +217,8 @@ jobs:
contents: read
issues: write
steps:
- *generate-token
- name: Create failure issue
uses: actions/github-script@v8
env:
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}
uses: actions/github-script@v7
with:
script: |
const title = `Version update failed - ${new Date().toISOString().split('T')[0]}`;
Expand Down
34 changes: 34 additions & 0 deletions grok-cli/agent.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"id": "grok-cli",
"name": "Grok CLI",
"version": "0.1.6",
"description": "An open-source AI agent that brings the power of xAI's Grok models directly into your terminal and Zed editor.",
"repository": "https://github.com/micro-tech/grok-cli",
"authors": ["John McConnell"],
"license": "Custom-NC-Attribution",
"icon": "icon.svg",
"distribution": {
"binary": {
"darwin-x86_64": {
"archive": "https://github.com/micro-tech/grok-cli/releases/download/v0.1.6/grok-cli-macos-x86_64.zip",
"cmd": "grok",
"args": ["acp", "stdio"]
},
"darwin-aarch64": {
"archive": "https://github.com/micro-tech/grok-cli/releases/download/v0.1.6/grok-cli-macos-aarch64.zip",
"cmd": "grok",
"args": ["acp", "stdio"]
},
"linux-x86_64": {
"archive": "https://github.com/micro-tech/grok-cli/releases/download/v0.1.6/grok-cli-linux-x86_64.zip",
"cmd": "grok",
"args": ["acp", "stdio"]
},
"windows-x86_64": {
"archive": "https://github.com/micro-tech/grok-cli/releases/download/v0.1.6/grok-cli-windows-x86_64.zip",
"cmd": "grok.exe",
"args": ["acp", "stdio"]
}
}
}
}
3 changes: 3 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.