mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
48cf3ed7b0
Split plugin loading, marketplace, and related infrastructure out of core into codex-core-plugins, while keeping the core-facing configuration and orchestration flow in codex-core. --------- Co-authored-by: Codex <noreply@openai.com>
7 lines
103 B
Rust
7 lines
103 B
Rust
pub mod loader;
|
|
pub mod manifest;
|
|
pub mod marketplace;
|
|
pub mod remote;
|
|
pub mod store;
|
|
pub mod toggles;
|