Commit Graph

5 Commits

Author SHA1 Message Date
Karun Agarwal
aa5c45d78d fix(build): use Node.js for cross-platform file hashing in bundle script
The bundle-a2ui.sh script was using shasum which is not available on
Windows (Git Bash), causing CI failures. Replace with a Node.js-based
hash computation script that works on all platforms.

Fixes Windows CI build failures with "shasum: command not found".

Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
2026-01-27 13:45:17 +05:30
Gustavo Madeira Santana
2044b3ca8d Build: restore A2UI scaffold assets (#2455) (thanks @0oAstro)
Co-authored-by: 0oAstro <0oAstro@users.noreply.github.com>
2026-01-26 23:08:25 -05:00
Gustavo Madeira Santana
c2a4863b15 Build: stop tracking bundled artifacts (#2455) (thanks @0oAstro)
Co-authored-by: 0oAstro <0oAstro@users.noreply.github.com>
2026-01-26 23:08:25 -05:00
Peter Steinberger
246adaa119 chore: rename project to clawdbot 2026-01-04 14:38:51 +00:00
Peter Steinberger
2f8213ca9a fix(a2ui): skip bundle when inputs unchanged 2025-12-26 18:11:00 +01:00