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.