Skip to content

v0.5.2 — picker shows full plugin catalog

Choose a tag to compare

@github-actions github-actions released this 29 Apr 10:55
· 42 commits to main since this release

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