fix: handle ambiguous prompt transport failures
This commit is contained in:
@@ -602,6 +602,7 @@ Object.defineProperties(openCodeNetworkState, {
|
||||
const openCodeNetworkRuntime = createOpenCodeNetworkRuntime({
|
||||
state: openCodeNetworkState,
|
||||
getOpenCodeAuthHeaders,
|
||||
configuredOpenCodeHostname: ENV_CONFIGURED_OPENCODE_HOSTNAME,
|
||||
});
|
||||
|
||||
const waitForReady = (...args) => openCodeNetworkRuntime.waitForReady(...args);
|
||||
|
||||
Reference in New Issue
Block a user