Pongogo for VS Code
AI agent knowledge routing — install, status, and lifecycle management for Pongogo.
Features
- Status bar: Shows Pongogo health and version at a glance
- Project initialization: Detects new projects and offers to set up Pongogo
- Authentication: Log in to Pongogo via device code flow
- Upgrade notifications: Know when a new CLI version is available
- Command palette: All lifecycle commands available via Ctrl+Shift+P
Requirements
- Pongogo CLI installed (
pipx install pongogo)
- VS Code 1.85+
Commands
| Command |
Description |
Pongogo: Initialize Project |
Set up Pongogo in the current workspace |
Pongogo: Install VS Code Integration |
Add VS Code config to an initialized project |
Pongogo: Show Status |
Display current health and version |
Pongogo: Log In |
Authenticate via device code flow |
Pongogo: Log Out |
Clear authentication |
Pongogo: Who Am I |
Show current identity |
Pongogo: Upgrade CLI |
Upgrade to latest Pongogo version |
Settings
| Setting |
Default |
Description |
pongogo.statusBar.enabled |
true |
Show status bar item |
pongogo.statusBar.pollIntervalSeconds |
300 |
Health check interval (seconds) |
pongogo.cli.path |
"" |
Custom CLI path (auto-detect if empty) |
| |