Vercel Labs Release Notes

Follow

294 release notes curated from 7 sources by the Releasebot Team. Last updated: Jul 20, 2026

Get this feed:

Vercel Labs Products

  • Jul 19, 2026
    • Date parsed from source:
      Jul 19, 2026
    • First seen by Releasebot:
      Jul 20, 2026
    Vercel Labs logo

    agent-browser by Vercel Labs

    v0.32.3

    agent-browser adds HAR body capture and a derive-client skill for turning browser traffic into reusable API clients.

    New Features

    • Added HAR response body capture with text bodies embedded by default and configurable all, text, and none content modes across the CLI and MCP surfaces (#1578)
    • Added a derive-client skill for recording browser traffic and generating reusable API clients from HAR request and response data (#1578)

    Contributors

    @ctate

    Original source
  • Jul 17, 2026
    • Date parsed from source:
      Jul 17, 2026
    • First seen by Releasebot:
      Jul 18, 2026
    Vercel Labs logo

    agent-browser by Vercel Labs

    v0.32.2

    agent-browser improves eve extension packaging with updated manifests, stable AI SDK example updates, and aligned tests.

    Improvements

    Updated eve extension packaging for eve 0.25.1, adopting the new source and dist extension manifest format, updating the eve example to stable AI SDK releases, and keeping extension tests aligned with eve's scoped config registry (#1570)

    Contributors

    @AndrewBarba

    Original source
  • All of your release notes in one feed

    Join Releasebot and get updates from Vercel Labs and hundreds of other software products.

    Create account
  • Jul 16, 2026
    • Date parsed from source:
      Jul 16, 2026
    • First seen by Releasebot:
      Jul 17, 2026
    Vercel Labs logo

    skills by Vercel Labs

    v1.5.19

    skills fixes prompt flicker and improves grouped skill selection with Git protocol support.

    Changelog

    fix: avoid flicker when redrawing prompts (#1713)

    feat: improve grouped skill selection (#1706)

    fix: allow list git protocols (#1702)

    chore: require Node.js 22.20 or newer (#1701)

    Contributors

    @KarimPwnz,@jonathanhefner @quuu

    Original source
  • Jul 16, 2026
    • Date parsed from source:
      Jul 16, 2026
    • First seen by Releasebot:
      Jul 17, 2026
    Vercel Labs logo

    skills by Vercel Labs

    v1.5.18

    skills fixes CLI helper isolation, strict type checking, GitHub auth fallback, and root-level SKILL.md installs.

    Changelog

    test: isolate CLI helpers from agent environment (#1700)

    Fix existing type errors and enforce strict type checking (#1696)

    test: isolate CLI home directories (#1695)

    Clarify GitHub auth fallback status (#1689)

    fix: install full skill directory for root-level SKILL.md repos (#1609)

    Contributors

    @jonathanhefner,@quuu @windanti1997

    Original source
  • Jul 16, 2026
    • Date parsed from source:
      Jul 16, 2026
    • First seen by Releasebot:
      Jul 17, 2026
    Vercel Labs logo

    agent-browser by Vercel Labs

    v0.32.1

    agent-browser improves eve compatibility and standardizes lowercase branding across docs, examples, and release notes.

    Improvements

    Widened eve compatibility for @agent-browser/eve to accept eve 0.23 and future major releases without peer-resolution warnings (#1563)

    Documentation

    Standardized eve branding to use lowercase styling across the docs, examples, package readmes, and release notes (#1557)

    Contributors

    @ctate

    Original source
  • Similar to Vercel Labs with recent updates:

  • Jul 16, 2026
    • Date parsed from source:
      Jul 16, 2026
    • First seen by Releasebot:
      Jul 17, 2026
    Vercel Labs logo

    portless by Vercel Labs

    v0.15.4

    portless fixes loopback-only proxy binding to keep routes local outside LAN mode.

    Bug Fixes

    Loopback-only proxy binding: Outside LAN mode, the proxy and HTTP redirect listeners now bind only to 127.0.0.1 and ::1, so Portless routes cannot be reached through LAN, VPN, or other network interfaces. LAN mode still binds to all interfaces explicitly. (#361)

    Contributors

    @ctate

    Original source
  • Jul 15, 2026
    • Date parsed from source:
      Jul 15, 2026
    • First seen by Releasebot:
      Jul 16, 2026
    Vercel Labs logo

    agent-browser by Vercel Labs

    v0.32.0

    agent-browser adds an Eve extension, hardened domain allowlists and safer startup handling, plus a fix for completed-page waits so ready documents resolve immediately with improved timeout handling.

    New Features

    Eve extension - Added @agent-browser/eve, an Eve extension that mounts the agent-browser tool set with namespaced browser tools, sandbox bootstrap helpers, docs, examples, CI, and release packaging (#1547)

    Security

    Hardened domain allowlists by blocking WebRTC bypasses, applying network containment across launch modes, workers, popups, restored state, and reused daemon sessions, rejecting unsafe startup arguments, and adding Chrome regression coverage (#1546)

    Bug Fixes

    Fixed completed-page waits so load and DOMContentLoaded waits resolve immediately when the current document is already ready, with structured Eve wait timeout handling and focused coverage (#1554)

    Contributors

    @ctate

    @dnukumamras

    Original source
  • Jul 14, 2026
    • Date parsed from source:
      Jul 14, 2026
    • First seen by Releasebot:
      Jul 15, 2026
    Vercel Labs logo

    portless by Vercel Labs

    v0.15.3

    portless fixes sudo state sharing and improves Windows and WSL CA trust cleanup for safer retries.

    Bug Fixes

    State directory under sudo: Portless now resolves per-user state from the original sudo user's home, so an elevated proxy and unprivileged app processes share the same routes instead of writing to separate state directories. (#357)

    Windows and WSL CA trust: On WSL, portless trust now installs the local CA in both Linux and Windows trust stores, while portless clean removes the exact certificate from both. Failed trust-store cleanup preserves the CA identity for safe retries, including on native Windows. (#357)

    Contributors

    @ctate

    @gerardbalaoro

    Original source
  • Jul 14, 2026
    • Date parsed from source:
      Jul 14, 2026
    • First seen by Releasebot:
      Jul 15, 2026
    Vercel Labs logo

    portless by Vercel Labs

    v0.15.2

    portless fixes routing and proxy issues with Tailscale funnels, IPv6-only dev servers, and multi-app worktree hostnames, reducing 404s, 502s, and hostname collisions across shared apps.

    Bug Fixes

    Tailscale funnel routing: Proxy now routes requests addressed to a route's Tailscale funnel or serve hostname, so --funnel and --tailscale apps reached at <device>.ts.net no longer return a 404, including when several apps share one hostname on different ports. (#352)

    IPv6-only dev servers return 502: Proxy now dials upstreams over both loopback families, fixing 502s when a dev server binds ::1 only, such as Vite on Node 17+. (#353)

    Worktree prefix in multi-app mode: Bare portless in a monorepo worktree now applies the branch prefix in multi-app mode as it already did for single apps, so hostnames no longer collide across worktrees. (#355)

    Contributors

    @Railly

    @ahfoysal

    Original source
  • Jul 13, 2026
    • Date parsed from source:
      Jul 13, 2026
    • First seen by Releasebot:
      Jul 14, 2026
    Vercel Labs logo

    skills by Vercel Labs

    v1.5.17

    skills fixes duplicate copied install paths in add output.

    Changelog

    fix(add): duplicate copied install paths in add output (#1675)

    Contributors

    @quuu @onstash

    Original source
  • Jul 13, 2026
    • Date parsed from source:
      Jul 13, 2026
    • First seen by Releasebot:
      Jul 14, 2026
    Vercel Labs logo

    agent-browser by Vercel Labs

    v0.31.2

    agent-browser adds a WebGPU launch preset across CLI, config, environment, and MCP surfaces, with macOS and Windows hardware backends, Linux Vulkan software support, and automatic Xvfb for headed sessions. It also improves autosave state recovery while the browser stays open.

    New Features

    WebGPU launch preset - Added --webgpu across the CLI, config, environment, and MCP surfaces, with hardware backends on macOS and Windows, software Vulkan on Linux, automatic Xvfb for displayless headed sessions, and a doctor --webgpu render and screenshot probe (#1529)

    Improvements

    Added periodic restore-state autosaves while the browser remains open, preserving recent state after a browser window is closed by hand and capturing background page changes while honoring the restore save policy. The interval is configurable with AGENT_BROWSER_AUTOSAVE_INTERVAL_MS (#1509)

    Contributors

    @ctate

    Original source
  • Jul 10, 2026
    • Date parsed from source:
      Jul 10, 2026
    • First seen by Releasebot:
      Jul 11, 2026
    Vercel Labs logo

    skills by Vercel Labs

    v1.5.16

    skills adds install telemetry metadata, improves update and installer handling, blocks ext transport, and fixes LFS clone, agent detection, and failure reporting issues.

    Changelog

    • test: allow LFS clone test time on Windows (#1628)
    • test: restore CI and cover LFS-less clones (#1627)
    • Update modules + simplegit fix (#1626)
    • feat: add install telemetry metadata (#1625)
    • fix(update): preserve non-GitHub lock source URLs (#1614)
    • fix(git): block ext transport (#1611)
    • fix(installer): preserve copy modes and Claude symlinks (#1598)
    • docs(find-skills): remove non-existent npx skills check command (#1594)
    • fix: never spawn skill updates through a shell (#1592)
    • fix(detect-agent): ignore Cursor integrated terminal false positives (#1549)
    • Add ZCode agent support (#1527)
    • fix(update): preserve failure exit code (#1522)
    • chore: upgrade @clack/prompts to v1.2.0 (#971)

    Contributors

    @DodoCode0,@Soykervinn @chenlinxi890-spec,@crskzn @quuu,@syf2211 @walkerdustin,@yearth

    Original source
  • Jul 9, 2026
    • Date parsed from source:
      Jul 9, 2026
    • First seen by Releasebot:
      Jul 10, 2026
    Vercel Labs logo

    dev3000 by Vercel Labs

    v0.0.178

    dev3000 ships a patch release with an agent-first Portless runtime, TypeScript 7 upgrades, and stronger runner auth.

    Patch Release

    Make d3k an agent-first Portless runtime

    Upgrade projects to TypeScript 7

    Upgrade eve to 0.20.0; harden skill-runner flow and API auth

    Document custom app URLs

    Update generated runner to Eve

    Original source
  • Jul 7, 2026
    • Date parsed from source:
      Jul 7, 2026
    • First seen by Releasebot:
      Jul 7, 2026
    Vercel Labs logo

    skills by Vercel Labs

    v1.5.15

    skills fixes unsafe git transport handling and private repo tree fetch authentication in a changelog revert update.

    Changelog

    Revert "fix: block unsafe git transports" (#1596)

    fix: authenticate private repo tree fetches during update (#1595)

    fix: block unsafe git transports (#1589)

    Contributors

    @quuu

    Original source
  • Jun 30, 2026
    • Date parsed from source:
      Jun 30, 2026
    • First seen by Releasebot:
      Jul 1, 2026
    Vercel Labs logo

    portless by Vercel Labs

    v0.15.1

    portless adds multi-TLD proxy support, letting one proxy serve the same app names across multiple domains.

    New Features

    Multi-TLD proxy support: --tld is now repeatable and PORTLESS_TLD accepts comma separated values, so one proxy can serve the same app names across multiple TLDs. Routes, TLS, service state, hosts sync, framework environment, and workspace launches now use the full configured TLD list. (#344)

    Contributors

    @ctate

    Original source
Releasebot

Curated by the Releasebot team

Releasebot is an aggregator of official release notes from hundreds of software vendors and thousands of sources.

Our editorial process involves the manual review and audit of release notes procured with the help of automated systems.