Compare commits

...

3 Commits

Author SHA1 Message Date
xli-oai
5978e0d1f3 Merge branch 'main' into xli-codex/ci-smoke-20260414 2026-04-14 19:48:08 -07:00
xli-oai
a658f634c5 Change marketplace comment for CI 2026-04-14 19:36:24 -07:00
xli-oai
69bfeadf46 Add no-op CI smoke comment 2026-04-14 19:21:53 -07:00

View File

@@ -153,8 +153,8 @@ impl MarketplaceError {
}
}
// Always read the specified marketplace file from disk so installs see the
// latest marketplace.json contents without any in-memory cache invalidation.
// Always read the requested marketplace file from disk so installs pick up the
// latest marketplace.json contents without waiting for in-memory cache invalidation.
pub fn resolve_marketplace_plugin(
marketplace_path: &AbsolutePathBuf,
plugin_name: &str,