Changelog

What's new
in Nest.

Every shipped release, in reverse chronological order. Subscribe via RSS to get new versions in your reader.

  1. v1.3.1 June 2026
    FEATURES

    Install an agent's CLI straight from the pane banner

    When you open a pane for an AI whose CLI isn't installed yet, the "CLI not found" banner now installs it for you — one click, a live log, and the pane opens automatically when it's ready.

    • New A one-click Install button in the "CLI not found" banner: Nest runs the agent's CLI install in-app with a live log, instead of asking you to copy a command into a terminal.
    • Improved The pane opens automatically the moment the CLI is ready, so there's no extra step after a successful install.
    • Fixed If the install fails — or finishes but the binary isn't on PATH — the banner falls back to the manual command so you're never stuck.
  2. v1.3.0 June 2026
    FEATURES

    Interactive onboarding tutorial

    A guided onboarding that runs on top of the real UI — three narrated tours that walk you through Worktrees, My Repos and Teams step by step.

    • New Three narrated tours — Worktrees, My Repos and Teams — with an illuminated spotlight over the real interface, not a separate sandbox screen.
    • New The Worktrees tour launches automatically on first run, so new users learn the core flow right away.
    • Fixed Sidebar worktree registry now drops dead and stale worktree entries instead of leaving them lingering.
  3. v1.2.7 May 2026
    PERFORMANCE

    Port attribution for reparented background processes

    Dev servers that get reparented after their shell exits are now correctly attributed to their pane on macOS and Linux.

    • Fixed Dev servers launched by AI assistants that get reparented (e.g. claude spawning a vite child that outlives the shell) are now attributed to the right pane on macOS and Linux. The fallback chain walks the full process tree instead of stopping at the direct PTY child.
  4. v1.2.6 May 2026
    PERFORMANCE

    Terminal session survives Cmd+Q on macOS

    Hiding Nest to the tray with Cmd+Q and reopening it no longer drops your active terminal session on macOS.

    • Fixed On macOS, hiding Nest to the tray via Cmd+Q and reopening it no longer drops the active terminal session — the window restore path reattaches the PTY correctly instead of spawning a fresh shell.
  5. v1.2.5 May 2026
    FEATURES PERFORMANCE

    macOS credential persistence, per-pane port attribution and auto-update fix

    Three macOS-specific bugs resolved: credentials now survive across messages, port chips show only what each pane actually owns, and Install and restart finally works.

    • Fixed macOS keychain: Claude Code credentials now persist across messages. HOME isolation was preventing the login keychain from being found — a Library/Keychains symlink is now created per account.
    • Fixed Port detection: lsof was missing the -a flag on macOS, causing it to return all TCP LISTEN sockets system-wide (ControlCenter, Discord, rapportd) instead of only those owned by the pane's process.
    • Fixed Auto-update: 'Install and restart' now actually closes and installs the update. Async before-quit tasks were keeping the event loop alive so the helper process waited indefinitely.
    • Improved Removed the global port banner above the workspace. Per-pane port chips in each pane header already show the same information more clearly.
  6. v1.2.0 May 2026
    FEATURES PERFORMANCE

    Per-device local paths and Teams crash fix

    Repo paths are now stored per machine instead of in the cloud. Each device has its own path config, and migration from v1.1.x is automatic on first boot.

    • New Per-device local paths: repo locations stored in ~/.raven-nest/local-paths.json. Each machine keeps its own mapping — no more path conflicts when the same account runs on two computers.
    • Improved First-boot migration imports existing paths from Supabase automatically for a seamless upgrade from v1.1.x.
    • Fixed Teams: crash when loading repos caused by a getRemoteUrl IPC shape mismatch after the worktrees refactor.
    • Improved Removed terminal-finished system notifications — too noisy for long-running agent tasks.
  7. v1.1.6 May 2026
    FEATURES PERFORMANCE

    BrowserCell overlay fix, port banner and git clone hang

    Critical fix: opening any sidebar or overlay no longer blacks out the app. Port banner shows correctly again, and git clone no longer hangs on large repos.

    • Fixed BrowserCell: opening the sidebar, search overlay or any modal no longer blacks out the app. The WebContentsView exclusion list was missing 9 selectors.
    • Fixed Port banner: was permanently empty after v1.1.5 due to an IPC shape change. Correctly shows listening ports again.
    • Fixed git clone: stdout pipe could fill the kernel buffer on large repos via Smart HTTP v2, causing a silent hang.
    • Fixed Whisper: pending transcription promises are now rejected on shutdown, preventing callers from hanging indefinitely.
  8. v1.1.0 May 2026
    FEATURES TEAMS

    Browser Cell, Voice and Teams Standup

    A full browser inside the grid, local-first voice input and async standups baked into Teams.

    • New Browser Cell: a real Chromium pane next to your agent, with devtools and port forwarding.
    • New Voice Input powered by local Whisper. 8 languages, audio never leaves your machine.
    • New Teams Standup: async daily updates with reactions and threading.
    • Improved GitLab parity: Issues, PRs and CI runs now match the GitHub experience.
    • Improved MCP Panel adds search, server templates and one-click duplicate.
    • Fixed Stale presence indicators when reconnecting to Teams from sleep.
  9. v1.0.1 April 2026
    FEATURES PERFORMANCE

    UI polish and EPIPE crash fix

    Post-launch UI sweep: Teams join flow, port dropdown and tab sizing redesigned. EPIPE crash in the main process patched.

    • Improved Teams join-by-code UI redesigned with a minimal Mac aesthetic — compact modal, large monospace input, full-width button.
    • Improved Browser Cell port dropdown: glassy backdrop blur, 'LISTENING PORTS' header, and a fallback to all ports when workspace scope finds nothing.
    • Fixed EPIPE crash in the main process on stdout/stderr overflow — global handler added to prevent silent exits.
    • Improved DevTools available in production builds via F12 / Ctrl+Alt+I for visual diagnostics without recompiling.
  10. v1.0.0 March 2026
    FEATURES GIT TEAMS

    Nest 1.0 · public launch

    Multi-AI workspace, native worktrees, GitHub OAuth and the first Teams release. The 1.0 we've been working toward.

    • New Multi-AI workspace: Claude, Gemini, Codex and Copilot running side by side in isolated processes.
    • New Native git worktrees with per-task dev servers and one-click PR open.
    • New Full GitHub OAuth: view, create and merge PRs, browse Issues, see CI inline.
    • New Teams activity feed with chat, GitHub events and emoji reactions.
    • Improved Diff viewer + IDE picker auto-detects VS Code, Cursor, JetBrains, Zed and Sublime.
    • Fixed Tray resume on Windows now restores all panes and layout exactly as left.
  11. v0.9.0 Beta January 2026
    FEATURES PERFORMANCE

    Tilings, Spotlight and shared snippets

    The last beta. Preset tilings, smarter Spotlight and the first taste of team-wide sharing.

    • New Tiling Layouts: 11 presets (solo, split, quad, shelf and asymmetric) cyclable with ⌘L.
    • New Automatic port detection per pane, with a click-through chip into Browser Cell.
    • New Shared snippets across team members, with one-click insert into any pane.
    • Improved ⌘K Spotlight now jumps to panes, repos, PRs and Issues from a single input.
    • Improved Cold start ~40% faster on Apple Silicon.
    • Fixed Edge case where AI panes lost their HOME after switching accounts twice.
  12. v0.8.0 Beta December 2025
    TEAMS

    Teams: join by code and invite improvements

    Skip the email flow — share a code to bring teammates into your team instantly. Multiple pending invites handled cleanly.

    • New Join a team with a shareable invite code. No email required — copy the code, send it any way you like.
    • Improved Multiple pending invites are now handled correctly — accept or decline each one independently.
    • Improved Redesigned empty state for teams with no linked repos, with clear next-step prompts.
  13. v0.7.0 Alpha November 2025
    FEATURES GIT

    Actions panel, GitLab and open source

    CI status inline for both GitHub and GitLab, a new UserMenu, and the repo is now open source under Apache 2.0.

    • New Actions panel: view GitHub Actions and GitLab CI runs inline, per worktree — no browser tab needed.
    • New GitLab integration: browse repos, create MRs and track CI alongside GitHub from the same sidebar.
    • New Nest is now open source — Apache 2.0 license, contributing guide and security policy published.
    • Improved User menu with plan, account details and sign-out. Plan gating enforced server-side via Supabase RLS.
  14. v0.6.0 Alpha October 2025
    FEATURES PERFORMANCE

    Linux is here

    AppImage and .deb packages for Debian-based distros. The full Nest experience on Linux.

    • New Linux release: AppImage (any distro) and .deb for Debian/Ubuntu.
    • New Emoji reactions in Teams now use Twemoji for consistent cross-platform rendering.
    • Fixed Zoom toggle and tab cycle working correctly in terminal focus mode.
  15. v0.5.0 Alpha September 2025
    FEATURES TEAMS

    Terminal Sharing and security hardening

    Share a live terminal session with teammates — read-only or read-write. Server-side plan gating locks Teams features behind the right subscription.

    • New Terminal Sharing: broadcast a live pane to teammates. Read-only by default, host can grant write access per session.
    • New Plan gating: Teams features require a Pro or Team subscription, enforced via Supabase RLS — no client-side bypass possible.
    • Improved Full UI internationalization — all strings extracted and translation-ready.
    • Fixed Free plan now correctly shows 2x2 grid limit and all AI providers.
  16. Earlier alphas lived in private. See GitHub Releases for raw notes.

Ready to stop switching?

See it on your stack.
In 15 minutes.

Book a demo and we'll walk you through Nest with the AIs, repos and team you already use. Or grab the free build if you want to dive in first.

or download free
v1.3.1 stable
Local-first · No telemetry
macOS 13+ · Windows 10+ · Linux