Release notes
dlake v0.5.17
npm install -g @commercient/dlakedlake skills installDownload binaries for v0.5.17 (5 platforms + checksums)
| Platform | Asset | Size |
|---|---|---|
| Linux arm64 | dlake-linux-arm64 | 34.9 MB |
| Linux x64 | dlake-linux-x64 | 36.6 MB |
| macOS Apple Silicon | dlake-osx-arm64 | 34.4 MB |
| macOS Intel | dlake-osx-x64 | 36.3 MB |
| Windows x64 | dlake-win-x64.exe | 35.0 MB |
| Checksums | SHA256SUMS | 412 B |
- Updated bundled agent skills. The integration-setup skill now gives an AI
agent much firmer guidance through the CRM OAuth step:
- which callback style to use per CRM (HubSpot always uses the website flow - no local listener needed, and the browser can be on any machine);
- completing the token exchange promptly once the authorization lands (authorization codes are short-lived);
- that confirmation PINs arrive by email after the exchange completes - they are never shown on screen;
- asking you before deferring a CRM connection or submitting placeholder ERP credentials, and saying clearly when a setup will not sync yet.
- The npm packages (
@commercient/dlakeand thedatalakealias) now link the GitHub repository and the browsable skills folder from their pages. - No CLI command changes. Upgrade:
npm install -g @commercient/dlake(ornpm install -g datalake).