Files
moeka-project/apps/stage-pocket
286cc33d0e feat(stage-ui): let AIRI see tool failures in LLM context (captureToolErrors + xsai patches) (#1602)
---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Cursor
Co-authored-by-agent: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-04-08 01:29:17 +08:00
..
2026-04-08 01:25:39 +08:00

アイリ VTuber

[Try it]

Heavily inspired by Neuro-sama

WebSocket Bridge

Stage Pocket adds a host-backed WebSocket bridge for @proj-airi/server-sdk.

Design constraints:

  • keep page loading on secure origins (https or app-hosted local origins) to preserve secure-context web APIs
  • only implement the WebSocket bridge needed by @proj-airi/server-sdk
  • native owns socket I/O; server-sdk owns reconnect, heartbeat, authentication, and connection state
  • the bridge only forwards connect, send, close, open, message, error, and close