SynapseNexus Extension
SynapseNexus provides a VS Code dashboard for architecture analysis and delivery workflows.
Highlights
- Compass sidebar for task context and workspace navigation
- Graphify code maps with Ollama or cloud LLM backends
- Architect studio for LLD PDF and Swagger analysis
- Ollama local/cloud generation flows
- Manifest scaffold and report export workflows
- Rust sidecar for fast local data processing
Requirements
- VS Code
^1.85.0
- Python 3.10+ on PATH (Graphify / analyzer; dependencies bundled in the VSIX)
- Ollama (optional, for local models)
Build VSIX
From repository root:
./scripts/package.sh
Or from this folder:
pnpm install && pnpm run build
pnpm run bundle:python
pnpm exec vsce package
Produces amir-synapse-nexus-<version>.vsix (~300MB with bundled Python libs).
Local Development
From the repository root:
./scripts/dev-prepare.sh
Then open VS Code and press F5. Dev mode does not require bundle:python; first Graphify use may install into global storage if bundles are missing.
Settings
| Setting |
Description |
synapse.graphify.autoInstall |
Use bundled Python or install into extension storage (default: true) |
synapse.graphify.backend |
ollama or auto |
synapse.graphify.ollamaModel |
Ollama model for Graphify extraction |
synapse.ollama.apiKey |
API key for Ollama Cloud models |
License
MIT
| |