Install
Install Node 20 or newer, then run:
npm install -g vectiscode@alphaStart the interactive interface with vectiscode. Use vectiscode doctor if setup is incomplete.
Connect a provider
Run vectiscode providers login openai, replacing openai with anthropic, google, or openrouter. The prompt is masked and the key is written only to the OS keychain. Ollama and local OpenAI-compatible servers do not require saved cloud credentials.
Connect Studio
Enable Studio as an MCP server in Roblox Studio, open the place you want to edit, then run vectiscode studio connect. Use studio list and studio select when multiple Studio instances are open.
Choose permissions
plan is read-only. supervised is the default and asks before writes. auto allows project-scoped writes while destructive, external, and unknown tools still require approval.
Useful commands
vectiscode run "prompt" runs headlessly. resume reopens a session. providers models fetches the live model catalog. rollback <checkpoint> restores a file when it has not changed since the checkpoint.
Privacy boundary
Provider keys, prompts, responses, code, paths, tool arguments, diffs, and session transcripts stay local. The optional web account remains separate from the CLI runtime.