This file is the release-notes index for FastGPT Plugin.
- CLI scaffolding now generates standalone plugin projects with published npm semver dependencies by default.
- CLI scaffolding keeps
--dependency-mode catalogfor official pnpm workspaces that define matching catalog entries. - Generated plugin projects include
dev,debug,debug:run,check,build,test, andpackscripts in the README path. - CLI user-facing errors hide stack traces by default and show them with
--verbose.
- See the v1.0.0 Upgrade Guide for production migration steps, compatibility notes, and the validation checklist.