Skip to content

2026-06-08

Choose a tag to compare

@ben-vargas ben-vargas released this 08 Jun 02:50
· 1 commit to main since this release

What's New

@benvargas/pi-synthetic-provider v1.1.14

Fixes Synthetic provider API key registration for pi 0.77.0 and newer.

  • References $SYNTHETIC_API_KEY in both initial and refreshed provider registrations so pi resolves the environment variable instead of treating SYNTHETIC_API_KEY as a literal key
  • Raises the @earendil-works/pi-coding-agent peer dependency floor to >=0.77.0
  • Adds regression coverage for the provider API key reference
  • Updates the package changelog and version to 1.1.14

Dependency audit cleanup

  • Updates root Pi dev dependencies to ^0.77.0
  • Refreshes the lockfile to resolve current npm audit findings
  • Tightens the Firecrawl tool schema helper typing for Pi 0.77's stricter schema expectations
  • Publishes @benvargas/pi-firecrawl v1.0.2 so the modified Firecrawl package source has a matching npm version

Published Packages

  • @benvargas/pi-synthetic-provider@1.1.14
  • @benvargas/pi-firecrawl@1.0.2

Commits

  • ae7704c fix(pi-synthetic-provider): use env var reference for api key
  • 9086499 chore: resolve dependency audit findings
  • a14dbe2 chore(pi-firecrawl): bump version to 1.0.2

Validation

  • npm run lint
  • npm run typecheck
  • npm run test
  • npm audit --audit-level=moderate (0 vulnerabilities)