fxControl Docs
GitHubDiscord

Changelog

fxControl release notes and updates.

v0.0.1-Beta

Console (UI/UX)

  • Smart auto-scroll (stops when user scrolls up, resumes at bottom)
  • Pause / resume console output (buffers while paused)
  • Copy console output (selection or recent history fallback)
  • Clear console view
  • “Bottom” jump button
  • Manual “Sync” button (replay backlog)
  • Cleaned up console noise (optional: remove system lines)

Live Console (Stability)

  • WebSocket console streaming is fully live (no refresh required)
  • Backlog replay on connect + on-demand sync
  • Chunk buffering during xterm initialization (prevents missed startup logs)
  • Fixed xterm visibility (explicit foreground and theme configuration)

Commands

  • Command input bar under the console
  • Local command echo in terminal (> your command)
  • Commands execute via FXServer stdin
  • Fixed stdin issue by enabling it in spawn (stdio[0] = "pipe")

Server / API

  • No-cache headers on status and command endpoints
  • More reliable runtime singleton (global IO to prevent dev split-context issues)
  • General stability improvements around socket and console streaming

Beta release — local/trusted use only.