Release Notes: Chrome Extension 0.1.76
Version 0.1.76 fixes hosted-agent behavior when the user asks for an overlay.
What Changed
- The hosted
gpt-realtime-2agent is now explicitly instructed to calloverlay_open/overlay.openwhen the user asks for an overlay and the overlay tool is present. - The agent is instructed not to claim it cannot directly open overlays unless the overlay tool is absent or an overlay tool call fails.
- Focused Realtime session tests now verify that
overlay.openis normalized tooverlay_openand that the prompt contains the correct overlay behavior.
Why It Matters
The extension already exposed overlay.open, but the model could still answer from its generic prior and say it could only format text for a user to paste. This release makes the expected tool use explicit.
Suggested Smoke Test
- Install extension
0.1.76. - Open a site and start the hosted agent.
- Ask: “Can you put this in an overlay?”
- Confirm the agent calls the overlay tool instead of saying it cannot open overlays.