remove codex mcp backend

This commit is contained in:
weishu
2026-03-16 21:50:09 +08:00
parent 16829b7c78
commit 34f931ef59
14 changed files with 154 additions and 892 deletions
+1 -1
View File
@@ -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)
},