Skip to content

Changelog

VifuHub SDK alpha

Current public VifuHub SDK alpha.

  • Added the hub.ai.generateText(...) and hub.ai.chat(...) APIs for managed AI calls through the Agent Runtime.
  • Added hub.resources.* helpers for host-managed runtime data and media.
  • Added hub.gameState.* helpers for save/load flows.
  • Added hub.ready() and hub.status() as the canonical runtime lifecycle helpers.
  • Kept the public VifuHub SDK APIs stable for Manifest V1 games.

CLI alpha

Current public CLI alpha.

  • Added vf deploy as the default preview deploy workflow.
  • Added positional project directory support for deploy and publish commands.
  • Added Manifest V1 validation and vf manifest check/explain.
  • Added runtime artifact validation that blocks remote JavaScript, remote WASM, direct external AI calls, and local-only AI providers in deployed builds.
  • Deploy updates the same game for the same signed-in owner and deploy name.

@vifu/create-vifu alpha

Current npm create initializer.

  • Creates Agent Runtime-ready browser game projects with Manifest V1.
  • Can be invoked with npm create @vifu/vifu.

First VifuHub SDK alpha

First public npm alpha for the VifuHub SDK.

  • Added host connection status helpers.
  • Browser bundle reported runtime readiness.
  • Documentation defined the Manifest V1 compatibility line.