v0.2.9
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.9Full changelog: v0.2.8...v0.2.9