Vercel Labs Release Notes

Follow

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

Get this feed:

Vercel Labs Products

  • 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
  • All of your release notes in one feed

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

    Create account
  • Jun 29, 2026
    • Date parsed from source:
      Jun 29, 2026
    • First seen by Releasebot:
      Jun 30, 2026
    Vercel Labs logo

    skills by Vercel Labs

    v1.5.14

    skills removes an obsolete OpenClaw install warning in a changelog fix.

    Changelog

    fix: remove obsolete OpenClaw install warning (#1280)

    Contributors

    @Patrick-Erichsen

    Original source
  • Jun 26, 2026
    • Date parsed from source:
      Jun 26, 2026
    • First seen by Releasebot:
      Jun 27, 2026
    Vercel Labs logo

    agent-browser by Vercel Labs

    v0.31.1

    agent-browser fixes the React renderer for Next.js 16.3 Turbopack to avoid empty tree reads.

    Bug Fixes

    Fixed the React renderer so it picks the react-dom renderer instead of hardcoding renderer id 1, which prevented reading an empty tree on Next.js 16.3 Turbopack (#1491)

    Contributors

    @gaojude

    Original source
  • Jun 25, 2026
    • Date parsed from source:
      Jun 25, 2026
    • First seen by Releasebot:
      Jun 26, 2026
    Vercel Labs logo

    agent-browser by Vercel Labs

    v0.31.0

    agent-browser adds restore workflow support with stable, isolated browser state, plus safer session handling and fixes for restore and launch edge cases.

    New Features

    Restore workflow - Added --restore, --restore-save, restore validation flags, worktree-scoped session id, session info, and --namespace so agent runs can use stable, isolated, automatically restored browser state without managing state files by hand (#1486)

    Improvements

    Hardened session lifecycle handling with explicit daemon and browser compatibility checks, lifecycle status output, MCP support for restore options, and safer auto-save behavior that avoids overwriting good state after a failed restore or failed validation (#1486)

    Bug Fixes

    Fixed restore lifecycle edge cases around switching restore keys with a live browser, daemon configuration startup races, launch mode validation, and clearing restore failures after an explicit state load (#1486)

    Contributors

    @ctate

    Original source
  • Similar to Vercel Labs with recent updates:

  • Jun 25, 2026
    • Date parsed from source:
      Jun 25, 2026
    • First seen by Releasebot:
      Jun 25, 2026
    Vercel Labs logo

    agent-browser by Vercel Labs

    v0.30.1

    agent-browser fixes URL wait handling so glob patterns work against the full active URL.

    Bug Fixes

    Fixed URL waits so wait --url and waitforurl honor glob patterns such as **/dashboard against the full active URL (#1483)

    Contributors

    @gaearon

    Original source
  • Jun 24, 2026
    • Date parsed from source:
      Jun 24, 2026
    • First seen by Releasebot:
      Jun 25, 2026
    Vercel Labs logo

    agent-browser by Vercel Labs

    v0.30.0

    agent-browser adds a read command and MCP text extraction with Markdown, outlines, JSON output, headers, and browser-state reads.

    New Features

    Read command - Added agent-browser read [url] and the matching MCP tool for agent-readable text extraction. URL reads prefer Markdown, try .md and nearby llms.txt docs, support outlines, filters, raw and JSON output, headers, and domain/output safeguards; omitting the URL reads the rendered active tab DOM with current browser state (#1480)

    Contributors

    @ctate

    Original source
  • Jun 24, 2026
    • Date parsed from source:
      Jun 24, 2026
    • First seen by Releasebot:
      Jun 25, 2026
    Vercel Labs logo

    agent-browser by Vercel Labs

    v0.29.1

    agent-browser improves sandbox setup by defaulting Eve and Vercel helpers to install Chromium's required libraries.

    Improvements

    Defaulted sandbox system dependency installs so the Eve and Vercel sandbox helpers install Chromium's required libraries unless explicitly disabled, making first-run sandbox setup simpler (#1469)

    Contributors

    @ctate

    Original source
  • Jun 24, 2026
    • Date parsed from source:
      Jun 24, 2026
    • First seen by Releasebot:
      Jun 25, 2026
    Vercel Labs logo

    portless by Vercel Labs

    v0.15.0

    portless adds a read-only diagnostics command and improves proxy handling for HTTP/2 Host forwarding and forced takeover cleanup, helping users troubleshoot setup issues and keep routes stable.

    New Features

    portless doctor: New read only diagnostics command checks Node.js, the state directory, proxy liveness, route entries, hostname resolution, HTTPS CA trust, and LAN prerequisites, then prints suggested fixes. (#337)

    Bug Fixes

    HTTP/2 Host forwarding: Proxy now forwards HTTP/2 :authority as Host to HTTP/1.1 backends, fixing apps that depend on Host and previously saw 127.0.0.1 for browser traffic. (#328)

    --force takeover cleanup: Exit cleanup now removes only routes still owned by the exiting process, so a forced takeover does not deregister the new owner's route. (#328)

    Contributors

    @ctate

    Original source
  • Jun 23, 2026
    • Date parsed from source:
      Jun 23, 2026
    • First seen by Releasebot:
      Jun 24, 2026
    Vercel Labs logo

    skills by Vercel Labs

    v1.5.13

    skills adds filtering by owner and Eve subagent support for skill management.

    Changelog

    Allow filtering skills by owner (#1505)

    Add Eve subagent support to skills add/list/remove/update (#1467)

    Contributors

    @haydenbleasel,@quuu

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

    agent-browser by Vercel Labs

    v0.29.0

    agent-browser adds a sandbox package with hosted environment helpers, examples, and docs, plus release flow and documentation improvements.

    New Features

    • Sandbox package - Added @agent-browser/sandbox with shared, Eve, and Vercel Sandbox helpers, example projects, and docs for running agent-browser in hosted sandbox environments (#1465)

    Improvements

    • Updated sandbox release flow so the new package stays version-synced with the CLI release and publishes from the correct workspace path (#1465)
    • Reflowed documentation prose across the README, docs site, examples, and skills so Markdown and MDX wrap naturally in editors and renderers (#1466)

    Contributors

    @ctate

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

    dev3000 by Vercel Labs

    v0.0.177

    dev3000 patches Dependabot alerts, auth browser flows, and report blob mirroring while updating the generated ASH runner.

    Patch Release

    • Fix Dependabot dependency alerts
    • Guard d3k auth browser flows
    • Fix skill run report blob mirroring
    • Update generated ASH runner to 0.61
    • Require mirror secret for report blob writes
    Original source
  • Jun 18, 2026
    • Date parsed from source:
      Jun 18, 2026
    • First seen by Releasebot:
      Jun 18, 2026
    Vercel Labs logo

    skills by Vercel Labs

    v1.5.12

    skills improves eve flow, supports eve agent, fixes local skill overwrite, and adds manifest.json.

    Changelog

    Improve eve flow (#1459)
    Support eve agent (#1458)
    Fix local skills overwrite during all-agent installs (#1422)
    Create manifest.json (#1409)

    Contributors

    @mnhkahn,@quuu

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

    agent-browser by Vercel Labs

    v0.28.0

    agent-browser adds an MCP server and out-of-process plugin support, expanding CLI parity with typed tools, paginated discovery, protocol negotiation, startup tool profiles, and capability-scoped plugins for browsers, credentials, and custom commands.

    New Features

    • MCP server - Added agent-browser mcp, a stdio Model Context Protocol server with typed tools, paginated discovery, protocol negotiation, and startup tool profiles. The default core profile keeps context small, while --tools all exposes full CLI parity and composed profiles such as core,network,react are supported (#1454)
    • Plugin system - Added out-of-process plugin support over the agent-browser.plugin.v1 stdio protocol, with plugin add/list/show/run, manifest discovery, npm and GitHub refs, credential providers, browser provider plugins, launch mutators, custom command capabilities, config and env registry support, and capability-scoped policy gates (#1452)

    Infrastructure

    Added context footprint eval coverage for CLI skills, MCP core, and MCP full-profile surfaces, plus MCP parity tests to keep tool behavior aligned with the CLI (#1454)

    Contributors

    @ctate

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

    agent-browser by Vercel Labs

    v0.27.3

    agent-browser fixes Windows ARM64 installs by falling back to the Windows x64 binary during postinstall.

    Bug Fixes

    Fixed Windows ARM64 installs by falling back to the Windows x64 binary during postinstall, avoiding failed downloads for a native ARM64 artifact that is not published (#1269)

    Contributors

    @EternalRights

    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.