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
| A. Local workspace only, no PR context |`inactive`|`null`| none | No connected PR context. |
40
+
| B. Workspace is for an active, open PR |`active`| PR number | none | Push mode in PR controls. |
41
+
| C. Workspace is for a PR closed on GitHub |`closed`| closed PR number | none | Historical context retained for debugging/reference. |
42
+
| D. Active PR immediately after push commit |`active`| PR number | none | Committed tabs persist clean baseline (`isDirty=false`, `syncedContent=content`) and remain clean after reload. |
42
43
43
44
## Current Workspace Selection On Load
44
45
@@ -80,6 +81,9 @@ When the UI does not match expected PR state:
0 commit comments