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

Install:
curl -fsSL https://terminal-browser.sh/install | bashPinned to this version:
curl -fsSL https://terminal-browser.sh/install/v/v0.8.0 | bash