Feb 23, 2026
Features
- CLI: stream and follow-ups:
niteshift watchstreams a task live in your terminal, andniteshift promptlets you send follow-up prompts — optionally streaming the response.
- Claude Sonnet 4.6: Sonnet 4.6 is now available as a model option when creating tasks.
UX Improvements
- Cmd+click or middle-click on tasks to open them in a new browser tab.
- Rename tasks directly from the sidebar or home page by clicking the pencil icon.
- Fix-CI now automatically resolves merge conflicts, keeping your PRs moving without manual intervention.
- Attach and paste any file type to tasks and chat — pasting a large block of text automatically uploads it as a
.txtattachment so your prompt stays readable. - Long words and URLs no longer blow out the task prompt UI — the editor wraps content cleanly.
- File headers in the diff viewer are now sticky, staying visible as you scroll through long diffs.
Bug Fixes
- Fixed PR links not appearing until page refresh — they now show instantly when the agent creates a pull request.
- Fixed PR bodies and comments showing literal
$NITESHIFT_TASK_URLinstead of actual task links.