• v0.9.0-dev 64a14eeb62

    v0.9.0-dev — Native Dioxus Islands + New URL Routing
    Some checks failed
    Build and Test / build (push) Failing after 19s
    Build Container / Build and Push Container (push) Failing after 12s
    Build Container / Create Release (push) Has been skipped
    Build Linux / build-linux (linux-amd64, false, x86_64-unknown-linux-musl) (push) Failing after 18s
    Build Linux / build-linux (linux-arm64, true, aarch64-unknown-linux-gnu) (push) Failing after 54s
    Pre-release

    mik-tf released this 2026-04-12 14:08:17 +00:00 | 14 commits to development since this release

    Highlights

    • 18 native dioxus-bootstrap-css islands — all admin UIs now have native Dioxus _app crates with ConnectionStatusIndicator widget. Iframe fallback via WASM_FEATURES=web still works.
    • New URL routing model — proxy forwards to hero_router: /<service>/<socket_type>/<path> (replaces old /<service>_ui/<path>)
    • OSIS auth dispatch fixOsisAppWrapper::handle_custom override fixes login flow
    • Socket convention migration — 4 services migrated to per-service socket directories
    • Build parallelism limits — prevents thermal crashes on desktop hardware (kernel 6.17.0-20 was the root cause, now pinned to 6.14.0-37)
    • hero_services → hero_zero rename — full refactor across all repos

    Deploy

    TAG=0.9.0-dev make pack
    docker save forge.ourworld.tf/lhumina_code/hero_zero:0.9.0-dev | gzip > /tmp/hero.tar.gz
    scp /tmp/hero.tar.gz root@185.69.166.147:/data/hero.tar.gz
    

    Known Issues

    • #108 — Voice transcription returns wrong text
    • #109 — AI Assistant not executing tools
    • hero_compute pending — PR #91

    Repos Updated (21)

    hero_os, hero_zero, hero_archipelagos, hero_osis, hero_db, hero_embedder, hero_books, hero_whiteboard, hero_collab, hero_auth, hero_voice, hero_browser_mcp, hero_proxy, hero_aibroker, hero_foundry_ui, hero_proc, hero_biz, hero_indexer_ui, hero_foundry, hero_agent, hero_router

    Downloads