Extension v0.1.103
Version 0.1.103 corrects the policy-report contract across both hosted Realtime and MCP bridge surfaces.
Changes
- MCP
tools/listnow advertisespolicy_exception_reportas a required field for direct primitive tools, matching the hosted GPT Realtime tool schema. - MCP
tools/callnow validates the report for direct primitive calls and strips it before dispatching the primitive to the extension runtime. actions.siteremains exempt. Stored actions.json workflow steps can compose primitives internally without model-facing fallback reports.- Existing MCP characterization tests that intentionally call primitives directly now include explicit diagnostic reports.
Verification
cargo testinmcp/actions-json-mcpnode --test extensions/chrome-overlay-runtime/tests/*.test.mjs tests/package-extension.test.mjsnpm run test:overlay-runtimescripts/package-extension.sh --version 0.1.103 --out-dir dist
Testing Focus
- Install the
0.1.103extension package. - Start the MCP bridge from this checkout.
- Confirm MCP
tools/listshowspolicy_exception_reporton primitive tools such asbrowser.screenshotandpointer.click. - Confirm
actions.sitedoes not require a policy exception report. - Ask the hosted agent to operate Trello through
actions.siteworkflows and verify it does not fall back to direct primitives unless it files a report.