You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(caprock): decode smallcaps ! escape in vat provision responses
@endo/marshal smallcaps encoding prefixes strings starting with sigil
characters (like `-` for negative floats) with `!`. Shell flags such as
`--oneline` or `-l` were rendered as `!--oneline` and `!-l` in the TUI
because vatFindMatch decoded only the outer CapData wrapper, leaving
nested strings un-unescaped.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments