Files
triggerdotdev--trigger.dev/apps/webapp
Katia Bulatova d87ca1df0f perf(webapp): restore the stripped-message cache the UI rewrite dropped
The transcript perf fix had two halves. The winners half kept its identity because a test
pinned it; the strip cache had none, so rewriting the component into chat primitives quietly
brought back the rebuild-every-render version, and every tool-calling turn re-rendered on each
streamed token again. Restore the cache and pin it the same way.

orderTranscript is not implicated: it returns a fresh array but the same message objects, which
is what the turns memoize on.
2026-08-09 14:47:46 +00:00
..
2023-01-10 16:09:42 +00:00
2024-10-09 12:52:52 +01:00

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