Skip to content

v1.0.2

Choose a tag to compare

@KnicKnic KnicKnic released this 08 Mar 02:05
· 1 commit to main since this release

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