-
Notifications
You must be signed in to change notification settings - Fork 146
Closed
Labels
Description
There appears to be state leakage in the Changes view where diffs from a different chat/task can appear in the current context.
Observed behavior:
- Changes from another chat/task are sometimes shown.
- The view may self-correct later, but not consistently.
Expected behavior:
- Changes should be strictly scoped to the active chat/task/worktree context at all times.
Acceptance criteria:
- No cross-chat/task change-state contamination in the Changes view.
- Context switches reliably rebind to the correct scoped data.
- Any background refresh/reconciliation cannot overwrite active context with stale/foreign state.
- Add diagnostics to trace context IDs during load/update for debugging.
Reactions are currently unavailable