v1.0.20

NousResearch/hermes-agentv1.0.20Jun 8, 2026by GargantuaX

AI Summary

Updated the SDK to make the 'sharp' library an optional peer dependency, reducing installation footprint for browser and ImageData users while maintaining functionality for CLI users.

Key Highlights

  • Moved 'sharp' from hard runtime dependencies to an optional peer dependency
  • Browser and ImageData SDK consumers no longer install the native Node image codec
  • CLI users relying on default file decoders must install 'sharp' alongside the package

New Features

  • Reduced installation size for non-CLI users

Full Release Notes

## SDK

- Moved `sharp` out of hard runtime dependencies and into an optional peer dependency.
- Browser and `ImageData` SDK consumers no longer install the native Node image codec unless they need it.
- CLI users that rely on the default file decoder/encoder should install `sharp` alongside the package.

## Validation

- `pnpm test:sdk-smoke`
- `pnpm test`
- Packed tarball metadata confirmed no `dependencies.sharp` and optional `peerDependencies.sharp`.