mirror of
https://github.com/openai/codex.git
synced 2026-05-02 20:32:04 +03:00
feat: support product-scoped plugins. (#15041)
1. Added SessionSource::Custom(String) and --session-source. 2. Enforced plugin and skill products by session_source. 3. Applied the same filtering to curated background refresh.
This commit is contained in:
@@ -322,7 +322,7 @@ fn spawn_rollout_page_loader(
|
||||
PAGE_SIZE,
|
||||
cursor,
|
||||
request.sort_key,
|
||||
INTERACTIVE_SESSION_SOURCES,
|
||||
INTERACTIVE_SESSION_SOURCES.as_slice(),
|
||||
default_provider.as_ref().map(std::slice::from_ref),
|
||||
default_provider.as_deref().unwrap_or_default(),
|
||||
/*search_term*/ None,
|
||||
|
||||
Reference in New Issue
Block a user