diff --git a/codex-rs/tui/src/chatwidget/tests.rs b/codex-rs/tui/src/chatwidget/tests.rs index 806050569..06eed8c8c 100644 --- a/codex-rs/tui/src/chatwidget/tests.rs +++ b/codex-rs/tui/src/chatwidget/tests.rs @@ -7194,6 +7194,7 @@ fn plugins_test_detail( short_description: None, interface: None, path: PathBuf::from(format!("/skills/{name}/SKILL.md")), + enabled: true, }) .collect(), apps: apps diff --git a/codex-rs/tui_app_server/src/chatwidget/tests.rs b/codex-rs/tui_app_server/src/chatwidget/tests.rs index 97ce07f37..df229f4c8 100644 --- a/codex-rs/tui_app_server/src/chatwidget/tests.rs +++ b/codex-rs/tui_app_server/src/chatwidget/tests.rs @@ -7791,6 +7791,7 @@ fn plugins_test_detail( short_description: None, interface: None, path: PathBuf::from(format!("/skills/{name}/SKILL.md")), + enabled: true, }) .collect(), apps: apps