Files
codex/codex-rs/core/src/plugins/render.rs
Ahmed Ibrahim 9d91be7713 Extract plugins, apps, and skills into codex-capabilities
Move capability-owned apps, plugins, and skills logic into a new workspace crate and keep codex-core as the integration layer.

Co-authored-by: Codex <noreply@openai.com>
2026-03-20 17:19:04 +00:00

7 lines
202 B
Rust

pub(crate) use codex_capabilities::plugins::render_explicit_plugin_instructions;
pub(crate) use codex_capabilities::plugins::render_plugins_section;
#[cfg(test)]
#[path = "render_tests.rs"]
mod tests;