check app auth in plugin/install (#13685)

#### What
on `plugin/install`, check if installed apps are already authed on
chatgpt, and return list of all apps that are not. clients can use this
list to trigger auth workflows as needed.

checks are best effort based on `codex_apps` loading, much like
`app/list`.

#### Tests
Added integration tests, tested locally.
This commit is contained in:
sayan-oai
2026-03-05 22:45:00 -08:00
committed by GitHub
parent 4c9b1c38f6
commit 014a59fb0b
13 changed files with 715 additions and 17 deletions

View File

@@ -467,7 +467,6 @@ impl McpProcess {
) -> anyhow::Result<i64> {
self.send_request(method, params).await
}
/// Send a `collaborationMode/list` JSON-RPC request.
pub async fn send_list_collaboration_modes_request(
&mut self,