mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
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:
committed by
GitHub
Unverified
parent
9deb8ce3fc
commit
c850607129
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user