1.0.4-betaLatest
Windows
Release history
Latest1.0.4-beta
Released: 2026-04-19
New
- Plan / Build / Run Workflow — Agents can now plan multi-step workflows, build reusable tools, and execute tasks end-to-end automatically.
- Agent Memories — Agents remember context across sessions, so they can pick up where they left off without re-explaining your setup.
- Token Cost Tracking — See how much each project and conversation costs in AI tokens, tracked automatically.
- Section Mode — Organize your task list into sections for a cleaner, categorized view.
- Project Daily Stats — Track task completion progress per project with daily stats.
- Pomodoro Timer — Built-in focus timer integrated with task execution to help you stay on track.
- DeepTask Browser — DeepTask Browser is now available as a standalone app with its own license and browser profile management.
Other
- Browser is now embedded directly in the main window for a smoother experience
- Dark mode improvements across the UI
- Various bug fixes for upgrade flow, license validation, and stability
1.0.3-beta
Released: 2026-03-30
Product separation
- DeepTask and DeepTask Browser are now two separate products — DeepTask is the AI agent workspace focused on multi-agent collaboration, code-driven workflows, and local automation. DeepTask Browser is a standalone stealth browser with multi-profile isolation, anti-detect capabilities, and network control. Each product is independently licensed and distributed.
New
- Multi-Agent Team — Introduces a three-agent system: Coordinator (plans and breaks down tasks), Coding Agent (generates reusable scripts), and Operator (executes tasks in isolated sandboxes). Agents collaborate under your command to complete complex workflows end-to-end.
- Human-in-the-Loop Safety — Require explicit approval at any execution step before agents proceed, giving you full control over every action.
- Agent-to-Task Assignment — Assign specific agents to specific tasks. Each agent operates with its own context, tools, and execution scope.
- Projects — Organize work into projects with tables, custom statuses, and task lifecycle tracking. Keep all related tasks and context in one place.
- CRM (Lite) — Built-in contact directory linked to your projects and tasks. Manage relationships alongside your workflows without leaving the app.
- Cron-Style Scheduling — Schedule any workflow to run automatically on a recurring cadence. No repeated AI calls — only the generated script executes on each run.
- Background Workers — Scheduled tasks run silently in the background without blocking the UI.
Other
- Complete UI redesign with dark mode support
- New landing page with feature overview and pricing
- Add node support to deeptask
- Update API @deeptask/sandbox
- Add system type script support
1.0.2-beta
Released: 2025-03-17
Breaking changes
- Dropped Node.js script type — Script type
noderenamed tojavascript. Usetype: 'javascript'in metadata. - Dropped all Node.js API — Scripts can no longer import Node built-in modules (fs/promises, path, stream, etc.).
fsEnabledandfsWriteEnabledremoved from metadata. Scripts havefetch()whennetworkEnabled: true, and downloads whendownloadsEnabled: true. - Removed sandbox worker extensions — Archive, audio, document, image, video, and model workers removed. No fs, copy, move, delete, or extract operations via sandbox API.
- Renamed sandbox to profile — Terminology change throughout: sandbox → profile, sandbox-workers → browser-workers.
this.invokerenamed tothis.call. - Dropped flexsearch — File search indexing via flexsearch removed.
New
@deeptask/browserAPI — Built-in script module:pages(Puppeteerpages.create()),downloads,language,timeZone,version,name,description,id,color. Useimport { pages, downloads } from '@deeptask/browser'. Replaces Node fs for file writes via downloads.
Other
- Add system proxy support
- Add separate tool jobs
- Add concurrency level for Puppeteer scripts (max pages per profile)
- Move fetch to worker; fix download path and folder
- Reduce build size; fix build and route issues
1.0.1-beta
Released: 2025-03-12
- Add this.invoke(name, params) api to support calling other tools
- Add monitoring sandbox file dir to index external changes
- Add schedule once support
1.0.0-beta
Released: 2025-03-11
- Initial release