Template workspaces now include package.json
September 10, 2026 · release
@voicethere/agent 0.7.8
Dashboard agent templates now seed a root package.json alongside template TypeScript — the same manifest you can use locally with @voicethere/cli and @voicethere/agent scripts.
What shipped
- New seeded projects get
package.jsonwith@voicethere/agent, npm scripts (build,verify,upload,deploy,source:push,source:pull), and extra deps such asioredison Redis templates. - Existing workspaces without a root manifest are not auto-migrated. Open the project Code tab and use Add package.json when you want the starter file in your tree (save when ready).
- You can also create
package.jsonwith New file — same workspace locally and in the dashboard.
Dashboard compile still ignores scripts and strips image-provided packages (@voicethere/agent, @types/node); scripts are for local tooling.
Try it
- Sign in at app.voicethere.io.
- Create a project from a seeded template → Code tab —
package.jsonappears in the file tree. - For an older or blank project, use Add package.json on the Code tab.