fix(SKY-11131): surface parse errors instead of crashing FileParserBlock (#6657)

This commit is contained in:
Aaron Perez 2026-06-17 08:37:39 -04:00 committed by GitHub
parent 3b94344b35
commit 7cba2b2cfc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 711 additions and 25 deletions

View file

@ -56,6 +56,7 @@ mode: custom
- Fixed code block runs not generating a recording entry, causing the Recording tab to appear empty. ([#6607](https://github.com/Skyvern-AI/skyvern/pull/6607))
- Fixed code block action screenshots not appearing on the run Overview page. ([#6605](https://github.com/Skyvern-AI/skyvern/pull/6605))
- Fixed long usernames or email addresses hiding the sidebar collapse button on desktop.
- Fixed the File Parser block crashing when a downloaded file isn't a valid PDF (e.g. a site returns a short plain-text error instead of the expected document); the block now surfaces a clear parse error instead of failing the run unexpectedly.
</Update>