Skip to content

v0.4.1

Choose a tag to compare

@patlux patlux released this 16 Jun 14:23
· 153 commits to main since this release
v0.4.1
c602e00

What's changed

  • Use the explicit $COMMANDCODE_API_KEY provider registration syntax expected by newer pi versions, removing the startup deprecation warning while keeping legacy placeholder compatibility. Thanks @plumj-am for the fix in #18.
  • Refresh development dependency lockfile entries to resolve npm audit findings for tsx/esbuild and protobufjs in #21.

Contributors

Thanks to everyone who helped with this release:

  • @plumj-am — reported and fixed the pi provider apiKey deprecation warning.
  • @cad0p — reported retry/deprecation-related issues that helped validate the current behavior.
  • @bl4zee1g — reported provider availability concerns that prompted additional local/live validation.

Validation

  • COMMANDCODE_API_KEY=mock-key npm test
  • npm run typecheck
  • npm run format:check
  • npm audit --audit-level=moderate
  • npm pack --dry-run