1aa360642c
- playground transport: route startSession through a ref so sidebar edits (tags, machine, maxAttempts, maxDuration, version, region) made before the first send aren't silently ignored. Mirrors the existing clientDataJsonRef pattern. - chat.handover: swallow the rethrown error after the recovery path has already run so processes started with --unhandled-rejections=throw don't crash. User-facing behavior unchanged.
Trigger webapp - powered by Remix
To start, run with pnpm run dev --filter webapp
Build the docker image locally:
pnpm run docker:build:webapp
docker run -it triggerdotdev-webapp sh