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
* test: add failing regression test for manaflow-ai#6618 shellState dedup race (#32)
The test references TerminalController.SocketFastPathState, which is currently
private — so this commit does not compile. The access-widening fix follows in
the next commit, demonstrating the test genuinely fails without it.
* fix: widen SocketFastPathState to internal so the regression test compiles (#32)
0 commit comments