Code tab: compile, promote, and deploy as separate steps
September 21, 2026 · release
@voicethere/agent · @voicethere/cli
After you Save on the project Code tab, publish is three buttons.
Compile & upload stores a verified build from that saved source. It leaves the active build and rollout alone.
Promote this build points the project at that compile, while live sessions keep the previous bundle until you deploy.
Deploy to cloud rolls out the active build (drain by default), and the button stays disabled until you have promoted the compile you just ran.
Refresh types still only updates editor typings, with no build at the end of that job.
voicethere deploy --wait from the CLI still promotes if you skip a separate promote step, which the Code tab will not do.
Try it
- Sign in at app.voicethere.io.
- Open a project → Code tab.
- Edit, Save, Compile & upload, Promote this build, then Deploy to cloud.
- Docs: Dashboard code editor