2026-06-08
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_KEYin both initial and refreshed provider registrations so pi resolves the environment variable instead of treatingSYNTHETIC_API_KEYas a literal key - Raises the
@earendil-works/pi-coding-agentpeer 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.2so 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)