Weekly Changelog

Feedback or feature requests? Email us at founders@niteshift.dev

Feb 23, 2026

Features

  • CLI: stream and follow-ups: niteshift watch streams a task live in your terminal, and niteshift prompt lets 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 .txt attachment 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_URL instead of actual task links.

Feb 16, 2026

Features

  • Remote MCP servers: Connect tools like Linear, Notion, and Figma to your agent via remote MCP with built-in OAuth.

  • Reference files in chat: Type @ in the chat input to search and reference files from your repository.

  • Discover your custom slash commands: Slash commands defined in your repository are now automatically discovered and refresh when you type /.

UX Improvements

  • Improved Slack integration: channel mentions now pass only relevant conversation to the agent, with attached files and images included.
  • Git checkpoints now display PR details and an expandable commit list.
  • Hold Shift+Cmd when submitting to launch tasks in the background without navigating away.
  • Attachments now support any file type.

Bug Fixes

  • Send is now enabled for verifier-only runs (CI, Browser, Screenshots).
  • Fixed archived tasks becoming unarchived on interaction.

Feb 9, 2026

Features

  • Task sidebar: Tasks have a sidebar for fast task switching between parallel work streams. Use Cmd+B to toggle the sidebar.

  • Claude Opus 4.6 and Codex 5.3: Opus 4.6 is the new default for Claude and Codex 5.3 is available for users with ChatGPT subscription authentication only, until OpenAI makes it available via the API.

  • Static IP egress proxy: Seed data from IP-restricted databases, connect to firewalled APIs, or access private services during setup — all through a dedicated static IP to allowlist. Reach out to support@niteshift.dev to enable it.

UX Improvements

  • Click "Manage" in repository settings to iterate on the setup script and environment with automatic restarts. Once it looks right, save to commit.
  • Redesigned the task info popover to show more at a glance, with copyable branch names.
  • Added bulk deletion and archiving to the tasks list page. Archive is reversible; deletion is permanent.
  • Edit auto-generated task names from the home page.

Bug Fixes

  • Claude Code and Codex now render correctly in the terminal with proper color and Unicode support.
  • Partial messages no longer get stuck in the chat after interrupting a stream.

Feb 2, 2026

Features

  • Launch background terminals: Start a persistent session for Claude Code or Codex with npx niteshift terminal new --name "Feature XYZ" --exec "claude 'implement my feature'" and reattach whenever you need.

UX Improvements

  • Choose how Niteshift verifies your changes when starting a task — browser automation, CI fixes, or screenshots posted to your PR.
  • Infinite scrolling in the chat view for smoother navigation through long conversations.
  • Active Sessions now appear above PRs on mobile for quicker access.

Bug Fixes

  • Duplicate "request interrupted" messages are now hidden.

Jan 26, 2026

Features

  • Bring Lovable prototypes to life: Use /lovable to point Niteshift at a Lovable app, and have it build your prototype into a production-ready feature – frontend and backend. Niteshift will implement it using your design system, then do several "polish" passes to precisely match your design intent.

  • Image paste and drag-drop in the terminal: Paste images from your clipboard or drag-and-drop image files into the terminal. The image is uploaded to your sandbox and the file path is pasted automatically.

  • Save your browser session: Persist your login state with a new "Save Session" button in the Agent Browser.

UX Improvements

  • General performance improvements, particularly to prompt dispatch & interrupts. The chat interface should feel noticeably snappier.
  • Interrupted prompts are now restored to the chat input instead of being discarded.
  • Claude Code and Codex CLIs are now available in the terminal for all tasks, regardless of which model runs your task.
  • Rich text input with improved URL and slash command rendering via inline pills.

Bug Fixes

  • Log search now correctly searches across all pages of logs.
  • Preview iframes no longer inherit the app's dark mode setting.
  • The agent can now see console logs from it's own dev browser. Previously, it only had access to console logs generated in the Preview iframe.

Jan 19, 2026

Features

  • Post screenshots to PRs: [Claude only] Agents can now capture screenshots and automatically post them as comments on your pull request, making it easier to review visual changes. Codex support coming soon.

  • Slack integration: Start Niteshift tasks directly from Slack by mentioning @niteshift. Thread context is automatically included.

  • Continue locally: Pick up a Niteshift task locally in your terminal using Claude Code or Codex, preserving all session context.

UX Improvements

  • Niteshift task links now unfurl in Slack with rich previews.
  • Forked tasks now open in a new tab for smoother multitasking.
  • Pull requests on the homepage are now sorted by recent activity instead of status.
  • Chat input tools now have text descriptions for clarity.

Bug Fixes

  • The drag-and-drop overlay no longer gets stuck, and attachments-only messages now work as expected.

Jan 12, 2026

Features

  • Built-in terminal with Claude Code and Codex CLI: Tasks now include a fully-functional terminal with a persistent tmux session. Claude Code and the Codex CLI are pre-installed and authenticated.

  • Simpler authentication in the agent browser: Take control of the agent's browser to login, and your session is saved for all future tasks in that repository.

  • Easily launch tasks to fix issues in your active pull requests: See all your open PRs on the home page with the CI status and review comments at a glance, then use Niteshift to fix CI failures and address review comments.

UX Improvements

  • Choose your PR base branch when creating tasks from non-default branches.
  • Tasks started in Linear will automatically resolve CI check failures and address review comments. Can be disabled in settings.
  • Generate secure secrets during onboarding with one click.

Bug Fixes

  • Opening a preview in a new tab now preserves the URL path.

Jan 5, 2026

Features

  • Test with a real browser: Agents can now use a fully-functional browser using the dev browser skill. Test changes, capture screenshots, verify designs, and more.

  • Fix code-review and CI issues automatically: Niteshift watches your PR for failing CI checks and AI code review comments, then intelligently fixes issues that arise to ensure your PRs are always green. Use it in one of two ways:
    1. Adding /niteshift as a comment to your existing PR
    2. Enabling "merge-ready" mode on your Niteshift tasks

  • Onboarding: agentic dev environment set-up: Niteshift analyzes your repo and walks through setup — installing dependencies, configuring services, and spinning up previews.
  • Onboarding: Free credits for new users: New users can claim $25 in free credits during onboarding.
  • Codex and Claude now support referencing secrets in MCP configuration.
  • Codex now supports web search.
  • Set a default model for Linear in settings.

UX Improvements

  • Forking a task now correctly backfills the chat history.
  • Improved mobile layout and interactions.
  • Improved display and grouping of tool calls to show more information at a glance.

Have feedback or feature requests?

Email us at founders@niteshift.dev