mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
a978e411f6
Add a temporary internal remote_plugin feature flag that merges remote marketplaces into plugin/list and routes plugin/read through the remote APIs when needed, while keeping pure local marketplaces working as before. --------- Co-authored-by: Codex <noreply@openai.com>
9 lines
155 B
Rust
9 lines
155 B
Rust
pub mod loader;
|
|
pub mod manifest;
|
|
pub mod marketplace;
|
|
pub mod marketplace_upgrade;
|
|
pub mod remote;
|
|
pub mod remote_legacy;
|
|
pub mod store;
|
|
pub mod toggles;
|