Dashboard code editor for agent source
August 31, 2026 · release
@voicethere/agent 0.5.6
You can now edit agent source in the VoiceThere dashboard without uploading a bundle from your laptop for every tweak.
What shipped
The project Code tab (after Overview) gives you a file tree, Monaco editor, Save, Typecheck, Compile, and Deploy to cloud. Seeded agent templates load their TypeScript into the workspace on create. Compile produces a verified build the same way CLI upload does; deploy rolls it to your cloud runners.
npm from the public registry is always available — add semver dependencies in package.json and compile resolves them automatically (no toggle). Custom registries, git URLs, and native addons still require local @voicethere/cli build and upload.
Source storage is capped per plan: Free 1 MB, Budget/Budget+ 2 MB, Advanced/Ultimate 5 MB (node_modules is never stored). See the subscriptions comparison table on pricing for the Code editor source size row.
Try it
- Sign in at app.voicethere.io (or open the VoiceThere dashboard).
- Open a project → Code tab.
- Edit a file, Save, then Compile and Deploy.
- Docs: Dashboard code editor