v0.3.0
Pre-release
Pre-release
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