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-2 agent is now explicitly instructed to call overlay_open / overlay.open when 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.open is normalized to overlay_open and 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

  1. Install extension 0.1.76.
  2. Open a site and start the hosted agent.
  3. Ask: “Can you put this in an overlay?”
  4. Confirm the agent calls the overlay tool instead of saying it cannot open overlays.