You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenAI Responses API support — Provider Manager now offers openai-responses protocol option, enabling compatibility with OpenAI's Responses API format in addition to standard chat completions
Smarter tool output preview — when a bash command is running, its streaming output appears after a short delay (500ms) instead of immediately, reducing visual noise for quick commands while still showing progress for long-running ones
Changed
Backend connection handling simplified — removed legacy reconnection and health-check logic that was superseded by SSE event bridge
Windows paths now consistently normalized (drive letter casing) across ServiceRegistry, Settings, and runtime services
Session diff tracking migrated from SnapshotFileDiff to SessionDiffSnapshot with richer metadata
Internal
Added structured logging to ChatProvider (session lifecycle events) and Header (status transitions) for easier debugging
Test suite updated for new diff snapshot shape and event runtime changes