Skip to content

v0.2.9

Choose a tag to compare

@github-actions github-actions released this 12 Aug 23:00
· 133 commits to main since this release

This release improves streaming performance, image handling, reasoning controls, and configuration safety.

Highlights

  • Open chat images in a lightbox with zoom and copy support.
  • Persist the preference for whether streaming tool calls start collapsed.
  • Make long streaming transcripts smoother by coalescing updates and reducing unnecessary re-renders.
  • Preserve provider-defined reasoning levels, including levels not present in the built-in catalog.
  • Show the running model's available reasoning levels for sessions outside the catalog.

Reliability and security

  • Prevent stale session reloads from overwriting newer runs.
  • Serialize RPC writes and wait for failed-session cleanup before releasing startup locks.
  • Protect MCP configuration writes with a cross-process lock and remove credentials from serialized user-level configs.
  • Improve Windows UNC paths, case-insensitive upload checks, worktree dropdown positioning, and live activity indicators.
  • Improve updater validation and subagent transcript accessibility and retry behavior.

Upgrade

npm install -g @kahme247/ompweb@0.2.9

Full changelog: v0.2.8...v0.2.9