Release Notes: Chrome Extension 0.1.75

Version 0.1.75 tightens hosted-agent startup behavior for storage-backed website maps.

What Changed

  • The hosted gpt-realtime-2 agent is now instructed to call actions.site with mode=list at session start, when orienting to a site, and after moving to a new site.
  • After listing site actions, the agent is instructed to call the best matching site map, context, teacher, guide, host, product, diagnostic, or interview action before giving a substantive answer.
  • The agent should adopt returned site roles and operating guidance, such as a course-teacher role, before falling back to generic screenshot or DOM inspection.

Why It Matters

Storage-backed maps are supposed to shape the agent’s behavior. A textbook map should produce a teacher. A product map should produce a product guide. A personal-site map should produce a knowledgeable host.

This release makes that bootstrapping path explicit in the hosted-agent prompt and covers it with focused Realtime session tests.

Suggested Smoke Test

  1. Install extension 0.1.75.
  2. Open a site with an uploaded actions.json.storage map.
  3. Start the hosted agent.
  4. Ask it to orient itself to the site.
  5. Confirm the transcript/log shows an actions.site list call before generic visual inspection.
  6. Confirm the answer reflects the site’s mapped role, not just a visible-page summary.