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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's New in v0.19.7
Features
Persistent model-button indicator for escalated turns — the model switcher now stays accent-highlighted (with a gentle pulse, honoring prefers-reduced-motion) for the whole duration of a turn routed via /escalate, so you always have a visible confirmation the escalation took effect instead of just a 3-second popover tip that's easy to miss. (#295)
Git diff bar + Create PR button — when a thread's working directory is a git repo on a feature branch, a bar now sits above the compose box showing the branch name and a live +X -Y diff stat (branch vs. base, including uncommitted changes, computed via local git only — no network). A split "Create PR" button offers Create PR, Create draft PR (both via the new /create-pr slash command), or Manually create PR (opens GitHub's compare page directly). Desktop only. (#294)
Bug Fixes
Threads no longer wedge on "Working" after a background task notification — since v0.19.5, a thread could finish its final assistant message (cost shown, todos complete) but the Working indicator would never clear, requiring a 10-minute timeout or a full Obsidian reload to recover. Root cause: an internal flag meant to keep the input channel open while a task-notification's reaction was still streaming wasn't cleared once that reaction actually arrived. The fix clears the flag as soon as assistant activity streams in after a notification, so the turn's final result can release normally. (#296)