Remove filter from plugins/list result (#15580)

Show all plugin marketplaces in the /plugins popup by removing the
`openai-curated` marketplace filter, and update plugin popup
copy/tests/snapshots to match the new behavior in both TUI codepaths.
This commit is contained in:
canvrno-oai
2026-03-23 23:41:01 -07:00
committed by GitHub
Unverified
parent 9deb8ce3fc
commit c850607129
9 changed files with 43 additions and 44 deletions
+1
View File
@@ -965,6 +965,7 @@ async fn spawn_child_completion_notifies_parent_history() {
}
#[tokio::test]
#[ignore = "flaky on: rust-ci / Tests — windows-arm64 - aarch64-pc-windows-msvc"]
async fn multi_agent_v2_completion_sends_inter_agent_message_to_direct_parent() {
let harness = AgentControlHarness::new().await;
let (root_thread_id, _) = harness.start_thread().await;