Support for App Assisted Migration on FDK 10.1.0

Just updated my dev platform to FDK 10.1.0 and when I try to run app assisted migration I get the error

‘App Migration feature is not supported on this FDK version. Please check documentation or reach out to dev support.’

Hi @RobAtOpinyin,

Please review our Compatibility Matrix and confirm the following details from your setup:

  • What is your default Node.js version?

  • What is the default terminal configured in your VS Code?

  • What is fdk --version in a new terminal?

For fdk 10.0, migration is supported. For fdk 10.1, we have not yet enabled support. If your requirement is urgent, you can downgrade your FDK to a supported version (9.1.0-10.0.0) to proceed immediately

Regards,
Himanshu

Hi Himanshu,

I will need to roll back to 10.0. Can you share the npm link for that.

Thanks

Hi @RobAtOpinyin,

Here’s the doc to uninstall the fdk. And here’s the specific version installation command:
npm install https://cdn.freshdev.io/fdk/v10.0.0.tgz -g

Thanks Himanshu. Got it working now but a bit disappointed with results. It keept giving me odd errors and then told me I needed to change code but with no changes indicated in the diff view.

I gave up and used Claude Opus which nailed the changes to the manifest file on its first attempt, although it did use the Freddy MCP server which was good.

Hi @RobAtOpinyin, noted. I’ll share this feedback internally.