Execution
Live phase-by-phase progress for the active packet. Pause, resume, cancel from the sidebar.
The same governed pipeline that runs in Shakti Desktop and on your sdlc.sh tenant — surfaced inside VS Code as six native sidebar panels. Approve diffs, review agent work, and watch the Axon graph without leaving the editor.
Or from your terminal
code --install-extension shakti.shakti-vscode
Works in VS Code, VSCodium, Cursor, and any editor that ships the
code CLI.
Every panel speaks the same JSON-RPC + WebSocket protocol the Desktop app and dashboard
use. Configure shakti.serverUrl
in your VS Code settings to point at a local Desktop install or your sdlc.sh tenant.
Live phase-by-phase progress for the active packet. Pause, resume, cancel from the sidebar.
Stream of every agent invocation with tool calls, decisions, and outputs you can scrub through.
Approve or reject every change before it lands. Inline comments wired to the same review thread the dashboard sees.
Axon impact analysis. Right-click any symbol to see callers, callees, and blast radius.
Human-in-the-loop checkpoints surfaced as VS Code notifications you can act on without leaving the editor.
Per-phase duration, agent token spend, and approval latency. Export CSV from the panel.
Default `shakti.serverUrl` is http://127.0.0.1:9741, which is exactly what the Desktop app exposes. Run both side-by-side.
Switch `shakti.serverUrl` to https://sdlc.sh and `shakti.authMode` to sso. Auth flows through Clerk; tokens cached in the OS keychain.
Server-Pro tenants run shakti-server on Kubernetes. Drop your tenant URL in settings and the extension uses the same protocol.
Cmd/Ctrl+Shift+X focuses Execution. Cmd/Ctrl+Shift+A focuses Agent Activity. Cmd/Ctrl+Shift+D focuses Diffs. Cmd/Ctrl+Shift+G focuses Code Graph. Cmd/Ctrl+Shift+P focuses Approvals. Cmd/Ctrl+Shift+M focuses Metrics. Every command is in the Command Palette under the Shakti: category — see the full list in the docs.
Self-hosted Desktop build + 14-day evaluation license. No seat commitment.