Code editor: agent SDK and Node IntelliSense by default

September 9, 2026 · release

@voicethere/agent

Opening the dashboard Code tab used to leave import from @voicethere/agent and Node globals like process without completions until you ran Typecheck. That friction is gone for the core agent SDK and Node built-ins.

What shipped

You can start editing agent code with completions immediately; add npm deps and typecheck when you need those packages in the editor.

Try it

  1. Open the VoiceThere dashboard → a project → Code.
  2. Type import { defineAgent } from "@voicethere/agent" — completions should appear without running Typecheck first.
  3. Add dependencies in package.json, Save, then Typecheck to refresh dependency IntelliSense.

Similar posts

← All posts