• v0.7.1-dev 0bf965d45b

    Release v0.7.1-dev
    Some checks failed
    Build and Test / build (push) Failing after 12s
    Build Container / Build and Push Container (push) Failing after 10s
    Build Container / Create Release (push) Has been skipped
    Build Linux / build-linux (linux-arm64, true, aarch64-unknown-linux-gnu) (push) Failing after 24s
    Build Linux / build-linux (linux-amd64, false, x86_64-unknown-linux-musl) (push) Failing after 25s
    Pre-release

    mik-tf released this 2026-03-24 21:00:20 +00:00 | 19 commits to development since this release

    Changes

    • feat: POST/DELETE/PATCH conversation endpoints in hero_agent (#80)
    • fix: voice read aloud — pure JS event delegation, no Dioxus async eval (#80)
    • fix: auto-read TTS uses shared AudioContext created at toggle click (#80)
    • fix: convo mode AudioContext created in direct JS onclick (#80)
    • All audio APIs now called from browser gesture context — cross-browser safe

    Repos touched

    • hero_agent (conversation REST API)
    • hero_archipelagos (AI island voice fixes)

    Test results

    • Smoke: 115/115 passed
    • Integration: 20/20 passed

    Deploy

    TAG=0.7.1-dev make pack
    # Direct transfer (registry 500)
    docker save | gzip | scp to herodev
    
    Downloads