• v0.7.4-dev f67eefe7a7

    Release v0.7.4-dev
    Some checks failed
    Build and Test / build (push) Failing after 11s
    Build Container / Build and Push Container (push) Failing after 9s
    Build Container / Create Release (push) Has been skipped
    Build Linux / build-linux (linux-amd64, false, x86_64-unknown-linux-musl) (push) Failing after 15s
    Build Linux / build-linux (linux-arm64, true, aarch64-unknown-linux-gnu) (push) Failing after 30s
    Pre-release

    mik-tf released this 2026-03-26 16:53:22 +00:00 | 9 commits to development since this release

    Changes

    Complete E2E verification + 1-1 test coverage (lhumina_code/home#97)

    • All 97 checklist items verified via Hero Browser MCP on herodev
    • 29 new Playwright tests (121 total across 18 spec files)
    • 253 total tests pass: 122 smoke + 20 integration + 111 E2E

    Fix foundry UI (lhumina_code/home#97)

    • Build hero_foundry_ui from hero_foundry repo (Unix socket) instead of standalone repo (TCP — broken)
    • Remove broken entrypoint.sh symlink workaround
    • Add missing static/ assets for #[derive(Embed)]
    • Foundry UI now responds 200 at /hero_foundry_ui/

    Test coverage

    Suite Result
    Smoke 122 passed
    Integration 20 passed
    E2E Playwright 111 passed
    Total 253 passed, 0 failed

    Deploy

    TAG=0.7.4-dev make pack && make push
    cd deploy/single-vm && make update ENV=herodev VERSION=0.7.4-dev
    
    Downloads