1af895bb47
A turn that ends in an error was only a stream event, so reloading history showed a turn that just stops. It is now appended to the transcript through the same id-deduped path a wake uses, in the same wording the live stream shows, and the panel drops its live callout once that record is the last message.
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