Documentation

From install to first Studio turn.

The alpha is intentionally small: configure a provider, connect Roblox Studio, choose a permission mode, and run the agent inside your project.

01

Install

Install Node 20 or newer, then run:

npm install -g vectiscode@alpha

Start the interactive interface with vectiscode. Use vectiscode doctor if setup is incomplete.

02

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.

03

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.

04

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.

05

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.

06

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.