Release Notes: Chrome Extension 0.1.85

Version 0.1.85 is a development prerelease for testing the next hosted-agent capability slice.

What Changed

  • Added extension-local transfer primitives: transfer.write, transfer.read, transfer.clear, and transfer.insert.
  • Added UI-oriented primitives for harder web-app workflows: pointer.drag, text.insert, and keyboard.press.
  • Added storage.read_file, a read-only primitive for declared text and Markdown files in uploaded actions.json.storage.
  • actions.site mode=list now returns declared companion files and skills.
  • Skill front matter is surfaced automatically, while full skill bodies are read only when the agent calls storage.read_file.
  • The MCP bridge exposes the same file and skill metadata when started with --storage-root.

What To Test

  1. Install the Chrome extension package.
  2. Upload an actions.json.storage checkout that includes an actions.json with x_actions.files.
  3. Start the hosted gpt-realtime-2 agent.
  4. Ask what actions, files, and skills are available on the current site.
  5. Ask it to read a relevant skill or Markdown reference.
  6. Test Trello-like workflows that require inserting text, dragging cards, and carrying structured data between tabs.
  7. If using the MCP bridge, call actions.site with mode=list and confirm the returned skills include front matter but not full file bodies.

Boundaries

  • storage.read_file is read-only.
  • The primitive reads declared storage companion files, not arbitrary local filesystem paths.
  • Bookmarklet/embed hosts do not advertise storage.read_file yet.