feat: Add One-Time Startup Remote Plugin Sync (#15264)

For early users who have already enabled apps, we should enable plugins
as part of the initial setup.
This commit is contained in:
xl-openai
2026-03-19 22:01:39 -07:00
committed by GitHub
parent cc192763e1
commit b1570d6c23
7 changed files with 428 additions and 17 deletions

View File

@@ -6,6 +6,7 @@ mod manifest;
mod marketplace;
mod remote;
mod render;
mod startup_sync;
mod store;
#[cfg(test)]
pub(crate) mod test_support;