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
deletePlanFilesForWorkspace() used runtime.exec() without waiting for completion, which could race tests (and callers) that expect the plan file to be gone once replaceChatHistory resolves. Await stdin.close() + exitCode.
0 commit comments