The "architecture" for converting Windows and Linux is totally different. For Windows an Agent is installed on the source, it creates VSS snapshot and installs a changes-tracking driver on the source and performs the cloning.
On the other hand for Linux the cloning process is performed from the "helper" VM which is actually the target VM booted from an ISO image. There is no agent installed on the source, no snapshotting support on the source (except for LVM volumes) and no changes-tracking driver for Linux, so with the current architecture it cannot be implemented.