Skip to content

Grok-Wiki 0.0.38

Latest

Choose a tag to compare

@sng-asyncfunc sng-asyncfunc released this 18 Aug 01:37

Grok-Wiki 0.0.38

  • Fixes long-running desktop memory growth by avoiding redundant local persistence of high-frequency Ask and Wiki token/thought deltas while preserving live streaming and durable run history.
  • Coalesces and bounds detached Postgres reconnect events per run so a slow or interrupted persistence path cannot build an unlimited in-memory backlog or block unrelated runs.
  • Streams native terminal output as ordered incremental chunks instead of cloning the retained transcript for every event, with bounded history and safe duplicate/out-of-order handling.
  • Reduces idle Wiki and Ask refresh work with adaptive backoff, including one-minute polling while the window is hidden and immediate refresh when activity resumes.
  • Adds focused regression coverage for local event persistence, reconnect backpressure, terminal stream ordering and bounds, and adaptive polling.
  • Includes a signed and notarized macOS Apple Silicon DMG and Tauri updater artifacts.