Version 0.9.7 of the tool is available on the Fling site vSphere HTML5 Web Client: download the file plugin-seed-0.9.7.zip. See the attached change-log PDF for the list of changes! If you have general questions or requests feel free to reply to this thread, but if you need help on a specific area or error please start a new thread with all necessary details. Thanks.
FYI, the following two problems were found after version 0.9.7 was published and are easy to fix:
1) Clarity Wizard problems in Clarity 0.9.3, fixed in 0.9.4:
=> In seed-ui/package.jsonchange the version of "clarity-angular", "clarity-icons" and "clarity-ui", to 0.9.4, and change the version of "@webcomponents/custom-elements" to 1.0.0-rc.3.
2) Global refresh handler not working with Flex Client:
=> in seed-ui/src/app/shared/globals.service.ts, line 33 replace:
window.parent["WEB_PLATFORM.refresh" + window.name] = handler;
with
window.parent["WEB_PLATFORM"]["refresh" + window.name] = handler;