mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-08 07:17:39 +00:00
remove codex mcp backend
This commit is contained in:
@@ -82,7 +82,7 @@ export function useSessionActions(
|
||||
throw new Error('Collaboration mode is only supported for Codex sessions')
|
||||
}
|
||||
if (!codexCollaborationModeSupported) {
|
||||
throw new Error('Collaboration mode is only supported for Codex app-server remote sessions')
|
||||
throw new Error('Collaboration mode is only supported for remote Codex sessions')
|
||||
}
|
||||
await api.setCollaborationMode(sessionId, mode)
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user