• v0.5.0-dev c6b47a12ab

    Release v0.5.0-dev
    Some checks failed
    Build and Test / build (push) Failing after 12s
    Build Container / Create Release (push) Has been skipped
    Build Container / Build and Push Container (push) Failing after 9s
    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 29s
    Build macOS / build-macos (push) Has been cancelled
    Pre-release

    mik-tf released this 2026-03-22 16:45:14 +00:00 | 36 commits to development since this release

    Hero Services v0.5.0-dev

    Major release: hero_agent replaces hero_shrimp, voice AI, SSE streaming.

    New Features

    • hero_agent replaces hero_shrimp — Rust-native AI agent with 57 built-in tools, SSE streaming, MCP integration (#72)
    • Voice input in AI Assistant — mic button, herolib_ai STT (Groq Whisper + ffmpeg), auto-transcribe and send (#73, #74)
    • Read aloud — speaker button on AI responses, server TTS with browser Speech API fallback (#74)
    • AI Agent admin dashboard — Voice tab with 3 modes (push-to-talk, VAD, conversation) (#74)
    • SSE streaming — word-by-word AI responses in the AI Assistant (#32)
    • Voice chat API/api/voice/chat (STT→Agent→TTS), /api/voice/transcribe, /api/voice/tts (#73)

    Fixes

    • Connection status indicator fixed for Voice + Indexer UIs (#70)
    • Proxy root redirects to Hero OS when HERO_PROXY_DEFAULT_SERVICE is set (#70)
    • Socat bridge fixed: port 6666 → proxy server TCP:9997 (#70)
    • Docker overlay2 on ext4 /data (no fuse-overlayfs needed) (#71)
    • hero_services_server CLI args updated for upstream refactor
    • TTS model updated to gpt-4o-mini-tts (12x cheaper)

    Issues Closed

    • #70 Connection status indicator
    • #71 ext4 overlay2
    • #72 hero_agent integration
    • #73 Voice AI backend
    • #32 SSE streaming

    Repos touched

    hero_agent, hero_services, hero_archipelagos, hero_os, hero_voice, hero_indexer_ui, hero_proxy

    Deploy

    TAG=herodev make pack && make push
    cd deploy/single-vm && make update ENV=herodev
    

    Live at https://herodev.gent04.grid.tf

    Downloads