• v5.7.1 5aa6965576

    v5.7.1
    Some checks failed
    release / build (./scripts/build_linux.sh, false, Linux-x86_64, ubuntu-latest, x86_64-unknown-linux-gnu, x86_64-unknown-linux-gnu) (push) Successful in 11m33s
    release / build (./scripts/build_linux.sh, true, Linux-aarch64, ubuntu-latest, aarch64-unknown-linux-gnu, aarch64-unknown-linux-gnu) (push) Failing after 11m15s
    release / build (./scripts/build_mac.sh, false, macOS-universal, mac-arm64, , aarch64-apple-darwin,x86_64-apple-darwin) (push) Has been cancelled
    release / build (./scripts/build_windows.sh, false, Windows-x86_64, windows-latest, x86_64-pc-windows-msvc, x86_64-pc-windows-msvc) (push) Has been cancelled
    release / build (./scripts/build_windows.sh, true, Windows-aarch64, windows-latest, aarch64-pc-windows-msvc, aarch64-pc-windows-msvc) (push) Has been cancelled
    release / release (push) Has been cancelled
    Stable

    admin_ekaii released this 2026-08-14 00:52:48 +00:00 | 5 commits to master since this release

    v5.7.1 — complete api.describe for full self-discovery

    Patch release on top of v5.7.0. api.describe now enumerates the entire
    surface so a human or an AI agent can discover and drive everything from the
    registry alone, without reading source:

    • 110 commands across 17 groups (was 77): adds the dev-loop, IaC/state,
      streamer/management, worlds, hooks, and network/auth waves that were missing.
    • 19 event types (adds game.exited).
    • A machine-readable security block: scope meanings (read/write/accounts/
      settings/*, write implies read), the full read_only and local_only
      command sets, the pre-auth commands, the execution-vector fields denied over
      the network, the EKAII_API_* network-config env vars, and the structured
      error codes.

    No behavioural change to any command; this only completes the self-description.
    Full reference remains in docs/API.md.

    Downloads