mirror of
https://github.com/openai/codex.git
synced 2026-09-09 15:58:47 +00:00
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;
|