What's new?

Recent updates to the Freshworks Agentic Developer Toolkit, including skills, MCP tools, and related documentation.

To install the latest skill versions after a release:

npx @freshworks/fw-dev-tools update

To verify installed versions:

npx @freshworks/fw-dev-tools status

July 2026

fw-app-dev generates React meta framework apps by default Feature enhancement

The fw-app-dev skill now scaffolds front-end and full-stack SMI apps with the React meta framework instead of vanilla JavaScript front-ends.

  • Front-end apps: Output includes metaConfig.framework: "react" in manifest.json, React components under app/components/, and Crayons UI patterns aligned with the FDK react-starter-template.
  • Full-stack SMI apps: Same React front-end output as front-end apps, plus server/server.js for SMI handlers and events.
  • Serverless apps: Apps without a UI use server/server.js for events and automation.
  • Upgrade: Run npx @freshworks/fw-dev-tools update, restart your IDE, and use /fw-app-dev for new apps. Existing vanilla JavaScript apps are unchanged until you migrate or regenerate them.