Skip to content

v0.8.0

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Sep 05:00
· 2 commits to main since this release

Send element to agent & browser use visualizations

Send element to agent

This release adds the ability to easily send an element + its source location to an agent. Demo:

senddemo.mp4

You can trigger this feature in 4 different ways:

  • the shortcut (ctrl + g)
  • right click page > "send to agent"
  • command palette (cmd p) > "send to agent"
  • the new "..." in the top right corner > "send to agent"

Source locations for the element will only be included in the text sent to the agent if the app is using react and being ran in development mode. If its a normal website, or not using react in development mode, just the HTML element information will be sent.

If you drag your mouse over multiple elements, all elements selected will be sent to the agent.

Browser use visualizations

Now when an agent is using the browser, it will have a blue glow around the perimeter
CleanShot 2026-09-03 at 1 16 30 AM@2x

Install:

curl -fsSL https://terminal-browser.sh/install | bash

Pinned to this version:

curl -fsSL https://terminal-browser.sh/install/v/v0.8.0 | bash