v1.0.2
Bundle copilot-sdk with esbuild to fix ESM resolution failures on Node 22.22+ and Node 24+.
- Dependencies are now resolved at build time, eliminating runtime ESM subpath issues (vscode-jsonrpc lacking exports map)
- Works on all Node versions >= 18
- Removed Node version upper bound restriction