Releases: AlexStrNik/windsurf-api
Releases · AlexStrNik/windsurf-api
v0.0.2
fix: bundle extension with esbuild to avoid pnpm/vsce conflicts vsce's npm list validation doesn't work with pnpm's node_modules structure. Solution: bundle everything with esbuild into a single file. This also reduces package size by excluding node_modules entirely. - Add bundle script using esbuild - Update vscode:prepublish to use bundle instead of compile - Exclude node_modules from .vscodeignore - Keep --no-dependencies flag since everything is bundled 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>