IDE
Using AlphaBase in VS Code and compatible forks.
AlphaBase ships a VS Code v2 extension (packages/extensions/vscode-v2) with an in-editor chat view backed by the same runtime contract used by Desktop and CLI.
Requirements
- VS Code
1.85+ alphabaseCLI available on PATH, or configured viaalphabaseV2.binaryPath
Install
code --install-extension /absolute/path/to/alphabase-v2-<version>.vsix --forceExtension ID: alphabase.alphabase-v2
Open The Chat
- Activity bar AlphaBase icon
- Command:
Open AlphaBase - Shortcut:
Cmd+L(macOS) /Ctrl+L(Windows/Linux)
Key Commands
alphabaseV2.newSessionalphabaseV2.cancelGenerationalphabaseV2.switchModelalphabaseV2.switchModealphabaseV2.exportConversationalphabaseV2.importConversationalphabaseV2.healthCheck
Important Settings
alphabaseV2.binaryPathalphabaseV2.logLevelalphabaseV2.permissionsMode(SafeorFull)alphabaseV2.autoContextalphabaseV2.thoughtAutoCollapsealphabaseV2.autoOpenGeneratedFilesalphabaseV2.sophia.modealphabaseV2.sophia.defaultModel
Expected Behavior
During a running task:
- tool/thought cards stream in the activity timeline
- generated files appear as write/edit outputs
- a final completion response lands at task end
If this sequence breaks, run Troubleshooting.