From 898f5bfeaa81fb611fcc0725b4e3eb3bfd6d397d Mon Sep 17 00:00:00 2001 From: xli-oai Date: Wed, 6 May 2026 23:58:26 -0700 Subject: [PATCH] [codex] fix PluginListParams test initializer (#21494) ## Summary - update the app-server protocol test fixture to include the required `marketplace_kinds` field on `PluginListParams` ## Why `PluginListParams` now requires `marketplace_kinds`, but a later-added test fixture in `common.rs` still constructed the older shape with only `cwds`. That stale initializer breaks the main build with `missing field marketplace_kinds`. ## Impact This is a test-only repair. It restores compilation without changing the JSON-RPC schema or runtime behavior. ## Validation - `just fmt` - `cargo test -p codex-app-server-protocol`