Higher code editor source size limits
September 9, 2026 · release
The dashboard Code tab stores your agent source files per project. We raised the per-plan source size caps so larger multi-file trees fit without trimming as often.
New source limits
| Plan | Max source size | | ------------------- | --------------- | | Free | 10 MB | | Budget / Budget+ | 25 MB | | Advanced / Ultimate | 50 MB |
These caps apply to saved UTF-8 source in the Code tab (node_modules is never counted). They are separate from the typings pack limits (10 / 25 / 50 MB) that apply to collected .d.ts JSON after typecheck or compile — those are unchanged.
The subscriptions comparison on pricing lists both Code editor source size and Code editor typings pack rows.
Try it
- Open the VoiceThere dashboard and a project → Code tab.
- Add or grow source files, Save, then Typecheck or Compile as needed.
- Docs: Dashboard code editor