v0.5.2 — picker shows full plugin catalog
Fixed
/runline-plugins only showed plugins that already had a connection configured, making it useless for discovering and enabling new plugins.
The pi-runline picker now calls discoverPlugins(runlineDir) directly to get the full bundled catalog, instead of reusing the connection-gated Runline.fromProject instance. promptForCredentials also uses the full list so newly-enabled plugins can have their schemas resolved. Runtime gating in fromProject is unchanged.
Full Changelog: v0.5.1...v0.5.2