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(build): fail codegen clearly on a non-UTF-8 support file
generate_skill_bundle embeds every plugin/skills file via include_str!, which
only accepts UTF-8. A binary support file (e.g. assets/*.png) would otherwise
fail to compile with an opaque "stream did not contain valid UTF-8" error
pointing at the generated file. Guard it with a clear panic naming the offending
file and stating binary support files aren't embeddable yet.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments