dsh-fal-image-gen 0.6.0
The settings card moves out of Settings → Plugins → Plugin configuration and into its own section in the settings sidebar, next to Vision, Voice, Speech and Key Rotation.
Why
On some deployments that core tab renders empty — the plugins themselves load fine, there is no error banner, and a cache-bypassing reload does not help. The tab is drawn by the core and a plugin cannot reach into it. A plugin's own section is drawn by the plugin, so it does not depend on that tab at all.
The move also retires a compatibility workaround: the registration had to carry both id and key, because the slot changed shape between core versions. settings.section takes id on all of them.
Two details that came with it
- the card started collapsed — sensible among many cards in a tab, but on a page of its own that reads as a blank page, so it now opens straight into the form;
- when the namespace was not published yet the card returned nothing at all, leaving an unexplained empty section. It now says what is going on in one line.
Nothing about generation itself changed: the same providers, the same tool, the same settings.
Install
dsh plugin --profile web add @goodandready/dsh-fal-image-gen