Stealth GitHub — GitHub repos in VS Code without
|
| Command | When to use |
|---|---|
| Open GitHub Repository… | Open another repo |
| Find File… | Search paths in the repo |
| Hydrate Active File from GitHub | Reload real content if you see a stub |
| Dashboard | Disk, API, workspace overview |
| Compare with GitHub / Pull from GitHub | Sync with remote |
| Create Pull Request… | Open compare/PR in browser |
| Disk Governor (All Repos)… | Cap total ~/.stealth disk |
| Cache Actions… | Evict cached files, pin workspace |
| Menu… | All commands in one list |
Tips
- Stub Guard: If AI or search sees placeholder text, run Hydrate Active File before sharing code.
- Large folders (
node_modules, lockfiles) are blocked from hydration by default. - Run tests /
npm installin repo: use a realgit cloneor a Codespace — Stealth GitHub is for edit-and-push workflows.
Pro / trial (Lemon Squeezy)
- 14-day free trial — full features, then Pro required.
- After trial without payment — cannot open repos, load files from GitHub, save, push, or sync until you subscribe.
- Subscribe: Stealth GitHub Pro on Lemon Squeezy
- After purchase: Stealth GitHub: Activate License Key (key from Lemon email).
Publisher setup: docs/lemonsqueezy-setup.md
Install kingpranav21.stealth-github on Open VSX. The older
kingpranav21.stealthlisting is deprecated.
Settings (optional)
Settings → search stealth:
stealth.cacheMaxMb— max disk per workspace (default 500)stealth.globalCacheMaxMb— cap all repos under~/.stealth(0 = off)stealth.stubGuard— warn on stub content in editorstealth.checkoutUrl— your Lemon Squeezy checkout linkstealth.licensing.enabled— trial / Pro gate (default on)stealth.trialDays— trial length (default 14)
Features
- Shallow / lazy repo index, on-demand file hydration
- Save to GitHub via Contents API (no local
.git) - Stub Guard, Disk Governor, Dashboard, find file, branch switch, PR link
Privacy & data
- GitHub: editor OAuth — tokens are not stored in the VSIX
- Local: indexes and cache under
~/.stealth/on your machine - Network:
api.github.comwhen you browse, open, or save - No extension-owned telemetry
Support
Issues: https://github.com/kingpranav21/stealth/issues
License
MIT — LICENSE