0.1.102 Extension Dev Release

Version 0.1.102 is a development release for testing actions.json-first operation with compound workflow actions.

What Changed

  • Added mandatory policy_exception_report fields to direct fallback tools in hosted Realtime sessions. actions.site remains exempt.
  • Logged policy exception reports into runtime.session.log and stripped them before executing the underlying primitive.
  • Added workflow-backed actions.json actions using the maintained jsonata@2.2.1 interpreter packaged in the extension.
  • Added workflow support for geometry-to-click, two-geometry drag, when, bounded for_each, bounded scroll-until-visible retry loops, and compact workflow logging.
  • Updated the actions.json authoring skill to teach compound workflows.
  • Updated Trello private storage with workflow actions for opening cards, opening a named list’s Add card composer, dragging visible cards, and scrolling until a card is visible.

What To Test

  1. Install extension 0.1.102.
  2. Start or reconnect the bridge from the same checkout and storage root.
  3. Upload or sync the latest actions.json.storage.
  4. On Trello, ask the hosted agent to use site actions to:
    • list visible cards;
    • open a visible card by title;
    • open the Add card composer for Organize Me;
    • create a test card using the composer;
    • try moving a visible card to Done and verify with a board read.
  5. Inspect runtime.session.log:
    • direct generic fallback calls should include policy_exception events;
    • actions.site workflow calls should not require policy reports for their internal primitive steps.

Notes

The release intentionally does not claim Trello has reached 95/100. The Trello map is now workflow-ready, but live validation is still required for text entry, drag movement, checklist URL insertion, list reordering, and cross-tab imports.