Releases: Adrian-Francisco-Lopez/grok-vscode-chat
Release list
v1.0.0
Grok Subscription in Copilot Chat VS Code 1.0.0
First stable public release (GitHub + intended Visual Studio Marketplace upload).
Unofficial community project. Not affiliated with, endorsed by, or sponsored by xAI, GitHub, or Microsoft. Requires the separately installed official Grok CLI and a SuperGrok / X Premium+ login. No xAI API key.
Install from this release
- Download
grok-vscode-chat-1.0.0.vsixandSHA256SUMS.txt shasum -a 256 -c SHA256SUMS.txtcode --install-extension ./grok-vscode-chat-1.0.0.vsix --force
Authoritative SHA-256: 0f91e74d675656957a435e6586f017132527c962429f79995aa5b52c6c223229
Extension ID: adrian-francisco-lopez.grok-vscode-chat
Marketplace
Upload this exact VSIX via the publisher portal (manual first release). Do not rebuild a second package for Marketplace.
Highlights
- Selectable Grok models in VS Code Chat / Agent mode via official CLI subscription
- Agent loop hardening: repairs progress-only “Continuing…” replies; normalizes mixed text/tool output
- Cross-platform CLI discovery + ProcessExecution sign-in
- Image input, Thinking Effort, diagnostics without logging secrets
Platforms
| OS | Status |
|---|---|
| macOS | Maintainer-tested |
| Windows | Unit-tested path/login args; no maintainer Windows desktop for this release |
| Linux | Community-supported |
Repository: https://github.com/Adrian-Francisco-Lopez/grok-vscode-chat
v0.3.0
Grok Subscription in Copilot Chat VS Code 0.3.0
Unofficial community project. Not affiliated with, endorsed by, or sponsored by xAI, GitHub, or Microsoft.
This is the first public GitHub prerelease. It is not the stable Marketplace 1.0.0 release.
Requirements
- VS Code
^1.104.0 - Official Grok CLI installed and signed in (
grok login --device-auth) - SuperGrok / X Premium+ subscription via CLI auth — no xAI API key
Install from this release
- Download
grok-vscode-chat-0.3.0.vsixandSHA256SUMS.txtfrom this release - Verify:
shasum -a 256 -c SHA256SUMS.txt - Install:
code --install-extension ./grok-vscode-chat-0.3.0.vsix --force
Extension ID (after Marketplace publication): adrian-francisco-lopez.grok-vscode-chat
Platforms
| OS | Status |
|---|---|
| macOS | Maintainer-tested |
| Windows | Pending owner gate (checklist) |
| Linux | Community-supported |
What is in this build
- Selectable Grok models in VS Code Chat / Agent mode
- Official CLI authentication (no reimplemented OAuth)
- Cross-platform CLI discovery (macOS / Windows / Linux candidates)
- ProcessExecution-based sign-in (no shell string injection)
- Image input via private short-lived prompt files
- Native Thinking Effort selector support
- Hard CLI tool isolation so VS Code owns the Agent tool loop
Privacy / security
- Extension does not store API keys or upload
auth.json - Never attach auth files, tokens, or full prompts to issues
- See SECURITY.md and PRIVACY.md
Next steps toward Marketplace 1.0.0
- Owner Windows gate on this exact VSIX
- Create Marketplace publisher ID
adrian-francisco-lopezin the publisher portal - Promote the exact GitHub Release VSIX to Marketplace as
1.0.0(manual upload preferred for first release)
Repository: https://github.com/Adrian-Francisco-Lopez/grok-vscode-chat