Features
- Task orchestration: Tasks can now create, schedule, monitor, and steer other tasks through a built-in Niteshift MCP server — so a single agent can break large work into focused sub-tasks and coordinate them to completion. On by default; manage it under Settings.
- Niteshift MCP server: Connect that same Niteshift MCP server from your own terminal in Claude Code or Codex to create, schedule, monitor, and steer tasks from anywhere.
claude mcp add --transport http niteshift https://mcp.niteshift.dev/unstable
codex mcp add niteshift --url https://mcp.niteshift.dev/unstable
- Shareable HTML pages: Turn any HTML page the agent builds into a public link you can send to anyone, no login required. Revoke it at any time.
- Claude Sonnet 5: Added the latest Sonnet model — pick
Sonnet (latest)to roll forward to it automatically.
UX Improvements
-
Suspended tasks now start waking up the moment you begin typing a follow-up, so the sandbox is ready by the time you hit send.
-
You can now attach files when you steer a task mid-run, not just on a new prompt.
-
Long prompts now collapse to about five lines with a "Show more" toggle.
-
The current file stays pinned to the top of the Git tab while you scroll long diffs.
Bug Fixes
- Fixed diff code blocks in chat that showed added lines in red — additions now render green.