mirror of
https://github.com/openai/codex.git
synced 2026-04-30 19:32:04 +03:00
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>
7 lines
202 B
Rust
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;
|