Skip to content

Point v0.1.42

Choose a tag to compare

@numbercutter numbercutter released this 24 May 18:02
· 39 commits to main since this release

Added

  • Phase 51: Job queue pattern — examples/app/job-queue/ with SQL-backed jobs table, enqueue/list/detail HTTP routes, workflow drain, admin form + table.
  • Phase 52: Live dashboard refresh — refresh every N seconds|minutes on views/pages with load data from action; emit polls with setInterval cleanup.
  • Phase 52: Live dashboard example — examples/app/live-dashboard/ with auto-refreshing metrics panel.
  • Phase 53: capabilities pty — std.pty spawn, write stdin, stream output lines (POSIX PTY with pipe fallback).
  • Phase 54: Terminal view — terminal subscribe to stream <route> emits monospace terminal panel over WebSocket.
  • Phase 54: Script runner example — examples/app/script-runner/ streams subprocess stdout/stderr/exit to terminal view.

Changed

  • Phase 54: Stream route runtime — pointPumpProcessStreamToWebSocket encodes stdout/stderr/exit chunks when message record has stream + text fields.